mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2026-04-20 10:16:48 +00:00
Start big refactor of device/CPU pin usage (to allow pin events throughout).
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
+2
-4
@@ -8,11 +8,9 @@
|
||||
#include <stdexcept>
|
||||
#include <cassert>
|
||||
|
||||
void EightBit::Bus::powerOn() {
|
||||
initialise();
|
||||
}
|
||||
void EightBit::Bus::raisePOWER() {}
|
||||
|
||||
void EightBit::Bus::powerOff() {}
|
||||
void EightBit::Bus::lowerPOWER() {}
|
||||
|
||||
uint8_t EightBit::Bus::read() {
|
||||
ReadingByte.fire(EventArgs::empty());
|
||||
|
||||
Reference in New Issue
Block a user