From 034ad510cd026f6f5c7c4330f32d403f9a16e7fc Mon Sep 17 00:00:00 2001 From: David Haywood Date: Mon, 28 Mar 2016 20:37:33 +0100 Subject: [PATCH] add 'Pocket Challenge' lists based on Team Europe dumps. note, wasn't given any actual titles. V1 doesn't look wonderwan based to me, might be compatible with some other hw instead. --- hash/pockchalv1.xml | 22 ++++++ hash/pockchalv2.xml | 148 +++++++++++++++++++++++++++++++++++++ src/mame/drivers/wswan.cpp | 6 ++ 3 files changed, 176 insertions(+) create mode 100644 hash/pockchalv1.xml create mode 100644 hash/pockchalv2.xml diff --git a/hash/pockchalv1.xml b/hash/pockchalv1.xml new file mode 100644 index 00000000000..253559a10a3 --- /dev/null +++ b/hash/pockchalv1.xml @@ -0,0 +1,22 @@ + + + + + + + + unknown (0BE311) + 2000? + Benesse Corporation + + + + + + + + + + + + diff --git a/hash/pockchalv2.xml b/hash/pockchalv2.xml new file mode 100644 index 00000000000..0c1014d6af0 --- /dev/null +++ b/hash/pockchalv2.xml @@ -0,0 +1,148 @@ + + + + + + + + unknown (2BB113) + 2002 + Benesse Corporation + + + + + + + + + + + + unknown (2BD400) + 2002 + Benesse Corporation + + + + + + + + + + + + unknown (2BF400) + 2002 + Benesse Corporation + + + + + + + + + + + + unknown (2BG410) + 2002 + Benesse Corporation + + + + + + + + + + + + unknown (2BK401) + 2002 + Benesse Corporation + + + + + + + + + + + + unknown (2BM110) + 2002 + Benesse Corporation + + + + + + + + + + + + unknown (3BG410) + 2002 + Benesse Corporation + + + + + + + + + + + + unknown (4BD400) + 2004 + Benesse Corporation + + + + + + + + + + + + unknown (6FD400) + 2006 + Benesse Corporation + + + + + + + + + + + + unknown (6FF400) + 2006 + Benesse Corporation + + + + + + + + + + + + diff --git a/src/mame/drivers/wswan.cpp b/src/mame/drivers/wswan.cpp index 8e064ec85f1..48b132a4d06 100644 --- a/src/mame/drivers/wswan.cpp +++ b/src/mame/drivers/wswan.cpp @@ -144,6 +144,10 @@ static MACHINE_CONFIG_START( wswan, wswan_state ) /* software lists */ MCFG_SOFTWARE_LIST_ADD("cart_list","wswan") MCFG_SOFTWARE_LIST_COMPATIBLE_ADD("wsc_list","wscolor") + + MCFG_SOFTWARE_LIST_COMPATIBLE_ADD("pc1_list","pockchalv1") + MCFG_SOFTWARE_LIST_COMPATIBLE_ADD("pc2_list","pockchalv2") + MACHINE_CONFIG_END static MACHINE_CONFIG_DERIVED( wscolor, wswan ) @@ -163,6 +167,8 @@ static MACHINE_CONFIG_DERIVED( wscolor, wswan ) MCFG_DEVICE_REMOVE("wsc_list") MCFG_SOFTWARE_LIST_ADD("cart_list","wscolor") MCFG_SOFTWARE_LIST_COMPATIBLE_ADD("ws_list","wswan") + + MACHINE_CONFIG_END /***************************************************************************