summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sshangha.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sshangha.cpp')
-rw-r--r--src/mame/drivers/sshangha.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/sshangha.cpp b/src/mame/drivers/sshangha.cpp
index ae800c6bc95..673de4f8907 100644
--- a/src/mame/drivers/sshangha.cpp
+++ b/src/mame/drivers/sshangha.cpp
@@ -443,8 +443,8 @@ void sshangha_state::sshangha(machine_config &config)
m_tilegen->set_pf2_col_bank(0x20);
m_tilegen->set_pf1_col_mask(0x0f);
m_tilegen->set_pf2_col_mask(0x0f);
- m_tilegen->set_bank1_callback(FUNC(sshangha_state::bank_callback), this);
- m_tilegen->set_bank2_callback(FUNC(sshangha_state::bank_callback), this);
+ m_tilegen->set_bank1_callback(FUNC(sshangha_state::bank_callback));
+ m_tilegen->set_bank2_callback(FUNC(sshangha_state::bank_callback));
m_tilegen->set_pf12_8x8_bank(0);
m_tilegen->set_pf12_16x16_bank(1);
m_tilegen->set_gfxdecode_tag("gfxdecode");