summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/shangha3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/shangha3.cpp')
-rw-r--r--src/mame/drivers/shangha3.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/drivers/shangha3.cpp b/src/mame/drivers/shangha3.cpp
index 5b610aa7cce..ab41398f789 100644
--- a/src/mame/drivers/shangha3.cpp
+++ b/src/mame/drivers/shangha3.cpp
@@ -702,13 +702,13 @@ ROM_START( blocken ) /* PCB labeled KID-07 */
ROM_REGION( 0x100000, "oki", 0 )
/* $00000-$20000 stays the same in all sound banks, */
/* the second half of the bank is what gets switched */
- ROM_COPY( "samples", 0x000000, 0x000000, 0x020000)
- ROM_COPY( "samples", 0x000000, 0x020000, 0x020000)
- ROM_COPY( "samples", 0x000000, 0x040000, 0x020000)
+ ROM_COPY( "samples", nullptr, 0x000000, 0x020000)
+ ROM_COPY( "samples", nullptr, 0x020000, 0x020000)
+ ROM_COPY( "samples", nullptr, 0x040000, 0x020000)
ROM_COPY( "samples", 0x020000, 0x060000, 0x020000)
- ROM_COPY( "samples", 0x000000, 0x080000, 0x020000)
+ ROM_COPY( "samples", nullptr, 0x080000, 0x020000)
ROM_COPY( "samples", 0x040000, 0x0a0000, 0x020000)
- ROM_COPY( "samples", 0x000000, 0x0c0000, 0x020000)
+ ROM_COPY( "samples", nullptr, 0x0c0000, 0x020000)
ROM_COPY( "samples", 0x060000, 0x0e0000, 0x020000)
ROM_END