summaryrefslogtreecommitdiff
path: root/loader.c
diff options
context:
space:
mode:
authorDuncan Smith2010-09-13 19:26:26 -0700
committerDuncan Smith2010-09-13 19:26:26 -0700
commit22a80c02484228e74421b7702fdb8c5623fbe3d3 (patch)
tree5bf75fa854f77d97aac53d8faee480acb9ca5a17 /loader.c
parent9f26b036aadf4fa3856586935f105868a93a189f (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 7d8972e..2640d9c 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);