Halt is of course an "output" pin. (So that the halt instruction can work)

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon 2019-11-19 23:05:27 +00:00
parent 43cf7e523b
commit cb502bd65d

View File

@ -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);