This commit is contained in:
Adrian Conlon 2023-05-17 12:48:20 +01:00
commit 42afeb342f
6 changed files with 5428 additions and 4256 deletions

3
.gitmodules vendored
View File

@ -1,6 +1,3 @@
[submodule "modules/catch2"]
path = modules/catch2
url = https://github.com/catchorg/Catch2.git
[submodule "modules/ProcessorTests"]
path = modules/ProcessorTests
url = https://github.com/TomHarte/ProcessorTests.git

View File

@ -460,7 +460,7 @@ int EightBit::GameBoy::LR35902::step() noexcept {
handleINT();
} else if (UNLIKELY(lowered(HALT()))) {
IntelProcessor::memoryRead(PC());
Processor::execute(0); // NOP
//Processor::execute(0); // NOP
} else {
Processor::execute(fetchByte());
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -1 +0,0 @@
Subproject commit ab0c825e677466e5fc67bb7a00b22d64cf59a691

@ -1 +1 @@
Subproject commit c4e3767e265808590986d5db6ca1b5532a7f3d13
Subproject commit 20d413b8b6803c6d456874935d7014fe684e9426