Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Each legal opcode (00-FF and CB 00 - CB FF) has a .json file. Each .json file re
"h": 98,
"l": 251,
"ime": 0,
"ei": 0,
"ie": 0,
"ram": [
[
16826,
Expand All @@ -43,7 +43,7 @@ Each legal opcode (00-FF and CB 00 - CB FF) has a .json file. Each .json file re
"pc": 16827,
"sp": 9383,
"ime": 0,
"ei": 0,
"ie": 0,
"ram": [
[
16826,
Expand Down Expand Up @@ -139,4 +139,4 @@ These tests assume 64K of flat RAM, no registers or memory mapping.

Thanks and please open an issue for any errors! These tests were created by translating Ares' SM83 core, but they're probably not perfect. I'd like them to be, though.

With that said, my emulator passes these tests, and also passes all of Blarg's CPU instruction tests, as well as running games fine.
With that said, my emulator passes these tests, and also passes all of Blarg's CPU instruction tests, as well as running games fine.