Two9A / jsGB

JavaScript emulation of the GameBoy console
http://imrannazar.com/
Other
728 stars 110 forks source link

Issues with bios in mmu.js #10

Open Akhil841 opened 2 years ago

Akhil841 commented 2 years ago

The sole 0x4C in _bios should be 0x3C One of the c's in a 0x3C is lowercase The second 0xF2 in _bios should be 0xE2

Source: compared with actual game boy bios (sharing an actual game boy bios is illegal, this disassembly is accurate though to my game boy bios dump)