1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-12 11:29:08 +00:00
CLK/Machines/Electron
2017-07-16 19:24:01 -04:00
..
Electron.cpp Removed a TODO that is no longer appropriate. 2017-07-09 22:06:50 -04:00
Electron.hpp Settled definitively on flush as more communicative than synchronise (and slightly more locale neutral); culled some more duplication from the Z80. 2017-05-15 07:38:59 -04:00
Interrupts.hpp Factored out the Tape and switched it to postfix underscores. 2016-12-03 12:18:08 -05:00
Plus3.cpp Completed curly bracket movement. 2017-03-26 14:34:47 -04:00
Plus3.hpp Similar fix to that over in Oric land: ensure a known, effective initial value for the Plus 3's control register. 2016-12-28 18:52:36 -05:00
Speaker.cpp Completed curly bracket movement. 2017-03-26 14:34:47 -04:00
Speaker.hpp Factored out the Electron's speaker and adjusted instance variable naming. 2016-12-03 12:41:02 -05:00
Tape.cpp Abstracted the concept of an Acorn shifter away from being a PLLParser. The Acorn tape parser now skips using that class and uses the shifter. The actual Electron also uses the shifter. So the two are completely aligned. Net result: the Electron should successfully load exactly when static analysis was successful. 2017-07-16 19:24:01 -04:00
Tape.hpp Abstracted the concept of an Acorn shifter away from being a PLLParser. The Acorn tape parser now skips using that class and uses the shifter. The actual Electron also uses the shifter. So the two are completely aligned. Net result: the Electron should successfully load exactly when static analysis was successful. 2017-07-16 19:24:01 -04:00
Typer.cpp Completed curly bracket movement. 2017-03-26 14:34:47 -04:00
Video.cpp Completed curly bracket movement. 2017-03-26 14:34:47 -04:00
Video.hpp Ensured base address is set properly at construction. 2016-12-22 22:46:02 -05:00