summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tasman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tasman.cpp')
-rw-r--r--src/mame/drivers/tasman.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/tasman.cpp b/src/mame/drivers/tasman.cpp
index 9391942a1c2..998ecfc511f 100644
--- a/src/mame/drivers/tasman.cpp
+++ b/src/mame/drivers/tasman.cpp
@@ -683,10 +683,10 @@ MACHINE_CONFIG_START(kongambl_state::kongambl)
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_tasman)
#endif
- MCFG_DEVICE_ADD("k056832", K056832, 0)
- MCFG_K056832_CB(kongambl_state, tile_callback)
- MCFG_K056832_CONFIG("gfx1", K056832_BPP_8TASMAN, 0, 0)
- MCFG_K056832_PALETTE("palette")
+ K056832(config, m_k056832, 0);
+ m_k056832->set_tile_callback(FUNC(kongambl_state::tile_callback), this);
+ m_k056832->set_config("gfx1", K056832_BPP_8TASMAN, 0, 0);
+ m_k056832->set_palette(m_palette);
SPEAKER(config, "lspeaker").front_left();
SPEAKER(config, "rspeaker").front_right();