77ff: ld a,($caf3) ; exit: 0=horizontal, 1=up, 2=downThe following patch fixes this problem (128K version only):
7802: or a
7803: jp z,$7825
7806: ld hl,($ca56) ; oops! may reach "down exit" when moving up
7809: ld ($caf4),hl
780c: jp $7825
77ff: ld a,($caf3)
7802: dec a ; POKE 30722,61
7803: jp nz,$7825 ; POKE 30723,194
7806: ld hl,($ca56)
7809: ld ($caf4),hl
780c: jp $7825
Spectrum Computing acknowledges the rights of copyright holders. If you would like your software removed from our preservation archive and made unavailable for download (or have any queries) please contact [email protected].