summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/n64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/n64.h')
-rw-r--r--src/mame/video/n64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/n64.h b/src/mame/video/n64.h
index 8c5a5e9f753..8f9bb174633 100644
--- a/src/mame/video/n64.h
+++ b/src/mame/video/n64.h
@@ -135,7 +135,7 @@ class n64_rdp : public poly_manager<UINT32, rdp_poly_state, 8, 32000>
public:
n64_rdp(n64_state &state);
- running_machine &machine() const { assert(m_machine != NULL); return *m_machine; }
+ running_machine &machine() const { assert(m_machine != nullptr); return *m_machine; }
void init_internal_state()
{