summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/xbox.h')
-rw-r--r--src/mame/includes/xbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/xbox.h b/src/mame/includes/xbox.h
index 253d903b675..85e0c85af4d 100644
--- a/src/mame/includes/xbox.h
+++ b/src/mame/includes/xbox.h
@@ -203,7 +203,7 @@ class xbox_base_state : public driver_device
public:
xbox_base_state(const machine_config &mconfig, device_type type, const char *tag) :
driver_device(mconfig, type, tag),
- nvidia_nv2a(NULL),
+ nvidia_nv2a(nullptr),
debug_irq_active(false),
debug_irq_number(0),
m_maincpu(*this, "maincpu") { }