Will Angenent
c2a9e819b1
Made state global, to simplify later refactors
2018-05-09 18:02:57 +01:00
Will Angenent
ad9be4d604
Renamed disasm to debug
2018-05-09 17:35:41 +01:00
Will Angenent
ef0000b67b
Renamed vid and moved some more vid stuff to it
2018-05-09 17:34:34 +01:00
Will Angenent
4bc2403e25
Reduced flash frequency slightly
2018-05-09 17:29:11 +01:00
Will Angenent
fb6d868bc3
Removed ROM code for slots that haven't been implemented yet
2018-05-09 15:58:02 +01:00
Will Angenent
389773cb1d
Added keyboard controller
2018-05-09 15:42:31 +01:00
Will Angenent
7d64938630
Added warm reset key combination using ctrl-alt-r
2018-05-09 10:57:04 +01:00
Will Angenent
9c9f826c6a
Replaced MemoryMap with an PageTable array
...
There was no good reason to be using a map when an array lookup would have
done nicely.
2018-05-09 10:36:17 +01:00
Will Angenent
481ddf0ebf
Integrated test-vid with test-apple-iie-boot ...
...
... we have the apple booting up with a well working screen and hanging on
not yet implemented disk I/O.
2018-05-08 22:21:06 +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
d45e1a4aac
Added IRQ/BRK/NMI support + tests
2018-05-07 21:56:40 +01:00
Will Angenent
4b2a4c3730
Initial commit
2018-05-03 12:30:07 +01:00