mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
New machines marked as NOT_WORKING
---------------------------------- Moto GP (MGP1004-NA-B) [Guru]
This commit is contained in:
parent
57baad2dab
commit
f6964d5658
@ -51,6 +51,7 @@ Mobile Suit Gundam SEED O.M.N.I. vs Z.A.F.T..... 123456X SED1 DVD0 D
|
||||
M.S. Gundam SEED Destiny O.M.N.I. vs Z.A.F.T. II 123456X GSD1 DVD0 DVD NM00034 GSD1 Ver.A Banpresto 2006 % #
|
||||
Mobile Suit Z Gundam A.E.U.G. vs Titans......... 123456X ZGA1 DVD0 DVD NM00013 ZGA1 Ver.A Capcom/Banpresto 2003 %
|
||||
Mobile Suit Z Gundam DX A.E.U.G. vs Titans...... 12X456X ZDX1 DVD0 DVD NM00017 ZDX1 Ver.A Capcom/Banpresto 2003 %
|
||||
Moto GP......................................... XXXX56X MGP1004-NA-HDD0-A HDD (80GB) NM00039 MGP1004-NA-B Namco 2007 HDD: Western Digital WD800BB (note only about 2.5GB is used and the remainder of the drive is 00-filled)
|
||||
Netchuu Pro Yakyuu 2002......................... X23XXXX NPY1 CD0B CD NM00009 NPY Ver.B Namco 2002
|
||||
Pride GP 2003................................... 123456X PR21 DVD0 DVD NM00011 PR21 Ver.A Capcom 2003 %
|
||||
Quiz Mobile Suit Gundam Tou Senshi.............. 123456X QG1 DVD NM00030 QG1 Ver.A Banpresto 2006 %
|
||||
@ -110,7 +111,6 @@ Zoids Infinity Ex Plus.......................... ------X M9006907A Ver.2.10J H
|
||||
? - unknown info
|
||||
|
||||
Unused NM000xx numbers:
|
||||
NM00039 ?
|
||||
NM00045 ?
|
||||
NM00046 ?
|
||||
NM00047 ?
|
||||
@ -1605,6 +1605,17 @@ ROM_START( sbxc )
|
||||
DISK_IMAGE_READONLY( "bax1_dvd0", 0, SHA1(56d58e66eeaa57ff07668000491360853b064936) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( motogp )
|
||||
ROM_REGION32_LE(0x200000, "bios", 0)
|
||||
SYSTEM256_BIOS
|
||||
|
||||
ROM_REGION(0x840000, "key", ROMREGION_ERASE00)
|
||||
ROM_LOAD( "mgp1004-na-b.ic002", 0x000000, 0x840000, CRC(31cc0cc7) SHA1(269ddaa55f230c697da132b565bbca9338cf6820) )
|
||||
|
||||
DISK_REGION("dvd") // actually HDD for this game
|
||||
DISK_IMAGE_READONLY( "mgp1004-na-hdd0-a", 0, SHA1(599940b9fe7fc8e46fd80a32c7e795ae143ee645) )
|
||||
ROM_END
|
||||
|
||||
// System 246
|
||||
GAME(2001, sys246, 0, system246, system246, namcops2_state, empty_init, ROT0, "Namco", "System 246 BIOS", MACHINE_IS_SKELETON|MACHINE_IS_BIOS_ROOT)
|
||||
GAME(2001, vnight, sys246, system246, system246, namcops2_state, empty_init, ROT0, "Sega / Namco", "Vampire Night (VPN3 Ver. B)", MACHINE_IS_SKELETON)
|
||||
@ -1656,6 +1667,7 @@ GAME(2006, taiko9, sys256, system256, system246, namcops2_state, empty_init,
|
||||
GAME(2006, yuyuhaku, sys256, system256, system246, namcops2_state, empty_init, ROT0, "Banpresto", "The Battle of Yu Yu Hakusho: Shitou! Ankoku Bujutsukai!", MACHINE_IS_SKELETON)
|
||||
GAME(2006, zoidiexp, sys246, system246, system246, namcops2_state, empty_init, ROT0, "Tomy / Taito", "Zoids Infinity EX Plus (ver. 2.10)", MACHINE_IS_SKELETON)
|
||||
GAME(2007, kinniku2, sys256, system256, system246, namcops2_state, empty_init, ROT0, "Namco", "Kinnikuman Muscle Grand Prix 2 (KN2 Ver. A)", MACHINE_IS_SKELETON)
|
||||
GAME(2007, motogp, sys256, system256, system246, namcops2_state, empty_init, ROT0, "Namco", "Moto GP (MGP1004-NA-B)", MACHINE_IS_SKELETON)
|
||||
GAME(2007, taiko10, sys256, system256, system246, namcops2_state, empty_init, ROT0, "Namco", "Taiko no Tatsujin 10 (T101001-NA-A)", MACHINE_IS_SKELETON)
|
||||
GAME(2008, gdvsgd, sys256, system256, system246, namcops2_state, empty_init, ROT0, "Capcom / Bandai", "Gundam vs. Gundam (GVS1 Ver. A)", MACHINE_IS_SKELETON)
|
||||
GAME(2009, gdvsgdnx, sys256, system256, system246, namcops2_state, empty_init, ROT0, "Capcom / Bandai", "Gundam vs. Gundam Next", MACHINE_IS_SKELETON)
|
||||
|
@ -30973,6 +30973,7 @@ gdvsgdnx //
|
||||
gundzaft //
|
||||
kinniku //
|
||||
kinniku2 //
|
||||
motogp //
|
||||
netchu02 //
|
||||
prdgp03 //
|
||||
qgundam //
|
||||
|
Loading…
Reference in New Issue
Block a user