IDE68k -> IDE68k (Wine)

Posted on Jan 19, 2022

⬅️ Back to Intro

⬅️ Prev Post

IDE68k is used to compile .asm or .c programs into .hex files. Running it through Wine is mostly a good experience.

There is however an annoying bug where some folders don’t show up in the file browser. It seems to only occur if an archive is unzipped incorrectly.

When I use Ark to unzip, some folders are missing:

Folders Missing

However, when I unzip via:

$ unzip -X -K "M68kV6.0 - 800by480.zip"

Then all the folders appear:

All Folders Appear

Other than this, the experience has been seamless.

⬅️ Prev Post