an Apple II emulator for linux, written in D
Go to file
edmccard 23b0a96c1c Add cpu reset. 2012-04-14 06:33:56 -04:00
src Add cpu reset. 2012-04-14 06:33:56 -04:00
test Begin documentation of test framework. 2012-04-14 06:30:05 -04:00
.gitignore gitignore 2012-03-15 15:13:45 -04:00
COPYING Initial commit 2012-03-13 20:43:29 -04:00
README.md Improve test runner. 2012-04-12 21:03:25 -04:00
README.orig New README 2012-03-15 15:34:42 -04:00
cmos.txt raw opcodes 2012-04-08 21:06:48 -04:00
nmos.txt raw opcodes 2012-04-08 21:06:48 -04:00

README.md

twoapple-reboot

An Apple II emulator for Linux, written in the D programming language

twoapple-reboot is a fork of twoapple updated to work with the latest version of D on both 32- and 64-bit Linux.

Building

twoapple-reboot works with dmd 2.058; I haven't tried it with ldc/gdc.

It depends on gtkd and Derelict2

Build by running make in the src directory; if the dependencies aren't installed to standard import/lib paths, you can do

make GTKD=/path/to/gtkd DERELICT=/path/to/Derelict2

Testing

There are tests for the 6502/65C02 emulation:

cd test
rdmd runtests.d --help

Use

For now, see README.orig

TODO

  • use new D2 features
  • better UI
  • cassette emulation
  • more peripherals