Search
lxdream.org :: lxdream/src/gdrom/cdi.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gdrom/cdi.c
changeset 1030:864417a57662
prev1023:264e2fd90be8
author nkeynes
date Tue Dec 15 08:46:37 2009 +1000 (14 years ago)
permissions -rw-r--r--
last change Add side-by-side x86+sh4 disassembly output
Print SH4 state information and disassembly of the current block when
crashing.
Fix delay slot instruction in conditional branch not being marked as a
delay-slot instruction in the branch-not-taken path.
Rename REG_* defines in cpu.h to avoid conflict with translation defs
file annotate diff log raw
1.1 --- a/src/gdrom/cdi.c Mon Jun 08 04:12:21 2009 +0000
1.2 +++ b/src/gdrom/cdi.c Tue Dec 15 08:46:37 2009 +1000
1.3 @@ -203,5 +203,6 @@
1.4 fseek( f, 12, SEEK_CUR );
1.5 }
1.6 disc->track_count = total_tracks;
1.7 + gdrom_set_disc_type(disc);
1.8 return disc;
1.9 }
.