diff options
Diffstat (limited to 'src/mame/drivers/moo.cpp')
-rw-r--r-- | src/mame/drivers/moo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/moo.cpp b/src/mame/drivers/moo.cpp index f5544fb86e0..ac4e594c533 100644 --- a/src/mame/drivers/moo.cpp +++ b/src/mame/drivers/moo.cpp @@ -612,7 +612,7 @@ MACHINE_CONFIG_START(moo_state::bucky) MCFG_DEVICE_MODIFY("maincpu") MCFG_DEVICE_PROGRAM_MAP(bucky_map) - MCFG_K054000_ADD("k054000") + K054000(config, "k054000", 0); m_k053246->set_config("gfx2", NORMAL_PLANE_ORDER, -48, 23); |