summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dreambal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dreambal.cpp')
-rw-r--r--src/mame/drivers/dreambal.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/dreambal.cpp b/src/mame/drivers/dreambal.cpp
index 5d00c431368..806229b4e79 100644
--- a/src/mame/drivers/dreambal.cpp
+++ b/src/mame/drivers/dreambal.cpp
@@ -345,8 +345,8 @@ void dreambal_state::dreambal(machine_config &config)
m_deco_tilegen->set_pf2_col_bank(0x10);
m_deco_tilegen->set_pf1_col_mask(0x0f);
m_deco_tilegen->set_pf2_col_mask(0x0f);
- m_deco_tilegen->set_bank1_callback(FUNC(dreambal_state::bank_callback), this);
- m_deco_tilegen->set_bank2_callback(FUNC(dreambal_state::bank_callback), this);
+ m_deco_tilegen->set_bank1_callback(FUNC(dreambal_state::bank_callback));
+ m_deco_tilegen->set_bank2_callback(FUNC(dreambal_state::bank_callback));
m_deco_tilegen->set_pf12_8x8_bank(0);
m_deco_tilegen->set_pf12_16x16_bank(1);
m_deco_tilegen->set_gfxdecode_tag("gfxdecode");