summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m63.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m63.cpp')
-rw-r--r--src/mame/drivers/m63.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m63.cpp b/src/mame/drivers/m63.cpp
index 1222a8aac84..9e90e6d85e9 100644
--- a/src/mame/drivers/m63.cpp
+++ b/src/mame/drivers/m63.cpp
@@ -974,7 +974,7 @@ ROM_START( fghtbskt )
ROM_REGION( 0x2000, "gfx1", 0 )
ROM_LOAD( "fb08.12f", 0x0000, 0x1000, CRC(271cd7b8) SHA1(00cfeb6ba429cf6cc59d6542dea8de2ca79155ed) )
- ROM_FILL( 0x1000, 0x1000, nullptr )
+ ROM_FILL( 0x1000, 0x1000, 0x00 )
ROM_REGION( 0x6000, "gfx2", 0 )
ROM_LOAD( "fb21.25e", 0x0000, 0x2000, CRC(02843591) SHA1(e38ccc97dcbd642d0ac768837f7baf1573fdb91f) )