summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/spchrom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/spchrom.cpp')
-rw-r--r--src/devices/machine/spchrom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/spchrom.cpp b/src/devices/machine/spchrom.cpp
index 25210f26fa4..542be5b4ded 100644
--- a/src/devices/machine/spchrom.cpp
+++ b/src/devices/machine/spchrom.cpp
@@ -125,7 +125,7 @@ void speechrom_device::read_and_branch()
void speechrom_device::device_start()
{
memory_region *region = memregion(tag());
- if (region == NULL)
+ if (region == nullptr)
{
throw emu_fatalerror("No region for device '%s'\n", tag());
}