summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/floppy.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2021-05-26 15:19:45 +0200
committer Olivier Galibert <galibert@pobox.com>2021-05-26 19:15:31 +0200
commit9add8034d2b92fe8cd876ab16c63831ce460e7e2 (patch)
tree5012a1ec8f5df8389a99805d9443351cb9653141 /src/devices/imagedev/floppy.cpp
parentec2bec33c2e53dada0970411f3b897930516d284 (diff)
vtech: Add floppy formats and fs
Diffstat (limited to 'src/devices/imagedev/floppy.cpp')
-rw-r--r--src/devices/imagedev/floppy.cpp2
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"