Commit Graph

8 Commits

Author SHA1 Message Date
Will Angenent
ade84dc657 Added glide based dependency management 2018-05-27 14:39:03 +01:00
Will Angenent
024eebae61 Renamed mos6502 to apple2 2018-05-27 11:05:00 +01:00
Will Angenent
a43fd7c08c Added Disassemble utils 2018-05-20 13:45:06 +01:00
Will Angenent
c26b44c686 Added optional click when drive head moves
Very primitive but kind of entertaining.
2018-05-19 10:55:41 +01:00
Will Angenent
bdcf3e0db7 Added disk writes 2018-05-17 14:29:13 +01:00
Will Angenent
7ec43f0299 Added command line disassembler 2018-05-11 10:03:21 +01:00
Will Angenent
5d1c25a724 Added MMU and WIP rudimentary apple //e boot test
Basic memory management has been implemented since $c100-$cfff needs flipping
with soft switches during Apple //e boot. All memory reads & writes now go
through the MMU. Memory is also dynamically allocated and associated with the
CPU state.
2018-05-08 21:48:56 +01:00
Will Angenent
4b2a4c3730 Initial commit 2018-05-03 12:30:07 +01:00