mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-23 22:29:15 +01:00
updated readme
This commit is contained in:
parent
3b0ffdcfc0
commit
72fd24fc81
1
.github/FUNDING.yml
vendored
1
.github/FUNDING.yml
vendored
@ -1 +0,0 @@
|
||||
ko_fi: polprzewodnikowy
|
2
.github/sc64_v2_block_diagram.svg
vendored
2
.github/sc64_v2_block_diagram.svg
vendored
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
BIN
.github/sc64_v2_bottom.jpg
vendored
BIN
.github/sc64_v2_bottom.jpg
vendored
Binary file not shown.
Before Width: | Height: | Size: 422 KiB |
BIN
.github/sc64_v2_example.jpg
vendored
Normal file
BIN
.github/sc64_v2_example.jpg
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
BIN
.github/sc64_v2_top.jpg
vendored
BIN
.github/sc64_v2_top.jpg
vendored
Binary file not shown.
Before Width: | Height: | Size: 541 KiB |
25
README.md
25
README.md
@ -1,14 +1,29 @@
|
||||
|
||||
# SC64 - an open source Nintendo 64 flashcart
|
||||
|
||||
|
||||
## High-level block diagram
|
||||
## Features
|
||||
- 64 MB SDRAM memory for game and save data
|
||||
- 16 MB FLASH memory for bootloader and extended game data
|
||||
- 8 kB on-chip buffer for general use
|
||||
- 25 MB/s peak transfer rate USB interface for data upload/download and debug functionality
|
||||
- 25 MB/s peak transfer rate SD card interface
|
||||
- EEPROM, SRAM and FlashRAM save types ~~with automatic writeback to SD card~~ (_not implemented yet_)
|
||||
- Battery backed real time clock (RTC)
|
||||
- Status LED and button for general use
|
||||
- 64DD add-on emulation
|
||||
- IS-Viewer 64 debug interface
|
||||
- Software and firmware update via USB interface
|
||||
- N64 bootloader with support for IPL2 registers spoofing and loading menu from SD card
|
||||
- Enhanced [UltraCIC_C](https://github.com/jago85/UltraCIC_C) emulation with automatic region switching and programmable seed/checksum values
|
||||
- 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
|
||||
|
||||
|
||||
## High-level flashcart block diagram
|
||||
|
||||
[<img src=".github/sc64_v2_block_diagram.svg" width="800" />](.github/sc64_v2_block_diagram.svg)
|
||||
|
||||
|
||||
## Finished sample
|
||||
|
||||
[<img src=".github/sc64_v2_top.jpg" alt="SC64 HW ver: 2.0 PCB top" width="800" />](.github/sc64_v2_top.jpg)
|
||||
|
||||
[<img src=".github/sc64_v2_bottom.jpg" alt="SC64 HW ver: 2.0 PCB bottom" width="800" />](.github/sc64_v2_bottom.jpg)
|
||||
[<img src=".github/sc64_v2_example.jpg" alt="SC64 HW ver: 2.0" width="800" />](.github/sc64_v2_example.jpg)
|
||||
|
Loading…
Reference in New Issue
Block a user