Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/celerizer/press-f-thumby
Thumby RP2040 port of Press F, a Fairchild F8 emulator
https://github.com/celerizer/press-f-thumby
channel-f embedded emulator f8 thumby
Last synced: 2 days ago
JSON representation
Thumby RP2040 port of Press F, a Fairchild F8 emulator
- Host: GitHub
- URL: https://github.com/celerizer/press-f-thumby
- Owner: celerizer
- License: mit
- Created: 2024-06-14T02:15:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T15:14:49.000Z (7 months ago)
- Last Synced: 2024-11-28T12:48:26.184Z (2 months ago)
- Topics: channel-f, embedded, emulator, f8, thumby
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Press F Thumby
https://github.com/celerizer/Press-F-Thumby/assets/33245078/f81acfcb-8bff-4878-9d88-d981f260120f
## Controls
| Thumby | Channel F |
|----------------|---------------------------|
| Left | Left |
| Right | Right |
| Up | Up |
| Down | Down |
| A + Left | Rotate counter-clockwise |
| A + Right | Rotate clockwise |
| A + Up | Pull up |
| A + Down | Plunge down |
| B + Left | 1 / TIME |
| B + Right | 2 / MODE |
| B + Down | 3 / HOLD |
| B + Up | 4 / START |## Building
- Set up a [Thumby environment](https://thumby.us/CCPP/Environment-Setup/) in Arduino IDE.
- Clone the project and the core emulation submodule:
```sh
git clone https://github.com/celerizer/Press-F-Thumby.git --recurse-submodules
```
- Open `Press-F-Thumby.ino` in Arduino IDE and flash the system.WARNING: Doing so will also overwrite the Thumby system firmware, erasing any games or save files that have not been backed up.