summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/prof80mmu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/prof80mmu.cpp')
-rw-r--r--src/mame/machine/prof80mmu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/prof80mmu.cpp b/src/mame/machine/prof80mmu.cpp
index ebdccf33004..68bdabb7237 100644
--- a/src/mame/machine/prof80mmu.cpp
+++ b/src/mame/machine/prof80mmu.cpp
@@ -61,7 +61,7 @@ void prof80_mmu_device::device_start()
const address_space_config *prof80_mmu_device::memory_space_config(address_spacenum spacenum) const
{
- return (spacenum == AS_PROGRAM) ? &m_program_space_config : NULL;
+ return (spacenum == AS_PROGRAM) ? &m_program_space_config : nullptr;
}