summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-11-27 18:51:50 +1100
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-11-27 18:51:50 +1100
commitc6da616d018ecfc5a26686e88ab520b54b7fa6ed (patch)
tree033986d0f384461267836ff179e14b268a9cf015 /src/main.c
parent521edc94f65928d3ecbe94ecac132f8d3668be41 (diff)
revamped build; minor pointless changes
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/main.c b/src/main.c
index fe81be5..746d290 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,14 +1,8 @@
-#include"include.h"
-
-
int main() {
+ //VideoInit();
-
-
- // This line retrieves data about instruction used
- idata = fAddress(addr, val);
-
+ AppleOn();
return 0;
} \ No newline at end of file