mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-18 01:07:58 +00:00
Adds note-to-self re: FDC.
This commit is contained in:
parent
42a9dc7c2b
commit
8dbc7649aa
@ -219,6 +219,18 @@ template<Model model> class ConcreteMachine:
|
||||
update_audio();
|
||||
GI::AY38910::Utility::write_data(ay_, *cycle.value);
|
||||
}
|
||||
|
||||
if constexpr (model == Model::Plus3) {
|
||||
switch(address) {
|
||||
default: break;
|
||||
case 0x3ffd:
|
||||
// TODO: floppy data register.
|
||||
break;
|
||||
case 0x2ffd:
|
||||
// TODO: floppy status register.
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case PartialMachineCycle::Input:
|
||||
|
Loading…
Reference in New Issue
Block a user