summaryrefslogtreecommitdiff
path: root/loader.c
diff options
context:
space:
mode:
authorAstrid Smith2010-09-13 19:26:26 -0700
committerAstrid Smith2010-09-13 19:26:26 -0700
commit99e9a0b3e009a780422bee65ceb75515d2e7f431 (patch)
treede0b4a53d59f74716fd3e2def5c849f943b78c24 /loader.c
parentd12a27ae6259465790c4b9a4c557cdd9deb3e109 (diff)
Started out on my own test suite
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 089c6b3..6d79b65 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/zexdoc.h"
+#include "testbenches/mine.h"
void init_load(void);
void unload(void);