-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for RS-97 and Bittboy handhelds #10
base: master
Are you sure you want to change the base?
Conversation
Nice one. Is the Bitboy only for the gameboy-ish one or does it also support the Pocket go ? |
The bittboy is the gameboy-ish one yes. The PocketGO uses the same hardware as the Bittboy, which is the F1C100S (or F1C500S, a rebrand). It's an ARM9 processor clocked at 533 Mhz. So feel free to edit the commits if needs to be. |
I'll have a look if I can still compile everything right. Can you maybe update the build readme with information about toolchains ? That will save me tons of looking around & fiddling |
Here's the instructions gameblabla gave me and they worked: then you can build LGPT by running |
btw, @Mdashdotdashn , if you'd like to hack on serial/midi output, I can send you my modded pocket go that does serial out using the 3.5mm A/V port. |
Just got a bittboy - is there instructions or a binary somewhere? Would love to help test. |
Here's a binary for the Bittboy/PocketGo : Note that you have to create a link yourself in GmenuNx. Btw, we would need another alternative to mallinfo because it's usually not available on embedded platorms or musl libc/uclibc. |
@Mdashdotdashn I can send you a unit im not using if it will help merge this. |
Based on the Bittboy port: Mdashdotdashn#10
Getting a build error on make sdk: |
Solved by applying: enter directory and |
This is all @gameblabla's work. I'm working on enabling midi out over the bittboy's built in UART but not making much progress.