Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
r41k0u committed Jan 21, 2023
1 parent 8d0f4e8 commit c560ca6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/gameBoy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ GBE::GBE()

gbe_mMap->debugWriteMemory(0x0100, 0x00);
gbe_mMap->debugWriteMemory(0x0101, 0x01);
gbe_mMap->debugWriteMemory(0x0102, 0x02);
gbe_mMap->debugWriteMemory(0x0103, 0x03);
gbe_cpu->set_reg_BC(0x8001);
gbe_mMap->debugWriteMemory(0x0102, 0x80);
gbe_mMap->debugWriteMemory(0x0103, 0x01);
gbe_mMap->debugWriteMemory(0x0104, 0x02);
gbe_mMap->debugWriteMemory(0x0105, 0x04);

Expand Down

0 comments on commit c560ca6

Please sign in to comment.