summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/88games.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/88games.cpp')
-rw-r--r--src/mame/drivers/88games.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/88games.cpp b/src/mame/drivers/88games.cpp
index 5f9cae9de2b..eb432ef9e65 100644
--- a/src/mame/drivers/88games.cpp
+++ b/src/mame/drivers/88games.cpp
@@ -339,9 +339,9 @@ MACHINE_CONFIG_START(_88games_state::_88games)
m_k051960->set_screen_tag("screen");
m_k051960->set_sprite_callback(FUNC(_88games_state::sprite_callback), this);
- MCFG_DEVICE_ADD("k051316", K051316, 0)
- MCFG_GFX_PALETTE("palette")
- MCFG_K051316_CB(_88games_state, zoom_callback)
+ K051316(config, m_k051316, 0);
+ m_k051316->set_palette("palette");
+ m_k051316->set_zoom_callback(FUNC(_88games_state::zoom_callback), this);
/* sound hardware */
SPEAKER(config, "mono").front_center();