mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-11-19 17:30:56 +00:00
754fc8e6a3
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
6 lines
90 B
C++
6 lines
90 B
C++
#include "stdafx.h"
|
|
#include "Chip.h"
|
|
|
|
void EightBit::Chip::powerOn() {
|
|
raise(POWER());
|
|
} |