mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-18 01:29:49 +00:00
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:
parent
43cf7e523b
commit
cb502bd65d
@ -58,7 +58,7 @@ namespace EightBit {
|
|||||||
[[nodiscard]] auto& H() { return HL().high; }
|
[[nodiscard]] auto& H() { return HL().high; }
|
||||||
[[nodiscard]] auto& L() { return HL().low; }
|
[[nodiscard]] auto& L() { return HL().low; }
|
||||||
|
|
||||||
DECLARE_PIN_INPUT(HALT)
|
DECLARE_PIN_OUTPUT(HALT)
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
IntelProcessor(Bus& bus);
|
IntelProcessor(Bus& bus);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user