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.
This commit is contained in:
Fabio Priuli 2014-09-29 18:22:30 +00:00
parent 5ab798d2c3
commit 80acf89723

View File

@ -2278,7 +2278,9 @@ void saturn_state::cd_readTOC(void)
{
if (cdrom)
{
tocbuf[tocptr] = sega_cdrom_get_adr_control(cdrom, i);
//tocbuf[tocptr] = sega_cdrom_get_adr_control(cdrom, i);
//HACK: ddsom does not enter ingame with the line above!
tocbuf[tocptr] = cdrom_get_adr_control(cdrom, i)<<4 | 0x01;
}
else
{