summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/trs80m2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/trs80m2.h')
-rw-r--r--src/mame/includes/trs80m2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/trs80m2.h b/src/mame/includes/trs80m2.h
index 94a85e36038..9f533cb9a6f 100644
--- a/src/mame/includes/trs80m2.h
+++ b/src/mame/includes/trs80m2.h
@@ -52,7 +52,7 @@ public:
m_floppy1(*this, FD1791_TAG":1"),
m_floppy2(*this, FD1791_TAG":2"),
m_floppy3(*this, FD1791_TAG":3"),
- m_floppy(NULL),
+ m_floppy(nullptr),
m_ram(*this, RAM_TAG),
m_kb(*this, TRS80M2_KEYBOARD_TAG),
m_rom(*this, Z80_TAG),