mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
cps2.cpp: Treat new 1944 parent like other sets, correct Cut-n-paste
This commit is contained in:
parent
56152ea7e8
commit
cb315344b8
@ -1363,7 +1363,7 @@ void cps2_state::gigaman2(machine_config &config)
|
||||
ROM_START( 1944 )
|
||||
ROM_REGION( CODE_SIZE, "maincpu", 0 ) // 68000 code
|
||||
ROM_LOAD16_WORD_SWAP( "nffe.03", 0x000000, 0x80000, CRC(7544b926) SHA1(903d9ab45e05a2ab9d7efa074a7ee4ff2006d30a) )
|
||||
ROM_LOAD16_WORD_SWAP( "nffe.04", 0x080000, 0x80000, CRC(dba1c66e) SHA1(4764e77d4da5d19d9acded27df1e1bcba06b0fcf) )
|
||||
ROM_LOAD16_WORD_SWAP( "nff.04", 0x080000, 0x80000, CRC(dba1c66e) SHA1(4764e77d4da5d19d9acded27df1e1bcba06b0fcf) )
|
||||
ROM_LOAD16_WORD_SWAP( "nffe.05", 0x100000, 0x80000, CRC(d78d31d3) SHA1(060c3defc87b0cce186df545427bd18687770815) )
|
||||
|
||||
ROM_REGION( 0x1400000, "gfx", 0 )
|
||||
|
@ -10954,7 +10954,7 @@ wofpic // bootleg
|
||||
1944 // 20/06/2000 (c) 2000 Eighting/Raizing (Euro)
|
||||
1944d //
|
||||
1944j // 20/06/2000 (c) 2000 Eighting/Raizing (Japan)
|
||||
1944u // 20/06/2000 (c) 2000 Eighting/Raizing (Japan)
|
||||
1944u // 20/06/2000 (c) 2000 Eighting/Raizing (USA)
|
||||
19xx // 04/01/1996 (c) 1996 (Euro)
|
||||
19xxu // 07/12/1995 (c) 1996 (USA)
|
||||
19xxa // 04/01/1996 (c) 1996 (Asia)
|
||||
|
Loading…
Reference in New Issue
Block a user