opus3: added CPM format (nw)

This commit is contained in:
Nigel Barnes 2016-11-19 17:17:57 +00:00
parent 004d64d1a7
commit d01daaca3a

View File

@ -54,6 +54,7 @@ const device_type BBC_OPUS3 = &device_creator<bbc_opus3_device>;
FLOPPY_FORMATS_MEMBER(floppy_formats)
FLOPPY_ACORN_SSD_FORMAT,
FLOPPY_ACORN_DSD_FORMAT,
FLOPPY_ACORN_CPM_FORMAT,
FLOPPY_FSD_FORMAT,
FLOPPY_OPUS_DDOS_FORMAT
FLOPPY_FORMATS_END0