Created a simple Apple I emulator

2 posts / 0 new
Last post
Offline
Last seen: 3 months 2 weeks ago
Joined: Apr 3 2024 - 19:22
Posts: 4
Created a simple Apple I emulator

Hello!

I spent the last few weeks just tinkering around and having fun, and I ended up making a (somewhat) working Apple I emulator!

Even if it's a little rough around the edges (I don't think BCD works that well, it's not cycle accurate, and no cassette loading), I'm quite proud of it.

https://github.com/balt-dev/appleone (mirror)

It runs in the terminal using a minimal TUI.

Here's a few screenshots:

I probably won't be maintaining this, I'm pretty busy most of the time :P

Offline
Last seen: 3 months 3 weeks ago
Joined: Feb 18 2020 - 16:59
Posts: 46
And it's in Rust too! Nice.

And it's in Rust too! Nice.

Log in or register to post comments