pold500 / gens-rerecording

Automatically exported from code.google.com/p/gens-rerecording
0 stars 0 forks source link

z80 debugger likes to fuck too much #95

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Several instructions are incorrectly disassembled by the z80 debugger, 
resulting in things like this: 
http://img195.imageshack.us/img195/976/56351433.png

The issue is an array in trunk/gens-rerecording/Gens/z80dis.c: specifically the 
MnemonicsED array. Attached is a diff file that corrects the issue. This diff 
file was based on this document: 
http://www.myquest.nl/z80undocumented/z80-documented.pdf

Original issue reported on code.google.com by marz...@gmail.com on 16 Oct 2011 at 10:11

Attachments:

GoogleCodeExporter commented 8 years ago
Applied in r301.

Original comment by nitsuja-@hotmail.com on 6 Nov 2011 at 9:10