Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Releases: majick/virtualt-code

1.8.1-majick

06 Aug 14:38
7f26c32

Choose a tag to compare

After fixing things up to make the program build properly on a modern compiler and modern platform, included are compiled binaries for macOS aarch64 (aka "Apple Silicon") and Linux amd64 (aka "x86_64"). This release includes all the accumulated fixes, as well as a fix hot off the presses for a bug in the emulation of the screen. A 20-year old bug that somehow escaped the notice of us all.

You should be able to build binaries yourself for other instruction sets and operating systems with the included source code. (I don't have access to Windows systems to build Windows software, unfortunately.)

Thank you to B9 for spotting the bug. Thank you, Ken, for quickly identifying the fix!

1.8-manyfixes for macOS ARM & Linux amd64

25 Feb 21:48

Choose a tag to compare

After fixing things up to make the program build properly on a modern compiler and modern platform, here are compiled binaries for macOS aarch64 (aka "Apple Silicon") and Linux amd64 (aka "x86_64"). This release includes the fixes that make it possible to actually type on the emulated system's keyboard — this was something that didn't work on the original.

You should be able to build binaries yourself for other instruction sets. Have fun.