summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rz1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rz1.cpp')
-rw-r--r--src/mame/drivers/rz1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rz1.cpp b/src/mame/drivers/rz1.cpp
index 6b92833fb52..7dc22f683ba 100644
--- a/src/mame/drivers/rz1.cpp
+++ b/src/mame/drivers/rz1.cpp
@@ -369,7 +369,7 @@ void rz1_state::rz1(machine_config &config)
HD44780(config, m_hd44780, 0);
m_hd44780->set_lcd_size(1, 16);
- m_hd44780->set_pixel_update_cb(FUNC(rz1_state::lcd_pixel_update), this);
+ m_hd44780->set_pixel_update_cb(FUNC(rz1_state::lcd_pixel_update));
config.set_default_layout(layout_rz1);