Apple //e emulator
Go to file
2018-11-18 14:28:54 -08:00
Android Better commentary for new settings 2018-11-18 14:28:54 -08:00
Apple2Mac Misc macOS tweaks 2018-11-18 14:27:17 -08:00
disks Fix testdisplay after video scanner upheaval 2018-11-17 10:39:28 -08:00
docs
external Rename external directory to something GitHub recognizes 2016-09-24 12:44:50 -07:00
src Fix occasional scanner glitching 2018-11-18 14:24:31 -08:00
.gitignore
ASM Refactor to use GNU build tools 2014-01-22 20:51:50 -08:00
AUTHORS
ChangeLog
configure.ac First cut at implementing conformant video scanner 2018-07-29 18:33:17 -07:00
COPYING
external-disks
externals Rename external directory to something GitHub recognizes 2016-09-24 12:44:50 -07:00
Makefile.am Unbreak Desktop Linux build 2018-11-17 13:35:35 -08:00
NEWS
PROBLEMS
README
README.debugger
README.md Update README.md 2018-07-29 19:00:30 -07:00
reconf.sh
TODO
valgrind.suppress

Apple //ix

Apple2ix is an Apple //e (8bit 65c02 CPU) emulator designed to work on various POSIX platforms.

Lineage

Apple2ix derives from the apple2-emul-linux project originally coded by various developers in the mid 1990's and FTP-uploaded as source tarballs to the original tsx-11.mit.edu Linux archive.

The original software was designed to work from the Linux console rendering via SVGAlib. It ran on par to the 1MHz Apple //e on an i386 (Pentium 100 class) or better machine. Later ports added X11 graphics support based on the original X11 DOOM source code drop, ty JC!

As of October 2016, the resurrected Apple2ix runs on x86 and ARM Android devices, x64 MacOSX 10.9+, and x64 GNU/Linux

Project Goals

  • Portability and code resilience across a wide range of modern POSIXy systems including MacOSX, desktop Linux/BSD, iOS, Android. If you are on Windows, just use the excellent AppleWin emulator!
  • Language/platform/API minimalism for core emulation modules (prefer coding to POSIX APIs and using C99 over all other choices)
  • Reasonable emulation fidelity to the original Apple //e machine (timing, video, audio, etc...)
  • Good platform citizenship for each port (prefer coding in language-of-choice promoted by platform--e.g.: Objective-C/Swift on Darwin, Java on Android, ...)

Project Tech

  • C99 dialect of the C programming language for the majority of the project
  • x86 and ARM assembly language for 65c02 CPU emulation loop
  • Extensive tests for 65c02 CPU, Apple //e VM, disks, and display (expected framebuffer output)
  • OpenGLES 2.x graphics with simple portable GLSL shaders
  • OpenAL and OpenSLES audio (emulated speaker and emulated Mockingboard/Phasor soundcards)
  • Objective-C and Cocoa APIs (Mac/iOS variant)
  • Java and Android APIs (Android app)

Android

Available on Google Play.

Running at 30FPS on ancient Gingerbread (Android 2.3.3) devices: Apple2ix on Samsung Galaxy Y running Gingerbread

Running at 60FPS on modern Android devices: Apple2ix on Nexus 6

Other Maintained Ports

  • Desktop GNU/Linux (GNU build)
  • macOS/iOS (Xcode build)

Semi-Ordered TODO

  • Improve graphics by emulating NTSC artifacts
  • CPU module ports: aarch64, Clang IR (bitcode)
  • macOS/iOS ports. (Apple does not allow publishing emulators in App Store, so we don't give these ports precedence)
  • Net/Open/Free-BSD port
  • OpenGL shaders/tricks for style (possibly emulating of various NTSC screen artifacts)
  • Emulation features ... (mouse, printer, 3.5" disk, AppleHD, Phasor, ethernet?, ...)
  • Debugger rewrite with tests ... improved debugger routines (CLI/curses debugger? GDB/LLDB module?)
  • Port to web assembly

DOS 3.3