This commit is contained in:
Adrian Conlon
2023-05-17 12:48:20 +01:00
6 changed files with 5428 additions and 4256 deletions
-3
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
+1 -1
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