mirror of
https://github.com/simonowen/apple1emu.git
synced 2024-12-26 07:29:24 +00:00
Apple 1 emulator for SAM Coupé
.gitignore | ||
65C02.rom.bin | ||
apple1.rom | ||
apple1emu-master.dsk | ||
apple1emu.asm | ||
applesoft-lite-0.4-ram.bin | ||
applesoft-lite-0.4.bin | ||
ehbasic.bin | ||
font.bin | ||
font.png | ||
m.bat | ||
make.bat | ||
Makefile | ||
opdefs.inc | ||
opdefs.pl | ||
opimpl.inc | ||
png2bin.pl | ||
ReadMe.txt | ||
samdos2 |
Apple 1 Emulator for SAM Coupé (v1.2) ------------------------------------- Version 1.2 (2008/09/05) - Fixed BRK flags (clear D, set I, N/Z set from wrong EXX set) - Fixed Esc repeat, broken in previous version - Added Applesoft BASIC [Lite] and Lee Davidson's Enhanced BASIC - Updated Ken Wessen's Krusader assembler to v1.3 - First byte of emulator at &c000 appears to be ROM (for Applesoft BASIC ROM) - Terminal output now supports lower-case characters (for Enhanced BASIC) Version 1.1 (2008/08/27) - Improved 65C02 core for ~20% speed boost - Fixed broken TRB, which was masking the wrong value - BIT #imm no longer considers setting N flag Version 1.0 (2007/03/19) - Initial release --- Simon Owen http://simonowen.com/sam/apple1emu/