summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/apple1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/apple1.cpp')
-rw-r--r--src/mame/video/apple1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/apple1.cpp b/src/mame/video/apple1.cpp
index f6485dc7ee5..2dc880127b5 100644
--- a/src/mame/video/apple1.cpp
+++ b/src/mame/video/apple1.cpp
@@ -94,7 +94,7 @@ void apple1_state::terminal_draw(screen_device &screen, bitmap_ind16 &dest, cons
{
m_current_terminal = terminal;
terminal->tm->draw(screen, dest, cliprect, 0, 0);
- m_current_terminal = NULL;
+ m_current_terminal = nullptr;
}
void apple1_state::verify_coords(terminal_t *terminal, int x, int y)