From fd80fe734557239c462a229528eac1bb3b3614a4 Mon Sep 17 00:00:00 2001 From: Anachronaut <75824887+RealBusinessAccount@users.noreply.github.com> Date: Sat, 26 Oct 2024 15:34:06 -0400 Subject: [PATCH] Delete Source/io.h --- Source/io.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Source/io.h 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