mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-24 15:18:44 +00:00
Cleaning up all debuggers
This commit is contained in:
@@ -18,6 +18,11 @@ namespace ComSquare::APU
|
||||
this->reset();
|
||||
}
|
||||
|
||||
bool APU::isDebugger()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
uint8_t APU::_internalRead(uint24_t addr) {
|
||||
switch (addr) {
|
||||
case 0x0000 ... 0x00EF:
|
||||
|
||||
Reference in New Issue
Block a user