mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
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:
parent
5ab798d2c3
commit
80acf89723
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user