summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/64h156.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/64h156.c')
-rw-r--r--src/mess/machine/64h156.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/64h156.c b/src/mess/machine/64h156.c
index a14caf4bc30..289358a4a0f 100644
--- a/src/mess/machine/64h156.c
+++ b/src/mess/machine/64h156.c
@@ -658,7 +658,7 @@ void c64h156_device::stp_w(int data)
{
int track = floppy_drive_get_current_track(m_image);
int tracks = (data - track) & 0x03;
-
+
if (tracks == 3)
{
tracks = -1;