mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
Added a reminder, in case I forgot what is going on... no whatsnew...
This commit is contained in:
parent
3d3ffe3a59
commit
fdd736acef
1 changed files with 2 additions and 0 deletions
|
@ -1304,6 +1304,8 @@ static void setup_megadriv_sram(device_image_interface &image)
|
|||
switch (md_cart.type)
|
||||
{
|
||||
// These types only come from xml
|
||||
// TODO: Eventually megadriv_backupram should point to the allocated cart:sram region!
|
||||
// For now, we only use the region as a placeholder to carry size info...
|
||||
case SEGA_SRAM:
|
||||
md_cart.sram_start = 0x200000;
|
||||
md_cart.sram_end = md_cart.sram_start + image.get_software_region_length("sram") - 1;
|
||||
|
|
Loading…
Reference in a new issue