Rust version of an Apple II emulator.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Steven Hugg 63ce8cbc26 updated to compile w/ latest Rust master 9 years ago
Makefile started on lazy simple TUI 10 years ago
README.md diagnosed compiler bugs, fixed stuff 10 years ago
a2.rs updated to compile w/ latest Rust master 9 years ago
apple.rs added Disk II 10 years ago
cpu.rs updated to compile w/ latest Rust master 9 years ago
diskii.rs diagnosed compiler bugs, fixed stuff 10 years ago
lazyterm.rs some changes but tui::update() still doesn't work 10 years ago
mem.rs first cut of cpu + apple i/o 10 years ago
tests.rs diagnosed compiler bugs, fixed stuff 10 years ago
tui.rs some changes but tui::update() still doesn't work 10 years ago
util.rs updated to compile w/ latest Rust master 9 years ago

README.md

Rust version of an Apple II emulator.

CPU simulation heavily borrowed from https://github.com/pcwalton/sprocketnes