From 93c238d5ec6d1f33c27c14cd65ceb5d7543be9da Mon Sep 17 00:00:00 2001 From: incog Date: Sun, 18 Feb 2018 14:38:51 +0000 Subject: [PATCH] Mattel HyperScan software list (#3191) * Mattel HyperScan software list * hooked up softlist --- hash/hyperscan.xml | 87 ++++++++++++++++++++++++++++++++++ src/mame/drivers/hyperscan.cpp | 2 + 2 files changed, 89 insertions(+) create mode 100644 hash/hyperscan.xml diff --git a/hash/hyperscan.xml b/hash/hyperscan.xml new file mode 100644 index 00000000000..5506def24e7 --- /dev/null +++ b/hash/hyperscan.xml @@ -0,0 +1,87 @@ + + + + + + + + + Ben 10 (USE1) + 2006 + Mattel + + + + + + + + + Ben 10 (USE2) + 2006 + Mattel + + + + + + + + + IWL - Interstellar Wrestling League (USE1) + 2006 + Mattel + + + + + + + + + IWL - Interstellar Wrestling League (USE2) + 2006 + Mattel + + + + + + + + + Marvel Heroes (USE2) + 2006 + Mattel + + + + + + + + + Spider-Man (USE1) + 2006 + Mattel + + + + + + + + + X-Men (USE) + 2006 + Mattel + + + + + + + + diff --git a/src/mame/drivers/hyperscan.cpp b/src/mame/drivers/hyperscan.cpp index 813110c12b2..3ff6200e0c8 100644 --- a/src/mame/drivers/hyperscan.cpp +++ b/src/mame/drivers/hyperscan.cpp @@ -623,6 +623,8 @@ MACHINE_CONFIG_START(hyperscan_state::hyperscan) MCFG_CPU_ADD("maincpu", SCORE7, XTAL(27'000'000) * 4) // 108MHz S+core 7 MCFG_CPU_PROGRAM_MAP(spg290_mem) + MCFG_SOFTWARE_LIST_ADD("cd_list","hyperscan") + /* video hardware */ MCFG_SCREEN_ADD("screen", RASTER) MCFG_SCREEN_REFRESH_RATE(50)