some N64 homebrew
Go to file
2018-08-19 13:45:57 +02:00
bin reorganize files 2018-08-18 17:31:58 +02:00
inc move kernel constants/macros to its own include 2018-08-18 19:44:33 +02:00
res remove krom's decompressor 2018-08-19 00:23:07 +02:00
.gitattributes attempt to tell github to not detect .inc as C++ 2018-08-18 17:02:52 +02:00
.gitignore update ignore 2018-08-18 19:44:55 +02:00
build build instructions 2018-08-16 20:06:18 +02:00
debug.asm detect USB console / add timeouts 2018-08-18 19:02:54 +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 add and use lzss decompressor, baku variant 2018-08-19 00:22:24 +02:00
lzss.baku.asm fix typo 2018-08-19 00:43:04 +02:00
lzss.baku.unsafe.asm remove redundant jump 2018-08-19 13:45:57 +02:00
main.asm add and use lzss decompressor, baku variant 2018-08-19 00:22:24 +02:00
README.md update build instructions 2018-08-19 13:40:30 +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.

some code is borrowed from krom's repo. their work has been invaluable in getting things started on the N64, and i recommend checking it out.

the Dwarf Fortress 8x12 font is included as a 1-bit-per-pixel image.

an F3DZEX disassembly is included. i did this myself. disassemblies of its data section as well as the 6102 bootcode will be done in the future.

building

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

bass F3DZEX.asm  # only needs to be done once
bass main.asm
z64crc test.z64