Delete Source/bootstrap.h

This commit is contained in:
Anachronaut
2024-10-26 15:33:24 -04:00
committed by GitHub
parent fc9281d595
commit 6ecb100d6c
-13
View File
@@ -1,13 +0,0 @@
// boostrap.h
// Boostrapping Functions for the SplitBit CPU Emulator
// Written by Anachronaut
// 10/16/2024
#ifndef BOOTSTRAP_H
#define BOOTSTRAP_H
#include <stdint.h>
uint8_t loadFile(char *path, uint8_t *Program, uint8_t *Data);
#endif // BOOTSTRAP_H