mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-11-17 13:10:38 +00:00
Apple //e emulator
32b4cd48c4
* fixes a bug where op_BRK doesn't work when Mockingboard installed * this is still hackish and hardcoded ... ultimately we need an interface to add/remove virtual peripherals |
||
---|---|---|
disks | ||
src | ||
.apple2 | ||
.gitignore | ||
ASM | ||
AUTHORS | ||
ChangeLog | ||
COPYING | ||
INSTALL | ||
NEWS | ||
PROBLEMS | ||
README | ||
README.debugger | ||
README.md | ||
TODO |
apple2
WIP : a salvaged Apple ][+ //e emulator
Important TODO in no particular order: * synching to the normal 1MHz speed * Separate audio and render threads * Build to different frontends: improve X11, SDL, OpenGL?, etc... * A proper build system * Convert x86/32 assembly routines to C * Generate ARM assembly if needed * Improved interfaces/menus