Delete Source/bootstrap.h
This commit is contained in:
@@ -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
|
|
||||||
Reference in New Issue
Block a user