mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-11-17 04:09:14 +00:00
Merge branch 'master' of https://github.com/MoleskiCoder/EightBit
This commit is contained in:
commit
42afeb342f
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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());
|
||||
}
|
||||
|
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
|
Loading…
Reference in New Issue
Block a user