Continuum 93
A downloadable project for Windows, macOS, and Linux
Continuum 93 is an emulator of a classic retro computer that never existed before and is designed for retro games programming in native assembly code. This release also includes an additional step-by-step debugger, released now for all coresponding platforms.
Continuum emulator is available on Windows, Mac, Linux, all 64 bit Raspberry Pi and Steam Deck.
Join Continuum Discord channel for questions and news:
Running Continuum93 on macOS: Code Signing Disclaimer
macOS includes a security system called Gatekeeper, which prevents unauthorized or unverified applications from running. If you attempt to launch Continuum93 and receive a message such as:
zsh: killed ./Continuum93
…it may be because macOS is blocking the binary due to the lack of a valid code signature.
Fix: Manually Sign the Application (Ad-Hoc Signing)
You can enable execution of the application by manually applying an ad-hoc code signature. This can be done by opening Terminal and running:
codesign --force --sign - ./Continuum93
What This Command Does:
codesign: This is Apple's tool for applying or checking digital signatures on macOS binaries.
--force: Overwrites any existing (or broken) signature.
--sign -: Applies an ad-hoc signature, which doesn’t require a developer certificate. It marks the binary as trusted only on your machine.
This does not modify the app’s functionality, send data, or make it publicly trusted — it simply marks the binary as “safe to run” on your local system.
Important Notes and Risks This does not grant system-level privileges or bypass any core protections like System Integrity Protection (SIP). You should only run this command on software you trust and understand. Never apply code signing to a binary from an untrusted or unknown source. The signature is not persistent across systems. If you copy the binary to another Mac, you'll need to repeat this step. This is required due to Apple’s security policies. Since Continuum93 is not distributed via the Mac App Store or signed with a registered Apple Developer ID, it is treated as untrusted by default. The ad-hoc signature only affects local execution and does not weaken your system’s overall security posture.
Updated | 18 days ago |
Status | In development |
Category | Other |
Platforms | Windows, macOS, Linux |
Author | Enthusiast Guy |
Tags | assembly, computer, game-development, games, Retro, retro-emulator, virtual-computer |
Download
Click download now to get access to the following files:
Development log
- Continuum 93 V 1.0.135Oct 29, 2024
- Continuum 93 V 0.7.116Feb 14, 2024
- Continuum 93 V 0.7.114Feb 12, 2024
- Continuum 93 V 0.6.8Jan 26, 2024
- Continuum 93 V 0.3.7Sep 11, 2023
- Continuum 93 V 0.1.4Mar 16, 2023
Comments
Log in with itch.io to leave a comment.
Hi! This looks super awesome!
I really want to join, building software for the Continuum.
I can't register on your forums, though. It seems registration of new users is disabled.
Best regards!
Hi there!
Thank you kindly for your interest in this!
Yes, the forum is disabled for now. I got A LOT of spam on it, need to implement a better and nicer forum.
The reason for which I didn't yet do that is because I am on a deadline for a rather big update for Continuum. Added quite a few important things and I expect it to be released in a couple of weeks.
Actually I am now working on updating documentation and preparing the video.
Keep close. 😉
Oh, no worries at all!
I’ll try and keep up!
Did you consider creating a Discord for your project?
I’m looking very much forward to your new documentation and video! I am struggling a little bit on grasping a few things, but your example programs are quite helpful!
You raise a very good point. I think a discord is definitely something that can be set-up way faster. Let me look into that and I'll probably have something ready in a few days.
Will comment here and probably update some info description when ready.
In the mean time, if you have any questions, ask away here. :)
Created the Discord channel. See the description above for the link. 😉
Thanks, I’ve joined! 😎