summaryrefslogtreecommitdiff
path: root/loader.c
diff options
context:
space:
mode:
authorDuncan Smith2011-06-24 02:51:22 -0700
committerDuncan Smith2011-06-24 02:51:22 -0700
commitf9db14c865ee2585e65bbc20ad7fc5d35f5894f5 (patch)
treeacf4876fec24bfe8dc9d958ae9a20811a7c23f61 /loader.c
parent81ed0f397273503abf97daa6714383d5ab1d365f (diff)
HOLY CRAP IT PRINTED A STRINGv0.1
Diffstat (limited to 'loader.c')
-rw-r--r--loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader.c b/loader.c
index d5bcde6..6a174ee 100644
--- a/loader.c
+++ b/loader.c
@@ -19,7 +19,7 @@ char writestr[16] = { 0x3E, 0x41, // LD A,'A'
0xC3, 0x40, 0x00 // JP 4000h
};
-#include "testbenches/mine.testbench.h"
+#include "testbenches/zexdoc.testbench.h"
void init_load(void);
void unload(void);