Skip to content

Commit

Permalink
No-Slot Clock: Hit PTRIG to slow ZIP/IIc+ accelerator before reading
Browse files Browse the repository at this point in the history
This appears to improve reliability when reading the NSC on the
IIc+. More data is probably needed before declaring this a really
good solution, but "it works on my machine!"
  • Loading branch information
inexorabletash committed Oct 7, 2023
1 parent a519d0c commit ed2fa6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clocks/ns.clock/ns.clock.system.s
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ loop: lda driver,y
driver:
php
sei
lda PTRIG ; Slow ZIP, IIc+ accelerator, etc
lda $C00B ; Ultrawarp bug workaround c/o @bobbimanners
ld4: lda $CFFF ; self-modified ($CFFF or RDCXROM)
pha
Expand Down

0 comments on commit ed2fa6e

Please sign in to comment.