diff options
| author | Duncan Smith | 2010-11-15 21:54:24 -0800 |
|---|---|---|
| committer | Duncan Smith | 2010-11-15 21:54:24 -0800 |
| commit | 100a7d901f880b2904ef78538ce033d7fb2f8c5e (patch) | |
| tree | 6dc933cf21ff24d2c639bac18412ea77fb0f4e36 | |
| parent | 30d3e7d515d0f62f3b4d60c71f4cf6ef3914265b (diff) | |
Renamed project files to get rid of final bits of “680”.
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | global.h (renamed from 680.h) | 0 | ||||
| -rw-r--r-- | global.inc (renamed from 680.inc) | 0 | ||||
| -rw-r--r-- | loader.c | 2 | ||||
| -rw-r--r-- | main.asm | 2 |
5 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ ASM_FILES=alu.asm flags.asm ports.asm interrupts.asm main.asm M4_ASM_OUTPUT=opcodes.asm ASM=main.asm -C_HEADERS=680.h asm_vars.h +C_HEADERS=global.h asm_vars.h C_FILES=loader.c bankswap.c video.c misc.c debug.c S_FILES=loader.s bankswap.s video.s misc.s debug.s O_FILES=loader.o bankswap.o video.o misc.o debug.o @@ -8,7 +8,7 @@ #include <tigcclib.h> #include "asm_vars.h" -#include "680.h" +#include "global.h" HANDLE page_handles[256]; @@ -43,7 +43,7 @@ xdef _tigcc_native include "../tios.h" - include "680.inc" + include "global.inc" __main: |
