From fc008f79ef675df7e838f125973ebf4ca6e22bd8 Mon Sep 17 00:00:00 2001 From: Sandro Ronco Date: Wed, 20 Feb 2013 20:12:19 +0000 Subject: [PATCH] (MESS) Added software list for Sega Visual Memory Unit. [LoganB] --- .gitattributes | 1 + hash/svmu.xml | 240 ++++++++++++++++++++++++++++++++++++++++ src/mess/drivers/svmu.c | 4 + 3 files changed, 245 insertions(+) create mode 100644 hash/svmu.xml diff --git a/.gitattributes b/.gitattributes index 53ea969a3a1..13241113df1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -241,6 +241,7 @@ hash/svi318_cart.xml svneol=native#text/xml hash/svi318_cass.xml svneol=native#text/xml hash/svi318_flop.xml svneol=native#text/xml hash/svision.xml svneol=native#text/xml +hash/svmu.xml svneol=native#text/xml hash/tandy200.xml svneol=native#text/xml hash/tandy2k.xml svneol=native#text/xml hash/tandy6k.xml svneol=native#text/xml diff --git a/hash/svmu.xml b/hash/svmu.xml new file mode 100644 index 00000000000..dc95baf9382 --- /dev/null +++ b/hash/svmu.xml @@ -0,0 +1,240 @@ + + + + + + + Chao Adventure (Sonic Adventure) + 1999 + Sega + + + + + + + + + Chao Adventure 2 (Sonic Adventure 2) + 2001 + Sega + + + + + + + + + Chao Adventure 2 (France)(Sonic Adventure 2) + 2001 + Sega + + + + + + + + + Linear Watch (Evolution 2) + 2000 + ESP Software + + + + + + + + + Marvel VS. Capcom 2 vs. Com (Japan)(Marvel vs. Capcom 2) + 2000 + Capcom + + + + + + + + + Pop 'n Music Vol. 1 (Japan)(Pop 'n Music) + 1999 + Konami + + + + + + + + + Pop 'n Music Vol. 2 (Japan)(Pop 'n Music) + 2000 + Konami + + + + + + + + + Pop 'n Music Vol. 3 (Japan)(Pop 'n Music) + 2000 + Konami + + + + + + + + + Power Stone 2 Mini Store (Power Stone 2) + 2000 + Capcom + + + + + + + + + Powerstone Mini (Power Stone) + 1999 + Capcom + + + + + + + + + Sega GT Pocket America (Sega GT) + 2000 + Sega/Wow-Ent + + + + + + + + + Sega GT (Japan)(Sega GT) + 2000 + Sega + + + + + + + + + Sega GT Pocket Europe (Sega GT) + 2000 + Sega/Wow-Ent + + + + + + + + + Sega GT Pocket Japan (Sega GT) + 2000 + Sega/Wow-Ent + + + + + + + + + Shenmue (Japan)(Shenmue) + 1999 + Sega + + + + + + + + + Soul Calibur 3-1 Mini (Japan)(SoulCalibur) + 1999 + Namco + + + + + + + + + SoulCalibur Text Adventure (Japan)(SoulCalibur) + 1999 + Namco + + + + + + + + + SoulCalibur VMU Game Pack (SoulCalibur) + 1999 + Namco + + + + + + + + + TrickStyle Junior (TrickStyle) + 1999 + Acclaim + + + + + + + + + VMU Football + 1999 + Sega + + + + + + + + + + Zombie Revenge Training Game (Zombie Revenge) + 1999 + Sega + + + + + + + + + + \ No newline at end of file diff --git a/src/mess/drivers/svmu.c b/src/mess/drivers/svmu.c index aab42fc8807..9b43f267b70 100644 --- a/src/mess/drivers/svmu.c +++ b/src/mess/drivers/svmu.c @@ -323,6 +323,10 @@ static MACHINE_CONFIG_START( svmu, svmu_state ) /* devices */ MCFG_ATMEL_29C010_ADD("flash") MCFG_QUICKLOAD_ADD("quickload", svmu, "vms,bin", 0) + MCFG_QUICKLOAD_INTERFACE("svmu_quik") + + /* Software lists */ + MCFG_SOFTWARE_LIST_ADD("quik_list", "svmu") MACHINE_CONFIG_END