summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/osborne1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/osborne1.h')
-rw-r--r--src/mame/includes/osborne1.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/osborne1.h b/src/mame/includes/osborne1.h
index be11edb2927..b84cf506787 100644
--- a/src/mame/includes/osborne1.h
+++ b/src/mame/includes/osborne1.h
@@ -54,10 +54,10 @@ public:
m_bank_0xxx(*this, "bank_0xxx"),
m_bank_1xxx(*this, "bank_1xxx"),
m_bank_fxxx(*this, "bank_fxxx"),
- m_video_timer(NULL),
- m_p_chargen(NULL),
- m_tilemap(NULL),
- m_acia_rxc_txc_timer(NULL)
+ m_video_timer(nullptr),
+ m_p_chargen(nullptr),
+ m_tilemap(nullptr),
+ m_acia_rxc_txc_timer(nullptr)
{ }