From 4eb6fa675f78d584c50c87cac81c51bdf31cf49c Mon Sep 17 00:00:00 2001 From: Dirk Best Date: Sat, 13 Dec 2014 15:24:36 +0100 Subject: [PATCH] vtech1: Add software list for some tapes --- hash/vz_cass.xml | 261 ++++++++++++++++++++++++++++++++++++++ src/mess/drivers/vtech1.c | 3 + 2 files changed, 264 insertions(+) create mode 100644 hash/vz_cass.xml diff --git a/hash/vz_cass.xml b/hash/vz_cass.xml new file mode 100644 index 00000000000..bc5d71bf683 --- /dev/null +++ b/hash/vz_cass.xml @@ -0,0 +1,261 @@ + + + + + + + + + Chess + 198? + Dick Smith + + + + + + + + + + Circus + 198? + Dick Smith + + + + + + + + + + Dawn Patrol + 198? + Dick Smith + + + + + + + + + + + Defense Penetrator + 1982 + Cosmic Software + + + + + + + + + + Galaxon + 198? + Dick Smith + + + + + + + + + + Ghost Hunter + 198? + Dick Smith + + + + + + + + + + + Hamburger Sam + ???? + + + + + + + + + + Hoppy + 198? + Dick Smith + + + + + + + + + + Invaders + 198? + Dick Smith + + + + + + + + + + + Ladder Challenge + 198? + Dick Smith + + + + + + + + + + Missile + ???? + + + + + + + + + + Panik + 198? + Dick Smith + + + + + + + + + + Planet Patrol + 198? + Dick Smith + + + + + + + + + + Star Blaster + 198? + Dick Smith + + + + + + + + + + + Tennis + 198? + Dick Smith + + + + + + + + + diff --git a/src/mess/drivers/vtech1.c b/src/mess/drivers/vtech1.c index cbd8b99907d..79f9aa203f8 100644 --- a/src/mess/drivers/vtech1.c +++ b/src/mess/drivers/vtech1.c @@ -451,6 +451,9 @@ static MACHINE_CONFIG_START( laser110, vtech1_state ) MCFG_CASSETTE_ADD( "cassette" ) MCFG_CASSETTE_FORMATS(vtech1_cassette_formats) MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_PLAY) + MCFG_CASSETTE_INTERFACE("vtech1_cass") + + MCFG_SOFTWARE_LIST_ADD("cass_list", "vz_cass") MACHINE_CONFIG_END static MACHINE_CONFIG_DERIVED( laser200, laser110 )