mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
core, chd support
This commit is contained in:
parent
37631374df
commit
4bb0b70ec8
9 changed files with 57 additions and 28 deletions
|
@ -754,7 +754,7 @@ void emu_handle_resume(void)
|
|||
mp3_reopen_file();
|
||||
|
||||
#if 0 // TODO
|
||||
if (!(Pico_mcd->s68k_regs[0x36] & 1)/* && (Pico_mcd->scd.Status_CDC & 1)*/)
|
||||
if (!(Pico_mcd->s68k_regs[0x36] & 1))
|
||||
cdd_change_track(cdd.index, cdd.lba);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue