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