diff options
| author | Javier Degirolmo | 2012-08-14 22:49:32 -0300 |
|---|---|---|
| committer | Javier Degirolmo | 2012-08-14 22:49:32 -0300 |
| commit | 6ab75ecb612fbbe2ec939bd758bbbe620e6d5040 (patch) | |
| tree | 8122e6eeeacf4912b439dc77e48ea30181b48c01 /tester/build.68k | |
| parent | 416f24632deee748d4789982262063bda598a1ef (diff) | |
Renamed Echo Tester directory from src-68k to tester
Diffstat (limited to 'tester/build.68k')
| -rw-r--r-- | tester/build.68k | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tester/build.68k b/tester/build.68k new file mode 100644 index 0000000..15dc6b6 --- /dev/null +++ b/tester/build.68k @@ -0,0 +1,22 @@ +Echo_ProgFile equs "bin/prog-z80.bin" + + include "tester/core/header.68k" + include "tester/core/entry.68k" + include "tester/core/menu.68k" + include "tester/core/songlist.68k" + + include "tester/video/text.68k" + include "tester/video/bg.68k" + include "tester/video/vsync.68k" + + include "tester/input/joypad.68k" + + include "tester/sound/echo.68k" + include "tester/sound/esf.68k" + include "tester/sound/list.68k" + include "tester/sound/bgms.68k" + include "tester/sound/sfxs.68k" + + cnop 0, $8000 + + include "tester/core/vars.68k" |
