diff --git a/inc/IntelProcessor.h b/inc/IntelProcessor.h index 80a0f2d..abc7368 100644 --- a/inc/IntelProcessor.h +++ b/inc/IntelProcessor.h @@ -58,7 +58,7 @@ namespace EightBit { [[nodiscard]] auto& H() { return HL().high; } [[nodiscard]] auto& L() { return HL().low; } - DECLARE_PIN_INPUT(HALT) + DECLARE_PIN_OUTPUT(HALT) protected: IntelProcessor(Bus& bus);