summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hunter16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hunter16.cpp')
-rw-r--r--src/mame/drivers/hunter16.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hunter16.cpp b/src/mame/drivers/hunter16.cpp
index efc8f0ebd69..1beda6a059f 100644
--- a/src/mame/drivers/hunter16.cpp
+++ b/src/mame/drivers/hunter16.cpp
@@ -244,7 +244,7 @@ void hunter16_state::hunter1680(machine_config &config)
m_cga->set_screen("screen");
m_cga->set_show_border_area(false);
m_cga->set_char_width(8);
- m_cga->set_update_row_callback(FUNC(hunter16_state::crtc_update_row), this);
+ m_cga->set_update_row_callback(FUNC(hunter16_state::crtc_update_row));
}
ROM_START( hunter16 )