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

0 byte crash dump written #61

Closed Yazwh0 closed 1 year ago

Yazwh0 commented 1 year ago

When I encountered this error https://github.com/indigodarkwolf/box16/issues/60 Box16 wrote a 0 byte dump.bin file.

indigodarkwolf commented 1 year ago

Whoops, seems I left the default behavior for dump files to be "don't dump anything", which is producing empty dump files.

indigodarkwolf commented 1 year ago

Should be fixed with a11ec63