summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hprot1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hprot1.cpp')
-rw-r--r--src/mame/drivers/hprot1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hprot1.cpp b/src/mame/drivers/hprot1.cpp
index 64c198ac95d..ef4a75e0db6 100644
--- a/src/mame/drivers/hprot1.cpp
+++ b/src/mame/drivers/hprot1.cpp
@@ -269,7 +269,7 @@ void hprot1_state::hprot1(machine_config &config)
HD44780(config, m_lcdc, 0);
m_lcdc->set_lcd_size(2, 16);
- m_lcdc->set_pixel_update_cb(FUNC(hprot1_state::hprot1_pixel_update), this);
+ m_lcdc->set_pixel_update_cb(FUNC(hprot1_state::hprot1_pixel_update));
/* TODO: figure out which RTC chip is in use. */