From 6ecb100d6cbae72a2a4b16d8d211d56e4c623193 Mon Sep 17 00:00:00 2001 From: Anachronaut <75824887+RealBusinessAccount@users.noreply.github.com> Date: Sat, 26 Oct 2024 15:33:24 -0400 Subject: [PATCH] Delete Source/bootstrap.h --- Source/bootstrap.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Source/bootstrap.h diff --git a/Source/bootstrap.h b/Source/bootstrap.h deleted file mode 100644 index 107ce89..0000000 --- a/Source/bootstrap.h +++ /dev/null @@ -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 - -uint8_t loadFile(char *path, uint8_t *Program, uint8_t *Data); - -#endif // BOOTSTRAP_H