summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/univac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/univac.cpp')
-rw-r--r--src/mame/drivers/univac.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/univac.cpp b/src/mame/drivers/univac.cpp
index d26216c3bc5..b6bce0a65ec 100644
--- a/src/mame/drivers/univac.cpp
+++ b/src/mame/drivers/univac.cpp
@@ -163,7 +163,7 @@ static const z80_daisy_config daisy_chain[] =
{
{ "dart" },
{ "ctc" },
- { NULL }
+ { nullptr }
};
static MACHINE_CONFIG_START( uts20, univac_state )
@@ -201,7 +201,7 @@ ROM_START( uts20 )
ROM_LOAD( "uts20e.rom", 0x4000, 0x1000, CRC(0dfc8062) SHA1(cd681020bfb4829d4cebaf1b5bf618e67b55bda3) )
ROM_FILL(0x2bd,1,0xaf) // test 2
ROM_FILL(0x3c1,2,0xaf) // test 5
- ROM_FILL(0x928,1,0)
+ ROM_FILL(0x928,1,nullptr)
/* character generator not dumped, using the one from 'c10' for now */
ROM_REGION( 0x2000, "chargen", 0 )