some N64 homebrew
Go to file
2018-08-18 17:31:58 +02:00
bin reorganize files 2018-08-18 17:31:58 +02:00
inc reorganize files 2018-08-18 17:31:58 +02:00
res reorganize files 2018-08-18 17:31:58 +02:00
.gitattributes attempt to tell github to not detect .inc as C++ 2018-08-18 17:02:52 +02:00
.gitignore reorganize files 2018-08-18 17:31:58 +02:00
build build instructions 2018-08-16 20:06:18 +02:00
debug.asm lots of work on the interrupt handler 2018-08-18 16:39:57 +02:00
F3DZEX.asm reorganize files 2018-08-18 17:31:58 +02:00
header.asm init 2018-08-16 19:55:21 +02:00
kernel.asm lots of work on the interrupt handler 2018-08-18 16:39:57 +02:00
lz.asm init 2018-08-16 19:55:21 +02:00
main.asm reorganize files 2018-08-18 17:31:58 +02:00
README.md update test image 2018-08-17 09:54:48 +02:00
xxd.asm init 2018-08-16 19:55:21 +02:00

currently, this just displays a test image and dumps some text to a computer connected via the 64drive's USB port. the image is a test card by Väinö Helminen

i'm also borrowing some code from krom's repo.

you will need to compile bass (the assembler) (ARM9's fork) and z64crc (to be included in this repo later).