Add SignalReady to APU init

This commit is contained in:
scawful
2023-08-26 04:51:50 -04:00
parent b9d06f43bc
commit 559c2e4830
8 changed files with 16 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
#include <iostream>
#include <vector>
#include "app/emu/log.h"
#include "app/emu/debug/log.h"
// LoROM (Mode 20):
@@ -146,7 +146,7 @@ class Memory {
class MemoryImpl : public Memory, public Loggable {
public:
void Initialize(const std::vector<uint8_t> romData) {
void Initialize(const std::vector<uint8_t>& romData) {
const size_t ROM_CHUNK_SIZE = 0x8000; // 32 KB
const size_t SRAM_SIZE = 0x10000; // 64 KB
const size_t SYSTEM_RAM_SIZE = 0x20000; // 128 KB