mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-15 20:31:36 +00:00
Provides a better no-port-here value.
This commit is contained in:
parent
020a04006e
commit
ed587a4db5
@ -183,6 +183,8 @@ template<Model model> class ConcreteMachine:
|
||||
break;
|
||||
|
||||
case PartialMachineCycle::Input:
|
||||
*cycle.value = 0xff;
|
||||
|
||||
if(!(address&1)) {
|
||||
// TODO: port FE.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user