diff options
Diffstat (limited to 'src/lib/formats/msx_dsk.h')
-rw-r--r-- | src/lib/formats/msx_dsk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/msx_dsk.h b/src/lib/formats/msx_dsk.h index 63914366e9c..bd06127a333 100644 --- a/src/lib/formats/msx_dsk.h +++ b/src/lib/formats/msx_dsk.h @@ -13,6 +13,6 @@ /**************************************************************************/ -FLOPPY_OPTIONS_EXTERN(msx); +LEGACY_FLOPPY_OPTIONS_EXTERN(msx); #endif /* MSX_DSK_H */ |