diff options
Diffstat (limited to 'src/devices/imagedev/floppy.cpp')
-rw-r--r-- | src/devices/imagedev/floppy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/imagedev/floppy.cpp b/src/devices/imagedev/floppy.cpp index 09f61ea17c9..faa6b5d30d6 100644 --- a/src/devices/imagedev/floppy.cpp +++ b/src/devices/imagedev/floppy.cpp @@ -39,7 +39,7 @@ #define PITCH_SEEK_SAMPLES 1 -#define FLUX_SCREEN 0 +#define FLUX_SCREEN 1 #define FLOPSND_TAG "floppysound" |