Commit Graph

21 Commits

Author SHA1 Message Date
Brad Grantham
e5da87770c Add BVC, another ROR, CLV, apple2.rom runs further 2016-11-07 11:39:25 -08:00
Brad Grantham
ac5d0a6084 Merge branch 'master' of https://github.com/bradgrantham/apple2e 2016-11-07 10:46:04 -08:00
Brad Grantham
dabcc14703 Throttle to about 1MHz
Run about as many 6502 instructions as can run in .1 seconds running at 1MHz, measure the duration, and then sleep the difference between the duration and .1 seconds of wall clock time.
2016-11-07 10:44:29 -08:00
Lawrence Kesteloot
e82162163a Add disassembler, for reference. 2016-11-06 15:43:59 -08:00
Brad Grantham
65ef5c3b8d more instructions 2016-11-06 15:41:18 -08:00
Lawrence Kesteloot
cd7dd66e5e Integrate keyboard. 2016-11-06 14:37:20 -08:00
Brad Grantham
21a5e8f112 another LSR and another EOR 2016-11-06 14:18:17 -08:00
Brad Grantham
dcc884487e another LDA and another LDY 2016-11-06 14:14:17 -08:00
Brad Grantham
484c94df98 another SBC and another CPY 2016-11-06 14:10:46 -08:00
Lawrence Kesteloot
8a0a95e98e Add Apple 2e ROM from elsewhere. 2016-11-06 14:03:08 -08:00
Lawrence Kesteloot
c4506c80e5 Add keyboard module. 2016-11-06 13:57:48 -08:00
Brad Grantham
6951e81c35 more instructions 2016-11-06 13:55:29 -08:00
Brad Grantham
2b3874879e CMP abs,Y 2016-11-06 13:30:23 -08:00
Brad Grantham
f9dbf8a704 more instructions 2016-11-06 13:27:01 -08:00
Brad Grantham
f50ef091a5 SPKR, EOR, LDY zpg 2016-11-06 12:44:32 -08:00
Brad Grantham
8b8c526679 language standard 2016-11-06 12:40:41 -08:00
Brad Grantham
25d03dc960 lots of instructions 2016-11-06 12:37:19 -08:00
Brad Grantham
45cc6caa5d Apple //e ROM, maybe? 2016-11-06 12:37:08 -08:00
Brad Grantham
7edd74122f soft switch and IO descriptions 2016-11-06 12:36:54 -08:00
Brad Grantham
033509b566 Incomplete Apple //e emulator 2016-11-06 00:53:43 -07:00
Brad Grantham
9ddb1c80d7 first commit 2016-11-05 18:05:46 -07:00