1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-17 13:29:02 +00:00
CLK/Machines/Apple/Macintosh
Thomas Harte 537b604fc9 It looks like writes should always go to RAM.
Now I see the screen buffer being filled with `0xffff`s, along with what is probably disk motor control data.
2019-05-04 17:29:30 -04:00
..
Macintosh.cpp It looks like writes should always go to RAM. 2019-05-04 17:29:30 -04:00
Macintosh.hpp Adds the bare bones necessary to be able to create a Macintosh from File -> New... . 2019-05-03 22:16:07 -04:00
Video.cpp Adds in VIA access decoding, and a note to self on video. 2019-05-04 14:23:37 -04:00
Video.hpp Adds enough of a concept of Mac video to get a properly initialised display. 2019-05-03 23:25:42 -04:00