diff options
Diffstat (limited to 'src/mame/drivers/atm.cpp')
-rw-r--r-- | src/mame/drivers/atm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/atm.cpp b/src/mame/drivers/atm.cpp index 9c03c237a67..ee761f51e36 100644 --- a/src/mame/drivers/atm.cpp +++ b/src/mame/drivers/atm.cpp @@ -195,7 +195,7 @@ MACHINE_CONFIG_START(atm_state::atm) MCFG_DEVICE_OPCODES_MAP(atm_switch) MCFG_MACHINE_RESET_OVERRIDE(atm_state, atm ) - MCFG_BETA_DISK_ADD(BETA_DISK_TAG) + BETA_DISK(config, m_beta, 0); MCFG_GFXDECODE_MODIFY("gfxdecode", gfx_atm) |