Ryzee119 / usb64

usb64 - A project developed to use USB controllers on the Nintendo 64 console :tv: :video_game:
MIT License
148 stars 15 forks source link

Update to latest teensy core #46

Closed Ryzee119 closed 3 years ago

Ryzee119 commented 3 years ago

Teensy backend has had alot of updates since I made most of this project. Some of which are breaking.

Some major changes: SD/FatFS lib have been reworked so my own FATFS implementation is no longer required. There's also now a memory allocator for external RAM, so I no longer need to use my own. Probably lots of under the hood changes.