brought the code over from the amiga test
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sat, 23 Jan 2021 17:38:52 +0000 (19:38 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sat, 23 Jan 2021 17:38:52 +0000 (19:38 +0200)
commit515574f76f8442b756fbbf87b41e340d6a78bc42
tree5b8dc63af701c8a7474941d976b737105f878ff6
brought the code over from the amiga test
28 files changed:
.gitignore [new file with mode: 0644]
Makefile.amiga [new file with mode: 0644]
amiga.ld [new file with mode: 0644]
fs-uae.conf [new file with mode: 0644]
src/amiga/boot/boot.s [new file with mode: 0644]
src/amiga/copper.c [new file with mode: 0644]
src/amiga/copper.h [new file with mode: 0644]
src/amiga/gfx.c [new file with mode: 0644]
src/amiga/gfx.h [new file with mode: 0644]
src/amiga/hwregs.h [new file with mode: 0644]
src/amiga/libc/ctype.c [new file with mode: 0644]
src/amiga/libc/ctype.h [new file with mode: 0644]
src/amiga/libc/inttypes.h [new file with mode: 0644]
src/amiga/libc/stdarg.h [new file with mode: 0644]
src/amiga/libc/stdint.h [new file with mode: 0644]
src/amiga/libc/stdio.c [new file with mode: 0644]
src/amiga/libc/stdio.h [new file with mode: 0644]
src/amiga/libc/stdlib.c [new file with mode: 0644]
src/amiga/libc/stdlib.h [new file with mode: 0644]
src/amiga/libc/string.c [new file with mode: 0644]
src/amiga/libc/string.h [new file with mode: 0644]
src/amiga/main.c [new file with mode: 0644]
src/amiga/serial.c [new file with mode: 0644]
src/amiga/serial.h [new file with mode: 0644]
src/amiga/startup.s [new file with mode: 0644]
src/game.c [new file with mode: 0644]
src/game.h [new file with mode: 0644]
tools/mk_adf.py [new file with mode: 0755]