Skip to content

Commit

Permalink
refs #12, fix wrong BBnn behavior in VIP-CHIP-8E
Browse files Browse the repository at this point in the history
  • Loading branch information
gulrak committed Jan 3, 2024
1 parent 2152f83 commit e24c04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emulation/chip8vip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ static std::map<std::string,PatchSet> g_patchSets = {
0xae, 0x93, 0xbe, 0x99, 0xee, 0xf4, 0x56, 0x76, 0xe6, 0xf4, 0xb9, 0x56, 0x45, 0xf2}},
{0x1e2, {0xd4, 0x3f, 0xe3, 0x37, 0xe5, 0xe6, 0x6b, 0xd4, 0xe5, 0x86, 0xfc, 0x01, 0x85, 0x3b, 0xf9, 0xf4,
0xa5, 0x95, 0x7c}},
{0x1f6, {0xb5, 0x25, 0xd4, 0xe7, 0xa5, 0x95, 0x7f, 0x00, 0x30, 0xf6}}
{0x1f6, {0xb5, 0x25, 0xd4, 0xf7, 0xa5, 0x95, 0x7f, 0x00, 0x30, 0xf6}}
}}
},
};
Expand Down

0 comments on commit e24c04a

Please sign in to comment.