indigodarkwolf / box16

A fork of the official X16 emulator, converted to C++20 and with a bunch of features tweaked and added.
MIT License
41 stars 19 forks source link

VERA Monitor overlay crash #24

Closed ZeroByteOrg closed 3 years ago

ZeroByteOrg commented 3 years ago

Setting H scale value to 0 crashes the emulator. This is easy to do inadvertently by backspacing the current value out of the input field when you intend to erase it and change it to something new.

ZeroByteOrg commented 3 years ago

Setting the actual register to zero in-emu (e.g. POKE $9F2A,0) does not crash the emulator.

indigodarkwolf commented 3 years ago

I haven't been able to reproduce this. Has it since been fixed?

ZeroByteOrg commented 3 years ago

Apparently it's fixed. I don't get a crash if I set H to zero anymore.

indigodarkwolf commented 3 years ago

Awesomesauce. Closing, can always re-open if it comes back.