summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pktgaldx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pktgaldx.cpp')
-rw-r--r--src/mame/drivers/pktgaldx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/pktgaldx.cpp b/src/mame/drivers/pktgaldx.cpp
index e50b76f09e5..f6d73c3d60c 100644
--- a/src/mame/drivers/pktgaldx.cpp
+++ b/src/mame/drivers/pktgaldx.cpp
@@ -368,8 +368,8 @@ void pktgaldx_state::pktgaldx(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(pktgaldx_state::bank_callback), this);
- m_deco_tilegen->set_bank2_callback(FUNC(pktgaldx_state::bank_callback), this);
+ m_deco_tilegen->set_bank1_callback(FUNC(pktgaldx_state::bank_callback));
+ m_deco_tilegen->set_bank2_callback(FUNC(pktgaldx_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");