summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/attache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/attache.cpp')
-rw-r--r--src/mame/drivers/attache.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/attache.cpp b/src/mame/drivers/attache.cpp
index 7cfdc459595..5221559ab36 100644
--- a/src/mame/drivers/attache.cpp
+++ b/src/mame/drivers/attache.cpp
@@ -868,7 +868,7 @@ static const z80_daisy_config attache_daisy_chain[] =
{ "ctc" },
{ "sio" },
// expansion
- { NULL }
+ { nullptr }
};
static SLOT_INTERFACE_START( attache_floppies )
@@ -986,7 +986,7 @@ MACHINE_CONFIG_END
ROM_START( attache )
ROM_REGION(0x10000, "maincpu", 0)
- ROM_FILL(0x0000,0x10000,0x00)
+ ROM_FILL(0x0000,0x10000,nullptr)
ROM_REGION(0x1000, "boot", 0)
ROM_SYSTEM_BIOS(0, "u252revg", "Boot Rev.G")