diff --git a/hash/n64dd.xml b/hash/n64dd.xml index a00f2370c31..7ea1a787e97 100644 --- a/hash/n64dd.xml +++ b/hash/n64dd.xml @@ -1,28 +1,178 @@ + - Dezaemon DD (Jpn, Prototype Rev 199802xx) + Dezaemon DD (Prototype Rev 199802xx) 1998 Athena - + - - + + - F-Zero X Expansion Kit (Jpn) + F-Zero X Expansion Kit 2000 Nintendo - + + + - - + + + + + + + + Nihon Pro Golf Tour 64 + 2000 + Seta + + + + + + + + + + + + Kyojin no Doshin 1 + 1999 + Nintendo + + + + + + + + + + + + Kyojin no Doshin (Store Demo) + 1999? + Nintendo + + + + + + + + + + Kyojin no Doshin - Kaihou Sensen Chibikko Chikko Daishuugou + 2000 + Nintendo + + + + + + + + + + + + Mario Artist - Communication Kit + 2000 + Nintendo + + + + + + + + + + + + Mario Artist - Paint Studio + 1999 + Nintendo + + + + + + + + + + + + Mario Artist - Polygon Studio + 2000 + Nintendo + + + + + + + + + + + + Mario Artist - Talent Studio + 2000 + Nintendo + + + + + + + + + + + + Randnet Browser + 19?? + <unknown> + + + + + + + + + + Sim City 64 + 2000 + Nintendo + + + + + + + + + + + + Super Mario 64 + 19?? + Nintendo + + + diff --git a/src/mess/drivers/n64.c b/src/mess/drivers/n64.c index fd0f65cb425..2c05e376674 100644 --- a/src/mess/drivers/n64.c +++ b/src/mess/drivers/n64.c @@ -339,7 +339,7 @@ static MACHINE_CONFIG_START( n64, n64_mess_state ) MCFG_GENERIC_LOAD(n64_mess_state, n64_cart) /* software lists */ - MCFG_SOFTWARE_LIST_ADD("cart_list","n64") + MCFG_SOFTWARE_LIST_ADD("cart_list", "n64") MACHINE_CONFIG_END static MACHINE_CONFIG_DERIVED( n64dd, n64 ) @@ -354,6 +354,9 @@ static MACHINE_CONFIG_DERIVED( n64dd, n64 ) MCFG_GENERIC_LOAD(n64_mess_state, n64_cart) MCFG_QUICKLOAD_ADD("quickload", n64_mess_state, n64dd, "bin,dsk", 0) + MCFG_QUICKLOAD_INTERFACE("n64dd_disk") + + MCFG_SOFTWARE_LIST_ADD("dd_list", "n64dd") MACHINE_CONFIG_END ROM_START( n64 )