1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-29 00:56:21 +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;
case PartialMachineCycle::Input:
*cycle.value = 0xff;
if(!(address&1)) {
// TODO: port FE.