jkotlinski / durexforth

Modern C64 Forth
Other
230 stars 28 forks source link

Revert to 2.0.0 RESTORE handling #392

Closed Whammo closed 2 years ago

Whammo commented 2 years ago

This is as tight as I can make it. It doesn't deal with RUN STOP RESTORE.

jkotlinski commented 2 years ago

Cool! And this is also compatible with RS-232?

(original issue for reference : #331)

Whammo commented 2 years ago

RS232 will work, any NMI not from CIA 2 and the RESTORE key calls QUIT.

jkotlinski commented 2 years ago

That is probably Fine, right?

On Fri, 31 Dec 2021 at 10:00, Whammo @.***> wrote:

RS232 will work, any NMI not from CIA 2 and the RESTORE key calls quit.

— Reply to this email directly, view it on GitHub https://github.com/jkotlinski/durexforth/pull/392#issuecomment-1003314083, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAY34O6U3OLPZRU2C7U36L3UTVWLZANCNFSM5K7AHSJA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

Whammo commented 2 years ago

It's actually excellent! There are no complications for altering the NMI vector for hardware drivers because QUIT is always there for consistent behavior.