pgm notes: correct reference (nw)

This commit is contained in:
hap 2017-11-08 21:28:57 +01:00
parent a91da6ab76
commit aec6581625

View File

@ -67,29 +67,29 @@ game region code..
ASIC 3: ASIC 3:
state based device? state based device?
see see
machine/pgmprot.c machine/pgmprot_orlegend.cpp
ASIC 25 + ASIC 12 ASIC 25 + ASIC 12
state based device + rom overlays state based device + rom overlays
see see
machine/pgmprot5.c machine/pgmprot_igs025_igs012.cpp
ASIC 25 + ASIC 22 ASIC 25 + ASIC 22
state based device + encrypted DMA device state based device + encrypted DMA device
see see
machine/pgmprot4.c machine/pgmprot_igs025_igs022.cpp
ASIC 25 + ASIC 28 ASIC 25 + ASIC 28
state based device + encrypted DMA device? state based device + encrypted DMA device?
see see
machine/pgmprot6.c machine/pgmprot_igs025_igs028.cpp
ASIC 027A(55857F/55857G): ASIC 027A(55857F/55857G):
ARM based CPUs with internal ROM ARM based CPUs with internal ROM
see see
machine/pgmprot1.c machine/pgmprot_igs027a_type1.cpp
machine/pgmprot2.c machine/pgmprot_igs027a_type2.cpp
machine/pgmprot3.c machine/pgmprot_igs027a_type3.cpp
there are probably more... there are probably more...
@ -3230,7 +3230,7 @@ Only the ROMs at U9 and U10 were dumped.
U9 and U10 are not standard EPROMs, instead they are 27C322 adapter boards with an SMD OKI 27C3202 TSOP. U9 and U10 are not standard EPROMs, instead they are 27C322 adapter boards with an SMD OKI 27C3202 TSOP.
*/ */
ROM_START( martmasttw ) ROM_START( martmasttw )
ROM_REGION( 0x600000, "maincpu", 0 ) /* 68000 Code */ ROM_REGION( 0x600000, "maincpu", 0 ) /* 68000 Code */
PGM_68K_BIOS PGM_68K_BIOS
ROM_LOAD16_WORD_SWAP( "mm_v102_u9.bin", 0x100000, 0x400000, CRC(7eb41ed4) SHA1(7df7789db8f9110fe747f41e193b4a28096018e7) ) ROM_LOAD16_WORD_SWAP( "mm_v102_u9.bin", 0x100000, 0x400000, CRC(7eb41ed4) SHA1(7df7789db8f9110fe747f41e193b4a28096018e7) )
@ -4697,11 +4697,6 @@ GAME( 1999, kovsh100, kovsh, pgm_arm_type1, kovsh, pgm_arm_type1_sta
// nasty modern asian bootleg of Knights of Valour Super Heroes with characters ripped from SNK's The King of Fighters series! // nasty modern asian bootleg of Knights of Valour Super Heroes with characters ripped from SNK's The King of Fighters series!
GAME( 1999, kovqhsgs, kovsh, pgm_arm_type1, kovsh, pgm_arm_type1_state, kovqhsgs, ROT0, "bootleg", "Knights of Valour: Quan Huang San Guo Special / Sangoku Senki: Quan Huang San Guo Special (ver. 303CN)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE ) GAME( 1999, kovqhsgs, kovsh, pgm_arm_type1, kovsh, pgm_arm_type1_state, kovqhsgs, ROT0, "bootleg", "Knights of Valour: Quan Huang San Guo Special / Sangoku Senki: Quan Huang San Guo Special (ver. 303CN)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
// region provided by internal ARM rom // region provided by internal ARM rom
GAME( 2000, kov2, pgm, pgm_arm_type2, kov2, pgm_arm_type2_state, kov2, ROT0, "IGS", "Knights of Valour 2 / Sangoku Senki 2 (ver. 107, 102, 100HK)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE ) // 05/10/01 14:24:08 V107 (Ext. Arm V102, Int. Arm V100HK) GAME( 2000, kov2, pgm, pgm_arm_type2, kov2, pgm_arm_type2_state, kov2, ROT0, "IGS", "Knights of Valour 2 / Sangoku Senki 2 (ver. 107, 102, 100HK)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE ) // 05/10/01 14:24:08 V107 (Ext. Arm V102, Int. Arm V100HK)
GAME( 2000, kov2106, kov2, pgm_arm_type2, kov2, pgm_arm_type2_state, kov2, ROT0, "IGS", "Knights of Valour 2 / Sangoku Senki 2 (ver. 106, 102, 100HK)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE ) // 02/27/01 13:26:46 V106 (Ext. Arm V102, Int. Arm V100HK) GAME( 2000, kov2106, kov2, pgm_arm_type2, kov2, pgm_arm_type2_state, kov2, ROT0, "IGS", "Knights of Valour 2 / Sangoku Senki 2 (ver. 106, 102, 100HK)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE ) // 02/27/01 13:26:46 V106 (Ext. Arm V102, Int. Arm V100HK)