TASEmulators / gens-rerecording

The Gens rerecording project, a Sega Genesis, 32x, Sega CD emulator. The primary purpose is to expand features related to creating Tool-Assisted movies.
http://tasvideos.org/EmulatorResources/Gens.html
20 stars 10 forks source link

CMPA.W trace only shows last byte of comparison value #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Play NHL'94 and score a goal with tracing on
2.  inspect trace.log file

What is the expected output? What do you see instead?

Expected:
01:48F6 B4 FC   CMPA.W  #$C6CE,A2  [registers...]

Actual
01:48F6 B4 FC   CMPA.W  #$CE,A2    [registers...]

It is only displaying #$CE, not #$C6CE

What version of the product are you using? On what operating system?

gens11a.exe on windows XP

Please provide any additional information below.

Original issue reported on code.google.com by mcapew...@gmail.com on 14 Aug 2010 at 8:03

GoogleCodeExporter commented 9 years ago
Bunch of bugs in M68k disassemble fixed.

Original comment by r57sh...@uralweb.ru on 9 Oct 2013 at 5:46

GoogleCodeExporter commented 9 years ago
in r330

Original comment by r57sh...@uralweb.ru on 10 Oct 2013 at 6:42