update readme
This commit is contained in:
parent
be6a0f8261
commit
ecb1c9d1b5
1 changed files with 7 additions and 4 deletions
11
README.md
11
README.md
|
@ -1,18 +1,21 @@
|
|||
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.](http://vah.dy.fi/testcard/)
|
||||
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.](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,
|
||||
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.
|
||||
[a test card by Väinö Helminen][card] is included as well.
|
||||
|
||||
an [F3DZEX][zexdocs] disassembly is included. i did this myself.
|
||||
disassemblies of its data section as well as the 6102 bootcode
|
||||
will be done in the future.
|
||||
|
||||
[krom]: https://github.com/PeterLemon/N64/
|
||||
[dwarf]: http://www.bay12games.com/dwarves/
|
||||
[card]: http://vah.dy.fi/testcard/
|
||||
[zexdocs]: https://wiki.cloudmodding.com/oot/F3DZEX
|
||||
|
||||
### building
|
||||
|
|
Loading…
Reference in a new issue