mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
mcd, preparations for msu support
This commit is contained in:
parent
178a9b683c
commit
02ff025479
15 changed files with 153 additions and 170 deletions
|
@ -278,7 +278,7 @@ static int state_save(void *file)
|
|||
SekPackCpu(buff, 1);
|
||||
if (Pico_mcd->s68k_regs[3] & 4) // 1M mode?
|
||||
wram_1M_to_2M(Pico_mcd->word_ram2M);
|
||||
memcpy(&Pico_mcd->m.hint_vector, Pico_mcd->bios + 0x72,
|
||||
memcpy(&Pico_mcd->m.hint_vector, Pico.rom + 0x72,
|
||||
sizeof(Pico_mcd->m.hint_vector));
|
||||
|
||||
CHECKED_WRITE_BUFF(CHUNK_S68K, buff);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue