Story

Show HN: Apple II(e) emulator in Rust for native and web

chrismoos Friday, January 30, 2026

Hey all,

Spent some time over my winter break and built this Apple II emulator. I had previously done a C64 one but somehow stumbled on the Apple II and decided it would be a fun project.

Spent a good amount of the time on the Disk II implementation -- there is a lot to it as the software had pretty direct control over what a controller firmware normally would do. Dealing with copy protection schemes and all the timing around that was a bit challenging.

There is a WASM version you can try on the web, please check it out!

https://emu.chrismoos.com/

Summary
The article discusses 'emu', an open-source project that provides a framework for building emulators for various computer systems. It covers the project's features, including support for multiple CPU architectures, a debugger, and a modular design.
3 0
Summary
github.com
Visit article Read on Hacker News