diff --git a/Source/io.h b/Source/io.h deleted file mode 100644 index ca40cb1..0000000 --- a/Source/io.h +++ /dev/null @@ -1,16 +0,0 @@ -// io.h -// I/O for the SplitBit CPU Emulator -// Written by Anachronaut -// 10/16/2024 - -#ifndef IO_H -#define IO_H - -#include -#include "cpu.h" - -uint8_t OutputHandler(uint8_t DataByte, uint8_t Address); - -uint8_t InputHandler(uint8_t Address); - -#endif // IO_H