Housekeeping (nw)

This commit is contained in:
Robbbert 2016-09-26 19:38:40 +10:00
parent 2639397a9c
commit a735e09f37
4 changed files with 16 additions and 14 deletions

View File

@ -663,6 +663,7 @@ marineb.cpp
marinedt.cpp
mario.cpp
markham.cpp
marywu.cpp
mastboy.cpp
matmania.cpp
maxaflex.cpp

View File

@ -870,15 +870,16 @@ ROM_START( noki8890 )
ROM_END
GAME( 1999, noki3210, 0, noki3310, noki3310, driver_device, 0, ROT0, "Nokia", "Nokia 3210", MACHINE_NO_SOUND | MACHINE_IS_SKELETON )
GAME( 1999, noki7110, 0, noki7110, noki3310, driver_device, 0, ROT0, "Nokia", "Nokia 7110", MACHINE_NO_SOUND | MACHINE_IS_SKELETON )
GAME( 1999, noki8210, 0, noki3310, noki3310, driver_device, 0, ROT0, "Nokia", "Nokia 8210", MACHINE_NO_SOUND | MACHINE_IS_SKELETON )
GAME( 1999, noki8850, 0, noki3310, noki3310, driver_device, 0, ROT0, "Nokia", "Nokia 8850", MACHINE_NO_SOUND | MACHINE_IS_SKELETON )
GAME( 2000, noki3310, 0, noki3310, noki3310, driver_device, 0, ROT0, "Nokia", "Nokia 3310", MACHINE_NO_SOUND | MACHINE_IS_SKELETON )
GAME( 2000, noki6210, 0, noki6210, noki3310, driver_device, 0, ROT0, "Nokia", "Nokia 6210", MACHINE_NO_SOUND | MACHINE_IS_SKELETON )
GAME( 2000, noki6250, 0, noki6210, noki3310, driver_device, 0, ROT0, "Nokia", "Nokia 6250", MACHINE_NO_SOUND | MACHINE_IS_SKELETON )
GAME( 2000, noki8250, 0, noki3310, noki3310, driver_device, 0, ROT0, "Nokia", "Nokia 8250", MACHINE_NO_SOUND | MACHINE_IS_SKELETON )
GAME( 2000, noki8890, 0, noki3310, noki3310, driver_device, 0, ROT0, "Nokia", "Nokia 8890", MACHINE_NO_SOUND | MACHINE_IS_SKELETON )
GAME( 2001, noki3330, 0, noki3330, noki3310, driver_device, 0, ROT0, "Nokia", "Nokia 3330", MACHINE_NO_SOUND | MACHINE_IS_SKELETON )
GAME( 2002, noki3410, 0, noki3410, noki3310, driver_device, 0, ROT0, "Nokia", "Nokia 3410", MACHINE_NO_SOUND | MACHINE_IS_SKELETON )
GAME( 2002, noki5210, 0, noki3330, noki3310, driver_device, 0, ROT0, "Nokia", "Nokia 5210", MACHINE_NO_SOUND | MACHINE_IS_SKELETON )
/* YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS */
SYST( 1999, noki3210, 0, 0, noki3310, noki3310, driver_device, 0, "Nokia", "Nokia 3210", MACHINE_NO_SOUND | MACHINE_IS_SKELETON )
SYST( 1999, noki7110, 0, 0, noki7110, noki3310, driver_device, 0, "Nokia", "Nokia 7110", MACHINE_NO_SOUND | MACHINE_IS_SKELETON )
SYST( 1999, noki8210, 0, 0, noki3310, noki3310, driver_device, 0, "Nokia", "Nokia 8210", MACHINE_NO_SOUND | MACHINE_IS_SKELETON )
SYST( 1999, noki8850, 0, 0, noki3310, noki3310, driver_device, 0, "Nokia", "Nokia 8850", MACHINE_NO_SOUND | MACHINE_IS_SKELETON )
SYST( 2000, noki3310, 0, 0, noki3310, noki3310, driver_device, 0, "Nokia", "Nokia 3310", MACHINE_NO_SOUND | MACHINE_IS_SKELETON )
SYST( 2000, noki6210, 0, 0, noki6210, noki3310, driver_device, 0, "Nokia", "Nokia 6210", MACHINE_NO_SOUND | MACHINE_IS_SKELETON )
SYST( 2000, noki6250, 0, 0, noki6210, noki3310, driver_device, 0, "Nokia", "Nokia 6250", MACHINE_NO_SOUND | MACHINE_IS_SKELETON )
SYST( 2000, noki8250, 0, 0, noki3310, noki3310, driver_device, 0, "Nokia", "Nokia 8250", MACHINE_NO_SOUND | MACHINE_IS_SKELETON )
SYST( 2000, noki8890, 0, 0, noki3310, noki3310, driver_device, 0, "Nokia", "Nokia 8890", MACHINE_NO_SOUND | MACHINE_IS_SKELETON )
SYST( 2001, noki3330, 0, 0, noki3330, noki3310, driver_device, 0, "Nokia", "Nokia 3330", MACHINE_NO_SOUND | MACHINE_IS_SKELETON )
SYST( 2002, noki3410, 0, 0, noki3410, noki3310, driver_device, 0, "Nokia", "Nokia 3410", MACHINE_NO_SOUND | MACHINE_IS_SKELETON )
SYST( 2002, noki5210, 0, 0, noki3330, noki3310, driver_device, 0, "Nokia", "Nokia 5210", MACHINE_NO_SOUND | MACHINE_IS_SKELETON )

View File

@ -79,4 +79,5 @@ ROM_START( segapm ) // was more than one cartridge available? if so softlist the
// todo, sh2 bios roms etc.
ROM_END
GAME( 1996, segapm, 0, segapm, segapm, driver_device, 0, ROT0, "Sega", "Picture Magic", MACHINE_NO_SOUND | MACHINE_NOT_WORKING )
/* YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS */
CONS( 1996, segapm, 0, 0, segapm, segapm, driver_device, 0, "Sega", "Picture Magic", MACHINE_NO_SOUND | MACHINE_NOT_WORKING )

View File

@ -311,7 +311,6 @@ m6805evs.cpp
m79152pc.cpp
mac.cpp
macpci.cpp
marywu.cpp
mbc200.cpp
mbc55x.cpp
mbdtower.cpp