diff options
Diffstat (limited to 'src/lib/formats/all.cpp')
| -rw-r--r-- | src/lib/formats/all.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/formats/all.cpp b/src/lib/formats/all.cpp index 9a7b53b7309..5bae7c54707 100644 --- a/src/lib/formats/all.cpp +++ b/src/lib/formats/all.cpp @@ -754,6 +754,7 @@ void mame_formats_full_list(mame_formats_enumerator &en) en.add(FLOPPY_RWTS18_FORMAT); // ap2_dsk.h en.add(FLOPPY_EDD_FORMAT); // ap2_dsk.h en.add(FLOPPY_WOZ_FORMAT); // ap2_dsk.h + en.add(FLOPPY_MOOF_FORMAT); // ap2_dsk.h en.add(FLOPPY_NIB_FORMAT); // ap2_dsk.h #endif #ifdef HAS_FORMATS_AIM_DSK |
