Previous 199869 Revisions Next

r32468 Monday 29th September, 2014 at 18:22:30 UTC by Fabio Priuli
ATTN Kale: ddsom fails to enter ingame with this code you added
in rev. 25747. could you please take another look, when you have
time? or point me to a game which needs this code, so that I can
search for a solution which makes both happy? thanks. nw.
[src/emu/machine]stvcd.c

trunk/src/emu/machine/stvcd.c
r32467r32468
22782278   {
22792279      if (cdrom)
22802280      {
2281         tocbuf[tocptr] = sega_cdrom_get_adr_control(cdrom, i);
2281         //tocbuf[tocptr] = sega_cdrom_get_adr_control(cdrom, i);
2282         //HACK: ddsom does not enter ingame with the line above!
2283         tocbuf[tocptr] = cdrom_get_adr_control(cdrom, i)<<4 | 0x01;
22822284      }
22832285      else
22842286      {

Previous 199869 Revisions Next


© 1997-2024 The MAME Team