// license:BSD-3-Clause // copyright-holders:Sergey Svishchev /********************************************************************* formats/rx01_dsk.h DEC RX01 disk images *********************************************************************/ #ifndef MAME_FORMATS_RX01_DSK_H #define MAME_FORMATS_RX01_DSK_H #include "flopimg.h" #include "formats/basicdsk.h" LEGACY_FLOPPY_OPTIONS_EXTERN(rx01); #endif // MAME_FORMATS_RX01_DSK_H