some N64 homebrew
Go to file
Connor Olding ddfb8eb503 further cleanup of mostly video-related code 2018-10-02 04:57:36 +02:00
bin fix boot disassembly to match original file 2018-09-01 05:43:05 +02:00
inc further cleanup of mostly video-related code 2018-10-02 04:57:36 +02:00
res add Utah Teapot model 2018-08-31 12:28:36 +02:00
.gitattributes attempt to tell github to not detect .inc as C++ 2018-08-18 17:02:52 +02:00
.gitignore ignore more stuff 2018-08-21 05:11:43 +02:00
F3DZEX.asm replace signed adds with subs 2018-09-01 12:39:15 +02:00
README.md update readme 2018-08-30 03:25:48 +02:00
build build instructions 2018-08-16 20:06:18 +02:00
debug.asm remove ancient unused function 2018-09-29 07:57:46 +02:00
dlist.asm further cleanup of mostly video-related code 2018-10-02 04:57:36 +02:00
header.asm remove slightly misleading comments 2018-08-20 21:49:29 +02:00
init.asm further cleanup of mostly video-related code 2018-10-02 04:57:36 +02:00
kernel.asm further cleanup of mostly video-related code 2018-10-02 04:57:36 +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 further cleanup of mostly video-related code 2018-10-02 04:57:36 +02:00
task.asm minor cleanup 2018-09-28 10:40:22 +02:00
xxd.asm init 2018-08-16 19:55:21 +02:00

README.md

currently, this only displays a test image and dumps debugging text to a computer connected via the 64drive's USB port.

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.

some (currently unused) resources are scattered about. the Dwarf Fortress 8x12 font is included as a 1-bit-per-pixel image. a test card by Väinö Helminen is included as well.

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