Apple 1 emulator for SAM Coupé
Go to file
Simon Owen 9354ab4ef2 3T saving for each manual 16-bit addition 2012-02-20 23:19:04 +00:00
.gitignore Added Makefile and make.bat to simplify building 2012-02-06 21:02:46 +00:00
65C02.rom.bin - Added Applesoft BASIC [Lite] (ROM and RAM versions) 2008-09-05 10:49:43 +00:00
Makefile Added Makefile and make.bat to simplify building 2012-02-06 21:02:46 +00:00
ReadMe.txt Changed date format, removed e-mail text 2012-02-06 21:08:29 +00:00
apple1.rom apple1emu v1.0 2007-04-02 13:21:49 +00:00
apple1emu-master.dsk apple1emu v1.2 2008-09-05 20:26:40 +00:00
apple1emu.asm Changes for the switch from SubVersion to git 2010-02-06 02:30:29 +00:00
applesoft-lite-0.4-ram.bin - Added Applesoft BASIC [Lite] (ROM and RAM versions) 2008-09-05 10:49:43 +00:00
applesoft-lite-0.4.bin - Added Applesoft BASIC [Lite] (ROM and RAM versions) 2008-09-05 10:49:43 +00:00
ehbasic.bin - Added Applesoft BASIC [Lite] (ROM and RAM versions) 2008-09-05 10:49:43 +00:00
font.bin - Added lower-case characters to terminal font 2008-09-05 10:51:32 +00:00
font.png - Added lower-case characters to terminal font 2008-09-05 10:51:32 +00:00
m.bat Changes for the switch from SubVersion to git 2010-02-06 02:30:29 +00:00
make.bat Added Makefile and make.bat to simplify building 2012-02-06 21:02:46 +00:00
opdefs.inc Changes for the switch from SubVersion to git 2010-02-06 02:30:29 +00:00
opdefs.pl Added Makefile and make.bat to simplify building 2012-02-06 21:02:46 +00:00
opimpl.inc 3T saving for each manual 16-bit addition 2012-02-20 23:19:04 +00:00
png2bin.pl Added Makefile and make.bat to simplify building 2012-02-06 21:02:46 +00:00
samdos2 Enabled drive 2, disabled flashing border. 2007-04-11 11:58:18 +00:00

ReadMe.txt

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/