mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-01-12 20:49:08 +01:00
[SC64][DOCS] Added SC64 logo to documentation
This commit is contained in:
parent
c4fd017170
commit
ddbf9c045a
14
README.md
14
README.md
@ -1,5 +1,8 @@
|
||||
# SC64 - an open source Nintendo 64 flashcart
|
||||
|
||||
[<img src="assets/sc64_logo_256_160.png" />](assets/sc64_logo_256_160.png)
|
||||
|
||||
---
|
||||
|
||||
## Features
|
||||
- 64 MB SDRAM memory for game and save data
|
||||
@ -18,11 +21,22 @@
|
||||
- PC app for communicating with flashcart (game/save data upload/download, feature enable control and debug console)
|
||||
- [UNFLoader](https://github.com/buu342/N64-UNFLoader) support
|
||||
|
||||
---
|
||||
|
||||
## Documentation
|
||||
|
||||
- [Memory map](./docs/memory_map.md)
|
||||
- [Config options](./docs/config_options.md)
|
||||
- [N64 commands](./docs/n64_commands.md)
|
||||
- [USB commands](./docs/usb_commands.md)
|
||||
|
||||
---
|
||||
|
||||
## High-level flashcart block diagram
|
||||
|
||||
[<img src=".github/sc64_v2_block_diagram.svg" width="800" />](.github/sc64_v2_block_diagram.svg)
|
||||
|
||||
---
|
||||
|
||||
## Finished sample
|
||||
|
||||
|
BIN
assets/sc64_logo_256_160.png
Normal file
BIN
assets/sc64_logo_256_160.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
@ -1,4 +1,8 @@
|
||||
## SC64 documentation table of contents
|
||||
# SC64 - an open source Nintendo 64 flashcart
|
||||
|
||||
[<img src="../assets/sc64_logo_256_160.png" />](../assets/sc64_logo_256_160.png)
|
||||
|
||||
---
|
||||
|
||||
- [Memory map](./memory_map.md)
|
||||
- [Config options](./config_options.md)
|
||||
|
Loading…
x
Reference in New Issue
Block a user