From 6ab75ecb612fbbe2ec939bd758bbbe620e6d5040 Mon Sep 17 00:00:00 2001 From: Javier Degirolmo Date: Tue, 14 Aug 2012 22:49:32 -0300 Subject: Renamed Echo Tester directory from src-68k to tester --- README | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index 2653869..8da10f7 100644 --- a/README +++ b/README @@ -23,9 +23,8 @@ 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. +the "src-68k/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 @@ -57,7 +56,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 (optional) + * Assemble tester/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 -- cgit v1.2.3