mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-13 06:15:07 +01:00
changed retro_get_memory_data to return 8kb z80 memory when in SMS mode (m)
This commit is contained in:
parent
e5ee10d690
commit
29e7815f89
@ -2140,7 +2140,7 @@ void *retro_get_memory_data(unsigned id)
|
||||
if (system_hw == SYSTEM_SMS){
|
||||
return zram; // 0x2000 = 8kb z80 ram
|
||||
}else{
|
||||
return work_ram; //0x10000 = 16kb 68000 ram
|
||||
return work_ram; //0x10000 = 64kb 68000 ram
|
||||
}
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user