Extra cycle when brancing on conditional jumps. Fixes Sammy Lighfoot woz loadind.

This commit is contained in:
Ivan Izaguirre 2020-12-06 17:24:24 +01:00
parent c7f643623d
commit 9c89ad4a61
2 changed files with 4 additions and 1 deletions

View File

@ -291,6 +291,9 @@ func moveStep(phases uint8, prevStep int) int {
nextStep = 0 nextStep = 0
} }
} }
//fmt.Printf("[DiskII] 1/4 track: %03d %vO\n", nextStep, strings.Repeat(" ", nextStep))
return nextStep return nextStep
} }

View File

@ -22,7 +22,7 @@ Emulation status for the disk used on the reference:
- Stargate: Working - Stargate: Working
- Cross track sync - Cross track sync
- *** Blazing Paddles: Not working - *** Blazing Paddles: Not working
- *** Take 1: Not working - Take 1: Working
- *** Hard Hat Mack: Not working - *** Hard Hat Mack: Not working
- Half tracks - Half tracks
- The Bilestoad: Working - The Bilestoad: Working