summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mario.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-12-04 07:03:38 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-12-04 07:03:38 +0100
commit41681c1703244abe68cbcf3096ca259bd061cc08 (patch)
tree85d24789ff864e1b0f35fb87f0c58bad5925e27d /src/mame/drivers/mario.cpp
parent0c56ac848dd0eba359500d444ecbb51f215ff5b9 (diff)
clang-modernize part 4
Diffstat (limited to 'src/mame/drivers/mario.cpp')
-rw-r--r--src/mame/drivers/mario.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/mario.cpp b/src/mame/drivers/mario.cpp
index 371a078c18b..be97bf2ff1b 100644
--- a/src/mame/drivers/mario.cpp
+++ b/src/mame/drivers/mario.cpp
@@ -634,7 +634,7 @@ ROM_START( mario )
ROM_REGION( 0x1800, "audiocpu", 0 ) /* sound */
/* internal rom */
- ROM_FILL( 0x0000, 0x0800, 0x00)
+ ROM_FILL( 0x0000, 0x0800, nullptr)
/* first half banked */
ROM_LOAD( "tma1-c-6k_e.6k", 0x1000, 0x0800, CRC(06b9ff85) SHA1(111a29bcb9cda0d935675fa26eca6b099a88427f) )
/* second half always read */
@@ -668,7 +668,7 @@ ROM_START( marioe )
ROM_REGION( 0x1800, "audiocpu", 0 ) /* sound */
/* internal rom */
- ROM_FILL( 0x0000, 0x0800, 0x00)
+ ROM_FILL( 0x0000, 0x0800, nullptr)
/* first half banked */
ROM_LOAD( "tma1-c-6k_e.6k", 0x1000, 0x0800, CRC(06b9ff85) SHA1(111a29bcb9cda0d935675fa26eca6b099a88427f) )
/* second half always read */
@@ -702,7 +702,7 @@ ROM_START( marioo )
ROM_REGION( 0x1800, "audiocpu", 0 ) /* sound */
/* internal rom */
- ROM_FILL( 0x0000, 0x0800, 0x00)
+ ROM_FILL( 0x0000, 0x0800, nullptr)
/* first half banked */
ROM_LOAD( "tma1-c-6k_e.6k", 0x1000, 0x0800, CRC(06b9ff85) SHA1(111a29bcb9cda0d935675fa26eca6b099a88427f) )
/* second half always read */
@@ -736,7 +736,7 @@ ROM_START( marioj )
ROM_REGION( 0x1800, "audiocpu", 0 ) /* sound */
/* internal rom */
- ROM_FILL( 0x0000, 0x0800, 0x00)
+ ROM_FILL( 0x0000, 0x0800, nullptr)
/* first half banked */
ROM_LOAD( "tma1c-a.6k", 0x1000, 0x0800, CRC(06b9ff85) SHA1(111a29bcb9cda0d935675fa26eca6b099a88427f) )
/* second half always read */