Delete Source/io.h

This commit is contained in:
Anachronaut
2024-10-26 15:34:06 -04:00
committed by GitHub
parent 50d325ae29
commit fd80fe7345
-16
View File
@@ -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 <stdint.h>
#include "cpu.h"
uint8_t OutputHandler(uint8_t DataByte, uint8_t Address);
uint8_t InputHandler(uint8_t Address);
#endif // IO_H