fl4shk / arduinogbdump

This is a mostly finished GB/GBC game cart Save Data (!) and ROM dumper that uses an Arduino, an N64 controller, and an N64 Transfer Pak.
MIT License
18 stars 1 forks source link

Raspberry Pi Pico port #7

Open tastymeatball opened 3 months ago

tastymeatball commented 3 months ago

Would it be possible to port this to a Raspberry Pi Pico? The fact that these are way cheaper right know than an Arduino would make this more accessible to everyone.

fl4shk commented 3 months ago

Would it be possible to port this to a Raspberry Pi Pico? The fact that these are way cheaper right know than an Arduino would make this more accessible to everyone.

That's something I've been considering for a small number of months now! I want to do it, but I haven't gotten around to it yet! I think the programmable IOs could help with implementing the N64 controller's serial protocol.