summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/sinclair/atm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/sinclair/atm.cpp')
-rw-r--r--src/mame/sinclair/atm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/sinclair/atm.cpp b/src/mame/sinclair/atm.cpp
index 8ff87a33212..158f01262d2 100644
--- a/src/mame/sinclair/atm.cpp
+++ b/src/mame/sinclair/atm.cpp
@@ -509,7 +509,7 @@ void atm_state::atm(machine_config &config)
m_screen->set_raw(X1_128_SINCLAIR / 5, 448, 312, {get_screen_area().left() - 40, get_screen_area().right() + 40, get_screen_area().top() - 40, get_screen_area().bottom() + 40});
subdevice<gfxdecode_device>("gfxdecode")->set_info(gfx_atm);
- BETA_DISK(config, m_beta, 0);
+ BETA_DISK(config, m_beta);
ATA_INTERFACE(config, m_ata).options(atm_ata_devices, nullptr, nullptr, false);;
CENTRONICS(config, m_centronics, centronics_devices, "covox");