diff options
| author | 2012-10-30 07:07:38 +0000 | |
|---|---|---|
| committer | 2012-10-30 07:07:38 +0000 | |
| commit | 6bfc7e54f9e932a70056ff0b3d79396ff8ef00b3 (patch) | |
| tree | 85ed98268eb2848966ebfef9c284b7d359f82e8f /src/mess/machine/64h156.c | |
| parent | 05e6b5ff93f294d0bc11f7680af87786ada1f124 (diff) | |
Clean-ups and version bumpmame0147u2
Diffstat (limited to 'src/mess/machine/64h156.c')
| -rw-r--r-- | src/mess/machine/64h156.c | 2 |
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; |
