mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2026-04-20 10:16:48 +00:00
Merge branch 'master' of https://github.com/MoleskiCoder/EightBit
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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());
|
||||
}
|
||||
|
||||
+2190
-1453
File diff suppressed because it is too large
Load Diff
+3236
-2797
File diff suppressed because it is too large
Load Diff
Submodule modules/ProcessorTests deleted from ab0c825e67
+1
-1
Submodule modules/catch2 updated: c4e3767e26...20d413b8b6
Reference in New Issue
Block a user