diff options
| author | Astrid Smith | 2011-06-24 02:51:22 -0700 |
|---|---|---|
| committer | Astrid Smith | 2011-06-24 02:51:22 -0700 |
| commit | 5b2b037bc230953d9280a013c69d3d32af1d7152 (patch) | |
| tree | cf12bac077202f918ce6659ac738387667dc89bf /loader.c | |
| parent | a9bbe01ed90df9f744c1a0e308090b6d145ff1bf (diff) | |
HOLY CRAP IT PRINTED A STRING
Diffstat (limited to 'loader.c')
| -rw-r--r-- | loader.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
