1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-29 15:29:36 +00:00

Adds quick notes on port FE.

This commit is contained in:
Thomas Harte 2021-03-18 12:32:54 -04:00
parent 17f551e89d
commit b830d62850

View File

@ -118,6 +118,10 @@ template<Model model> class ConcreteMachine:
// TODO: rest of port FE.
update_audio();
audio_toggle_.set_output(*cycle.value & 0x10);
// b0b2: border colour
// b3: enable tape input (?)
// b4: tape and speaker output
}
switch(address) {
@ -157,6 +161,10 @@ template<Model model> class ConcreteMachine:
case PartialMachineCycle::Input:
if(!(address&1)) {
// TODO: port FE.
// address b8+: mask of keyboard lines to select
// result: b0b4: mask of keys pressed
// b6: tape input
}
switch(address) {