- AVIFRate
- ArDUMPino - Game cartridge ROM reader based on Arduino
- BT2VEC - XBOX One (Bluetooth) controller adapter for the Vectrex
- Ferramenta rombank para o "A GameBoy Emulator (agbe)"
- Ferramentas Java para imbNES com Linux
- IM Café
- KBD2SNES Adapter
- LinuxCrypt
- ListaTelemarMobile
- MCMania
- MD2PCE - Sega Genesis controller adapter for TG16/PC-Engine and USB
- PSX RetroPad Adapter
- PSX2VEC - Playstation controller adapter for the Vectrex
- RetroFi Adapter - Low-Latency 2.4G Wireless Multiplayer Joystick Adapter
- RetroPad32 Adapter
- RetroPad32 Multi-Out Add-on Board
- RetroPad32 USB Input Module
- RetroVGA Scanlines Generator
- SGCExplorer - Sega Genesis Cartridge Explorer
- STM32 HID Bootloader
- Simple Disk Catalog .Net
- SimpleFE - Simple Emulator FrontEnd
- USB RetroPad Adapter
- USB2Classic Adapter
- Wii RetroPad Adapter 2
I've just discovered the wonders of the 32-bit ARM Cortex M3 through a super-cheap development board known as the "Blue Pill". It costs less than $2 and it's powered by a STM32F103C8T6 chip clocked at 72MHz with 64KB/128KB of flash, 20KB of RAM and lots of peripherals such as SPI, I2C, USB and RTC. I'm officially dumping 8-bit AVR chips for all of my future projects and I will surely port some of them to the new 32-bit ARM platform. One of my first needs during this discovery and migration phase was a small HID USB bootloader. Couldn't find one that suited my needs, so I've created one: https://github.com/bootsector/stm32-hid-bootloader Good bye, AVR! Hello ARM! |
|||