Commit Graph

9 Commits

Author SHA1 Message Date
Simon Owen 215b5758f5 Changes for the switch from SubVersion to git
- Fixed line endings of all text files
- Set executable bit on m.bat
- Added basic .gitignore
2010-02-06 02:30:29 +00:00
Simon Owen e712035197 - Changed to use $c000-dfff instead of $a000-bfff, saving 4K by overlapping I/O area. Decode table can be moved to a different 4K block if needed.
- Fixed Esc broken in 1.1 due to copy and paste bug
- Removed unnecessary display paging
2008-09-05 17:43:42 +00:00
Simon Owen c571f7dd59 - Fixed BRK flags (clear D, set I, N/Z set from wrong EXX set)
- Added Applesoft BASIC [Lite] and Lee Davidson's Enhanced BASIC
- First byte of emulator at &9000 appears to be ROM (for Applesoft BASIC)
- Terminal output now supports lower-case characters (for Enhanced BASIC)
- Updated Ken Wessen's BASIC+Krusader assembler to v1.3
2008-09-05 10:58:10 +00:00
Simon Owen e30eda7ab4 apple1emu v1.1 (refresh) 2008-08-27 10:11:31 +00:00
Simon Owen d9dba39998 Removed red border on invalid instructions. 2008-08-24 02:19:42 +00:00
Simon Owen 4ff846bbee Updated to new core, with faster decode and flag implementation. 2008-08-24 01:18:20 +00:00
Simon Owen 400ebcf11b - fixed BBR, where bits 0-6 were jumping to BBS
- fixed resetting of key data on startup (1 byte out)
- improved Shift-Esc to poke RET into main loop
2008-07-20 12:52:56 +00:00
Simon Owen 2aa9957252 Changed to use undocumented index instructions instead of defb, as pyz80 now supports them. 2007-06-26 13:57:28 +00:00
Simon Owen 43e1495d76 apple1emu v1.0 2007-04-02 13:21:49 +00:00