diff options
Diffstat (limited to 'src/mame/drivers/mystwarr.cpp')
-rw-r--r-- | src/mame/drivers/mystwarr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mystwarr.cpp b/src/mame/drivers/mystwarr.cpp index c5dcecb91d4..f62e0d537fe 100644 --- a/src/mame/drivers/mystwarr.cpp +++ b/src/mame/drivers/mystwarr.cpp @@ -1116,7 +1116,7 @@ MACHINE_CONFIG_START(mystwarr_state::gaiapols) m_k053252->set_offsets(40, 16); - MCFG_K054000_ADD("k054000") + K054000(config, "k054000", 0); MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_gaiapols) |