initial commit
authorJohn Tsiombikas <nuclear@member.fsf.org>
Tue, 6 Apr 2021 19:46:11 +0000 (22:46 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Tue, 6 Apr 2021 19:46:11 +0000 (22:46 +0300)
commitffae5f4e018d05dac4b986497169039bbba46acf
tree814ea2daf8ea182b5c50880661416bec515b6285
initial commit
16 files changed:
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
src/debug.c [new file with mode: 0644]
src/debug.h [new file with mode: 0644]
src/dma.c [new file with mode: 0644]
src/dma.h [new file with mode: 0644]
src/gbaregs.h [new file with mode: 0644]
src/intr.c [new file with mode: 0644]
src/intr.h [new file with mode: 0644]
src/main.c [new file with mode: 0644]
src/timer.c [new file with mode: 0644]
src/timer.h [new file with mode: 0644]
tools/pngdump/Makefile [new file with mode: 0644]
tools/pngdump/image.c [new file with mode: 0644]
tools/pngdump/image.h [new file with mode: 0644]
tools/pngdump/main.c [new file with mode: 0644]