aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJavier Degirolmo2012-06-28 10:11:45 -0300
committerJavier Degirolmo2012-06-28 10:11:45 -0300
commitfc04ca30169f7a89616bdbc16d111ce951200f62 (patch)
tree3dc3a61dadc59514e130e757a1292fe4e114405c /README
parent1e2de1df171285e370903dcd415c50a25dab4b9b (diff)
Added C devkit :o and some instructions for which files you have to use depending whether you want the asm or C devkit
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 12 insertions, 1 deletions
diff --git a/README b/README
index 34c0676..f7be2ab 100644
--- a/README
+++ b/README
@@ -22,6 +22,17 @@ tl;dr use Echo at your own risk :|
-----------------------------------------------------------------------------
+If you want to use Echo from asm, take the blob from "bin/prog-z80.bin" and
+the "src-68k/sound/echo.68k" asm file. Include the latter in your source
+code, then go to the @Z80Program label and replace the string with the path
+to the blob.
+
+If you want to use Echo from C, check the "c" subdirectory. You will find the
+required files. It should work with any Mega Drive C devkit that provides the
+stdint.h header (and you should ditch it if it doesn't!).
+
+-----------------------------------------------------------------------------
+
Echo official "site" (currently just redirects to the git repo):
http://echo.mdscene.net/
@@ -46,7 +57,7 @@ How to build:
* Make sure the root of this source code tree is the current directory
* Assemble src-z80/build.z80 to bin/prog-z80.bin
- * Assemble src-68k/build.68k to bin/prog-68k.bin
+ * Assemble src-68k/build.68k to bin/prog-68k.bin (optional)
Sorry for not providing a build script but my current setup is a mess and
needs to be changed x_x; Currently using z80-asm to build the Z80 code and