summaryrefslogtreecommitdiff
path: root/loader.c
diff options
context:
space:
mode:
authorAstrid Smith2011-06-24 02:51:22 -0700
committerAstrid Smith2011-06-24 02:51:22 -0700
commit5b2b037bc230953d9280a013c69d3d32af1d7152 (patch)
treecf12bac077202f918ce6659ac738387667dc89bf /loader.c
parenta9bbe01ed90df9f744c1a0e308090b6d145ff1bf (diff)
HOLY CRAP IT PRINTED A STRING
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 fed676a..9c79e27 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);