summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author ClawGrip <clawgrip@hotmail.com>2019-12-10 20:33:22 +0100
committer ajrhacker <ajrhacker@users.noreply.github.com>2019-12-10 14:33:22 -0500
commit2e989d207c4fe3ae0736e1c25cbcdd6c6373c5ae (patch)
treedbe1b5ac81636f060bc909efd2c41d8e5bad40f3
parent0747c3ab9896726a23845f8836a852a7b89fb544 (diff)
New clones marked as NOT_WORKING (#6038)
* New clones marked as NOT_WORKING -------------------------------- Storio (ES, Spanish, 2011-06-17?) [Sean Riddle, ClawGrip] * Add "storioesa" (nw)
-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