UltimateCart
PicoCart64
Our great sponsors
UltimateCart | PicoCart64 | |
---|---|---|
1 | 11 | |
100 | 538 | |
- | - | |
0.0 | 4.8 | |
over 1 year ago | 1 day ago | |
Eagle | ||
- | BSD 2-clause "Simplified" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
UltimateCart
-
PicoCart64: Nintendo 64 flash cart using a Raspberry Pi RP2040
The UnoCart is the Atari 800 version of this:
https://github.com/robinhedwards/UnoCart
Uses an STM32, a tight loop responds to changes on the Atari's address bus to emulate a ROM, all through STM32 GPIO. Atari 800 has a 1.8 MHz bus, but it's still cool that microcontrollers are fast enough for this to work.
Alternative is to use an FPGA, the UltimateCart:
PicoCart64
-
Nintendo 64 Java
There's an open source effort to build one with a Pi Pico: https://github.com/kbeckmann/PicoCart64/tree/develop
I have no clue how tested it is, and README mentions only up to 2MB ROMs, but it is a start.
-
Another open source flash cartridge based on the RP2040 chip
The main idea is to make the cartridge as simple and cheap as possible. Contrary to Konrad's idea of multiplexed PSRAM chips and two RP2040, I decided to use one SPI flash memory chip and one RP2040. Modern flash chips allow to erase and flash data more than 100,000 times, which is more than enough for home use for many years. Since the RP2040 does not support SPI flash chips larger than 16MB, it was decided to use page mode with page switching through the Extended Address register (EA register).
-
Hacker News top posts: Jul 20, 2022
PicoCart64: Nintendo 64 flash cart using a Raspberry Pi RP2040\ (30 comments)
- PicoCart64: Nintendo 64 flash cart using a Raspberry Pi RP2040
-
Raspberry Pico-based 100-Msps logic analyzer
The mentioned N64 cartridge is most likely this project:
https://github.com/kbeckmann/PicoCart64/
The creator [0] tweets about it frequently, in particular this thread [1]. It uses the cool RP2040 Stamp [2] mini-board with FlexyPins [3], a very interesting way of putting putting boards with castellated edges (that's the patterned edge with contacts built right into it) onto a carrier board.
[0] https://twitter.com/kbeckmann/
[1] https://twitter.com/kbeckmann/status/1538634588020424708
What are some alternatives?
logicanalyzer - 24 channel, 100Msps logic analyzer hardware and software
gbs-control
PicoBoot - Raspberry Pi Pico (RP2040) based IPL replacement modchip for GameCube
sigrok-pico - Use a raspberry pi pico (rp2040) as a logic analyzer and oscilloscope with sigrok
N64cart - Raspberry Pi Pico N64 cartridge