summaryrefslogtreecommitdiff
path: root/loader.c
diff options
context:
space:
mode:
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);