MEGA65 / open-roms

A project to create unencumbered open-source ROMs for use on selected retro computers
Other
261 stars 18 forks source link

INST (=SHIFT+DEL) doesn't respect quote mode #38

Closed mist64 closed 4 years ago

mist64 commented 4 years ago

If you type the following:

"<INST>

...you should get an inverted vertical bar. Instead, it is interpreted as an actual "insert".

FeralChild64 commented 4 years ago

Silly me, I treated SHIFT+DEL the same way as DEL. Fixed in commit https://github.com/FeralChild64/open-roms/commit/c51f10ff46e482f16bc234da372dc6b2af9551e7

FeralChild64 commented 4 years ago

Fixed in the commit mentioned above.