summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cps2.cpp
diff options
context:
space:
mode:
author Brian Troha <briantro@users.noreply.github.com>2020-12-11 17:42:17 -0600
committer Brian Troha <briantro@users.noreply.github.com>2020-12-11 17:42:17 -0600
commitcb315344b8a216218d1fa0391e51214123836fe3 (patch)
treea195a8ce49ea241d2bdbdf8c9a553085c6c6f9a0 /src/mame/drivers/cps2.cpp
parent56152ea7e83c3b1911d8c695dbf649c8b4d73cb9 (diff)
cps2.cpp: Treat new 1944 parent like other sets, correct Cut-n-paste
Diffstat (limited to 'src/mame/drivers/cps2.cpp')
-rw-r--r--src/mame/drivers/cps2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cps2.cpp b/src/mame/drivers/cps2.cpp
index d6abb263bfb..4889f66f6a7 100644
--- a/src/mame/drivers/cps2.cpp
+++ b/src/mame/drivers/cps2.cpp
@@ -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 )