update readme

This commit is contained in:
Connor Olding 2018-08-30 03:25:48 +02:00
parent be6a0f8261
commit ecb1c9d1b5

View File

@ -1,18 +1,21 @@
currently, this just displays a test image and dumps currently, this only displays a test image and dumps debugging text
some text to a computer connected via the 64drive's USB port. to a computer connected via the 64drive's USB port.
the image is [a test card by Väinö Helminen.](http://vah.dy.fi/testcard/)
some code is borrowed from [krom's repo.](https://github.com/PeterLemon/N64/) some code is borrowed from [krom's repo.][krom]
their work has been invaluable in getting things started on the N64, their work has been invaluable in getting things started on the N64,
and i recommend checking it out. and i recommend checking it out.
some (currently unused) resources are scattered about.
the [Dwarf Fortress][dwarf] 8x12 font is included as a 1-bit-per-pixel image. the [Dwarf Fortress][dwarf] 8x12 font is included as a 1-bit-per-pixel image.
[a test card by Väinö Helminen][card] is included as well.
an [F3DZEX][zexdocs] disassembly is included. i did this myself. an [F3DZEX][zexdocs] disassembly is included. i did this myself.
disassemblies of its data section as well as the 6102 bootcode disassemblies of its data section as well as the 6102 bootcode
will be done in the future. will be done in the future.
[krom]: https://github.com/PeterLemon/N64/
[dwarf]: http://www.bay12games.com/dwarves/ [dwarf]: http://www.bay12games.com/dwarves/
[card]: http://vah.dy.fi/testcard/
[zexdocs]: https://wiki.cloudmodding.com/oot/F3DZEX [zexdocs]: https://wiki.cloudmodding.com/oot/F3DZEX
### building ### building