1
0
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:
Thomas Harte
2021-03-18 23:14:39 -04:00
parent 020a04006e
commit ed587a4db5

View File

@@ -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.