a2stuff / prodos-drivers

Apple II ProDOS-8 system files that run on startup and install clock drivers, ramdisks, and other utilities
31 stars 7 forks source link

The Cricket!: fix hang on Total Replay #19

Closed frankmilliron closed 1 year ago

frankmilliron commented 1 year ago

The Cricket reset command sends Total Replay into an endless loop when launched, presumably because of an interrupt situation (TR just does RTI on an interrupt). Toggling the COMMAND and CONTROL settings seems to allow TR to function properly, while also allowing the Cricket initialization code to silence any playing notes.

frankmilliron commented 1 year ago

Also, I restore COMMAND and CONTROL if we don't find a Cricket, so previous settings are preserved.

inexorabletash commented 1 year ago

Thanks!