suzukiplan / z80

Single header Z80 emulator for C++ (C++11 or later)
MIT License
55 stars 9 forks source link

ver 1.2.2 #20

Closed suzukiplan closed 4 years ago

suzukiplan commented 4 years ago

Fixed a CRITICAL bug that jumps to an invalid address when a relative jump destination address e of JR and DJNZ are a boundary case.

suzukiplan commented 4 years ago

This bug will occurred when running Space Harrier on SMS ($16E0 instruction in Bank 1 = $56E0)