summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wswan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wswan.cpp')
-rw-r--r--src/mame/drivers/wswan.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/wswan.cpp b/src/mame/drivers/wswan.cpp
index 085a06a91a0..8234e882520 100644
--- a/src/mame/drivers/wswan.cpp
+++ b/src/mame/drivers/wswan.cpp
@@ -127,8 +127,8 @@ void wswan_state::wswan(machine_config &config)
WSWAN_VIDEO(config, m_vdp, 0);
m_vdp->set_screen("screen");
m_vdp->set_vdp_type(VDP_TYPE_WSWAN);
- m_vdp->set_irq_callback(FUNC(wswan_state::set_irq_line), this);
- m_vdp->set_dmasnd_callback(FUNC(wswan_state::dma_sound_cb), this);
+ m_vdp->set_irq_callback(FUNC(wswan_state::set_irq_line));
+ m_vdp->set_dmasnd_callback(FUNC(wswan_state::dma_sound_cb));
screen_device &screen(SCREEN(config, "screen", SCREEN_TYPE_LCD));
// screen.set_refresh_rate(75);