summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/megadrive/md_slot.cpp
diff options
context:
space:
mode:
author David Haywood <28625134+DavidHaywood@users.noreply.github.com>2021-04-05 19:34:22 +0100
committer GitHub <noreply@github.com>2021-04-05 14:34:22 -0400
commit21ff4587caf49962a6bb1be848276c4a978e0224 (patch)
tree6738b2c0ce3ed0e4533e14c33179b2edca22b0ac /src/devices/bus/megadrive/md_slot.cpp
parent3bc38ce450cd4cd6b3bfb2ed16e556fd318c3033 (diff)
new WORKING software list entries (#7884)
* new WORKING software list entries ------ megadriv.xml fbarg96 - Futbol Argentino 96 (Argentina) (hack of J. League Pro Striker 2) [Sebastian Beltran, David Haywood] tc2000a - TC 2000 (Argentina, protected) [Sebastian Beltran, David Haywood] * new NOT WORKING software list entries ------ megadriv.xml: truco96a - Truco '96 (Argentina, protected) [Sebastian Beltran, David Haywood]
Diffstat (limited to 'src/devices/bus/megadrive/md_slot.cpp')
-rw-r--r--src/devices/bus/megadrive/md_slot.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/megadrive/md_slot.cpp b/src/devices/bus/megadrive/md_slot.cpp
index d36ea109bf6..f338fc25d87 100644
--- a/src/devices/bus/megadrive/md_slot.cpp
+++ b/src/devices/bus/megadrive/md_slot.cpp
@@ -270,6 +270,7 @@ static const md_slot slot_list[] =
{ SMOUSE, "rom_smouse" },
{ SOULBLAD, "rom_soulblad" },
{ SQUIRRELK, "rom_squir" },
+ { SRAM_ARG96, "rom_sram_arg96" },
{ TEKKENSP, "rom_tekkesp" },
{ TOPFIGHTER, "rom_topf" },
@@ -614,6 +615,7 @@ void base_md_cart_slot_device::setup_nvram()
// These types only come from softlist loading
case SEGA_SRAM:
+ case SRAM_ARG96:
m_cart->m_nvram_start = 0x200000;
m_cart->m_nvram_end = m_cart->m_nvram_start + get_software_region_length("sram") - 1;
m_cart->nvram_alloc(m_cart->m_nvram_end - m_cart->m_nvram_start + 1);