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 |
r32467 | r32468 | |
---|---|---|
2278 | 2278 | { |
2279 | 2279 | if (cdrom) |
2280 | 2280 | { |
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; | |
2282 | 2284 | } |
2283 | 2285 | else |
2284 | 2286 | { |
Previous | 199869 Revisions | Next |