From dbe094eeae873ff5788b99d8a9c763df963d3a30 Mon Sep 17 00:00:00 2001 From: Duncan Smith Date: Tue, 7 Sep 2010 19:12:01 -0700 Subject: IO port framework now works A68k is defaulting all my address moves to word size, rather than long. I don't know whether I've expunged all this nonsense yet, but I'm trying. This version executes an infinite loop which writes 'A' to port 00h. I've patched in a write-to-console function on port 00h, so this can be used as a sort of debug monitor. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 262bfe3..f3bb30f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ ASM_FILES=alu.asm flags.asm opcodes.asm ports.asm interrupts.asm main.asm ASM=main.asm -C_FILES=loader.c bankswap.c video.c misc.c +C_FILES=loader.c bankswap.c video.c misc.c debug.c TIGCCFLAGS=-Wall CFLAGS=-Wall -ltifiles -- cgit v1.2.3