summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/mame/drivers/storio.cpp8
-rw-r--r--src/mame/mame.lst1
2 files changed, 9 insertions, 0 deletions
diff --git a/src/mame/drivers/storio.cpp b/src/mame/drivers/storio.cpp
index 430c9ef7e9a..4907ff02968 100644
--- a/src/mame/drivers/storio.cpp
+++ b/src/mame/drivers/storio.cpp
@@ -148,6 +148,13 @@ ROM_START( storioes )
ROM_LOAD( "esspa-pack_20111017.bin", 0x000000, 0x03c62bfc, CRC(fe9b78f9) SHA1(c114a8f82799861a0cca432ee145e436aca5f400) )
ROM_END
+// ROM image dumped from a real Spanish VTech Storio console.
+// Seems to be the "2011.06.17" compilation, although there is a "Copyright (c) 2009 - 2012 Nuvoton" text on the ROM
+ROM_START( storioesa )
+ ROM_REGION( 0x08400000, "maincpu", ROMREGION_ERASEFF )
+ ROM_LOAD( "storiospanisholdbios.bin", 0x000000, 0x08400000, CRC(c462cac4) SHA1(37e5497342a3a27366288b5c5dffd00d0826e183) )
+ROM_END
+
// ROM image from VTech, not padded to the real ROM size
ROM_START( storiofr )
ROM_REGION( 0x038c2a19, "maincpu", ROMREGION_ERASEFF )
@@ -167,5 +174,6 @@ CONS( 2011, vreadercafr, vreader, 0, vtech_storio, vtech_storio, vtech_sto
CONS( 2011, storio, vreader, 0, vtech_storio, vtech_storio, vtech_storio_state, empty_init, "VTech", "Storio (GB, English, 2011-10-17)", MACHINE_IS_SKELETON )
CONS( 2011, storiode, vreader, 0, vtech_storio, vtech_storio, vtech_storio_state, empty_init, "VTech", "Storio (DE, German, 2011-10-17)", MACHINE_IS_SKELETON )
CONS( 2011, storioes, vreader, 0, vtech_storio, vtech_storio, vtech_storio_state, empty_init, "VTech", "Storio (ES, Spanish, 2011-10-17)", MACHINE_IS_SKELETON )
+CONS( 2011, storioesa, vreader, 0, vtech_storio, vtech_storio, vtech_storio_state, empty_init, "VTech", "Storio (ES, Spanish, 2011-06-17?)", MACHINE_IS_SKELETON )
CONS( 2011, storiofr, vreader, 0, vtech_storio, vtech_storio, vtech_storio_state, empty_init, "VTech", "Storio (FR, French, 2011-10-17)", MACHINE_IS_SKELETON )
CONS( 2011, storionl, vreader, 0, vtech_storio, vtech_storio, vtech_storio_state, empty_init, "VTech", "Storio (NL, Dutch, 2011-10-17)", MACHINE_IS_SKELETON )
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index ceb380db2e6..0cd5feeaf12 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -36597,6 +36597,7 @@ vreadercafr // (c) 2011 V.Tech
storio // (c) 2011 V.Tech
storiode // (c) 2011 V.Tech
storioes // (c) 2011 V.Tech
+storioesa // (c) 2011 V.Tech
storiofr // (c) 2011 V.Tech
storionl // (c) 2011 V.Tech