some N64 homebrew
Go to file
2018-08-18 17:02:52 +02:00
.gitattributes attempt to tell github to not detect .inc as C++ 2018-08-18 17:02:52 +02:00
.gitignore init 2018-08-16 19:55:21 +02:00
64drive.inc lots of work on the interrupt handler 2018-08-18 16:39:57 +02:00
6102.bin init 2018-08-16 19:55:21 +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
dwarf.1bpp init 2018-08-16 19:55:21 +02:00
F3DZEX.asm improve disassembly with GPR names 2018-08-16 23:01:20 +02:00
F3DZEX2.data.bin init 2018-08-16 19:55:21 +02:00
header.asm init 2018-08-16 19:55:21 +02:00
Image.lz update test image 2018-08-17 09:54:48 +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 lots of work on the interrupt handler 2018-08-18 16:39:57 +02:00
main.inc lots of work on the interrupt handler 2018-08-18 16:39:57 +02:00
n64_gfx.inc init 2018-08-16 19:55:21 +02:00
n64.inc add more CP0 constants 2018-08-18 16:59:16 +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).