summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/dec/rx01.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/dec/rx01.cpp')
-rw-r--r--src/mame/dec/rx01.cpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/mame/dec/rx01.cpp b/src/mame/dec/rx01.cpp
index a8fca77df27..2451bff58f3 100644
--- a/src/mame/dec/rx01.cpp
+++ b/src/mame/dec/rx01.cpp
@@ -15,16 +15,7 @@
#include "emu.h"
#include "rx01.h"
#include "cpu/rx01/rx01.h"
-#include "formats/basicdsk.h"
-
-static LEGACY_FLOPPY_OPTIONS_START( rx01 )
- LEGACY_FLOPPY_OPTION(rx01, "img", "RX01 image", basicdsk_identify_default, basicdsk_construct_default, nullptr,
- HEADS([1])
- TRACKS([77])
- SECTORS([26])
- SECTOR_LENGTH([128])
- FIRST_SECTOR_ID([1]))
-LEGACY_FLOPPY_OPTIONS_END
+#include "formats/rx01_dsk.h"
static const floppy_interface rx01_floppy_interface =