Emulated Woz Machine - Apple ][+ Emulator
Go to file
Stefan Arentz 3eec050286 Update README.md 2016-11-26 08:50:38 -05:00
roms Fixes #4 - Write a basic framework for unit tests 2016-11-22 15:55:35 -05:00
screenshots Update README.md 2016-11-26 08:50:38 -05:00
.gitignore Fixes #7 - Add a .gitignore for C projects 2016-11-16 22:20:38 -05:00
.travis.yml Adding a Travis CI configuration 2016-11-16 22:47:14 -05:00
Makefile Fixes #3 - Implement 65C02 Instructions (#42) 2016-11-23 22:17:24 -05:00
README.md Update README.md 2016-11-26 08:50:38 -05:00
cpu.c Fixes #3 - Implement 65C02 Instructions (#42) 2016-11-23 22:17:24 -05:00
cpu.h Fixes #3 - Implement 65C02 Instructions (#42) 2016-11-23 22:17:24 -05:00
cpu_test.c Fixes #3 - Implement 65C02 Instructions (#42) 2016-11-23 22:17:24 -05:00
ewm.c Fixes #43 - Starting with --machine=apple1 hangs the emulator 2016-11-23 22:25:36 -05:00
fmt.c Fixes #3 - Implement 65C02 Instructions (#42) 2016-11-23 22:17:24 -05:00
fmt.h Fixes #11 - Create better tracing facility 2016-11-18 16:50:31 -05:00
ins.c Fixes #3 - Implement 65C02 Instructions (#42) 2016-11-23 22:17:24 -05:00
ins.h Fixes #3 - Implement 65C02 Instructions (#42) 2016-11-23 22:17:24 -05:00
mem.c Fixes #3 - Implement 65C02 Instructions (#42) 2016-11-23 22:17:24 -05:00
mem.h Fixes #3 - Implement 65C02 Instructions (#42) 2016-11-23 22:17:24 -05:00
pia.c Resolve compile error on Linux 2016-11-16 22:54:35 -05:00
pia.h Resolve compile error on Linux 2016-11-16 22:54:35 -05:00

README.md

Emulated Woz Machine

Build Status

Introduction

Two years ago between christmas and new year I wrote a tiny and incomplete 6502 emulator and turned it into an original Apple 1 emulator. It was a fun and nostalgic project to work on. I grew up with the Apple II and never had a change to see an Apple 1 in action.

A few weeks ago I decided to pick this project up again. I am extremely motivated to turn this into a high quality emulator that supports the Apple 1, Replica 1, Apple ][+ and Apple IIe. Some of that work is really close to being finished, other work will take many months of spare time hacking.

Goals & Status

Here are some of the things I want to accomplish for each emulated machine:

CPU Emulator

  • 6502 support
  • 65C02 support
  • Tracing facility
  • Debugger
  • Speed throttling

Apple 1

8K / 6502 / Classic ROM

  • Terminal based emulation
  • Classic display emulation (SDL based)
  • Cassette interface

Replica 1

32K / 65C02 / KRUSADER ROM

  • Terminal based emulation
  • Classic display emulation (SDL based)
  • Cassette interface
  • CFFA1 Support

Apple ][+

48K / 6502

  • Basic Apple ][+ architecture implementation - In progress
  • Disk II emulation - In progress
  • Display Emulation - 40 Column mode - In progress
  • Display Emulation - Low resolution graphics
  • Display Emulation - High resolution graphics

Apple IIe

64K / 65C02 / Enhanced ROM

  • Central MMU to coordinate/own all memory and IO
  • Generic slot/card infrastructure
  • Disk II emulation - In progress
  • Extended 80-Column Text Card
  • Display Emulation - 40 Column mode
  • Display Emulation - 80 Column mode
  • Display Emulation - Low resolution graphics
  • Display Emulation - High resolution graphics
  • Display Emulation - Double high resolution graphics