summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cninja.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cninja.cpp')
-rw-r--r--src/mame/drivers/cninja.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cninja.cpp b/src/mame/drivers/cninja.cpp
index aaab83afadc..5e0e6c64183 100644
--- a/src/mame/drivers/cninja.cpp
+++ b/src/mame/drivers/cninja.cpp
@@ -1609,7 +1609,7 @@ ROM_START( cninjabl )
// split larger bootleg GFX roms into required regions
ROM_REGION( 0x020000, "gfx1", ROMREGION_INVERT ) // chars
- ROM_COPY( "gfxtemp", nullptr, 0x000000, 0x020000 )
+ ROM_COPY( "gfxtemp", 0x000000, 0x000000, 0x020000 )
ROM_REGION( 0x080000, "gfx2", ROMREGION_INVERT ) // tiles 3
ROM_COPY( "gfxtemp", 0x080000, 0x000000, 0x080000 )