ducalex
ducalex
I agree, retro-go needs more 8bit computers. ESPectrum is an impressive project but, ironically, the fact that it's developed and optimized specifically for the esp32 and VGA could make things...
This is caused by a hack that I've added to fix the score displayed after clearing a stage. https://github.com/ducalex/retro-go/blob/de5e8ae45a483b83c1733df704aec3a3c5aa65ac/retro-core/components/gnuboy/lcd.c#L657-L662 This type of problem is also present in other games, we...
I mean I can improve the hack so that it kicks in only on necessary screens, but it would be nice if someone could tell me what's the actual problem...
Yeah these controllers are largely identical so it should work, but you'll have to add the init code specific to your display in `rg_display.c -> lcd_init()`. However keep in mind...
I'm impressed that you've already made a python tool, this is nice! Now that retro-go will ship with a generator, I think we should add the .ttf (or whatever) fonts...
Oh wow, having a preview is a game changer! I remember having to flash retro-go 50+ times back when I was trying to find the perfect parameters for the .exe...
> I feel like this approach is better than Retro-Go's one in terms of performance. Only issue is that it uses a bit more memory to store the indexes (probably...
I'm going to tag a new retro-go release before merging this PR. I want to be sure that this PR is merged in a known stable base because every time...
I'd like to cleanup some things (missing boundary checks, formatting, fix the conflicts) to get ready to merge. I think I'm allowed to commit to your branch directly. Is it...
Now that I've been working on this, considering the new format implemented here isn't really compatible with LGVL I don't think it's worth changing the format that we use until...