summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ddenlovr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ddenlovr.cpp')
-rw-r--r--src/mame/drivers/ddenlovr.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/drivers/ddenlovr.cpp b/src/mame/drivers/ddenlovr.cpp
index e1c0ec92d2b..54df62b7ec4 100644
--- a/src/mame/drivers/ddenlovr.cpp
+++ b/src/mame/drivers/ddenlovr.cpp
@@ -11614,13 +11614,13 @@ ROM_START( kotbinsp )
ROM_LOAD16_BYTE( "909033.6c", 0x200001, 0x080000, CRC(9388b85d) SHA1(a35fe0b585cba256bb5575f7b539b33dd0ca3aa0) )
ROM_FILL( 0x300000, 0x100000, 0xff )
// mirror the whole address space (25 bits)
- ROM_COPY( "blitter", 0, 0x0400000, 0x400000 )
- ROM_COPY( "blitter", 0, 0x0800000, 0x400000 )
- ROM_COPY( "blitter", 0, 0x0c00000, 0x400000 )
- ROM_COPY( "blitter", 0, 0x1000000, 0x400000 )
- ROM_COPY( "blitter", 0, 0x1400000, 0x400000 )
- ROM_COPY( "blitter", 0, 0x1800000, 0x400000 )
- ROM_COPY( "blitter", 0, 0x1c00000, 0x400000 )
+ ROM_COPY( "blitter", nullptr, 0x0400000, 0x400000 )
+ ROM_COPY( "blitter", nullptr, 0x0800000, 0x400000 )
+ ROM_COPY( "blitter", nullptr, 0x0c00000, 0x400000 )
+ ROM_COPY( "blitter", nullptr, 0x1000000, 0x400000 )
+ ROM_COPY( "blitter", nullptr, 0x1400000, 0x400000 )
+ ROM_COPY( "blitter", nullptr, 0x1800000, 0x400000 )
+ ROM_COPY( "blitter", nullptr, 0x1c00000, 0x400000 )
ROM_REGION( 0x80000, "oki", 0 ) /* Samples */
ROM_LOAD( "909031.1c", 0x00000, 0x80000, CRC(9f20a531) SHA1(1b43edd70c4c958cbbcd6c051ea6ba5e6fb41e77) )