ReiquelApplegate
ReiquelApplegate
I dunno how the rest of you feel about this, but if avoiding the divide by 255 saves some clock cycles I am ok with using the >> 11 version...
I do not have a problem with some GB colors changing by +/-1 so long as they are more accurate to the source PNGs.
The only place ALLEGRO_AUTO_CONVERT_BITMAPS is used in the code is in display.c in al_create_display
I am also affected by this issue.
Forgetting to `ret` at the end of a subroutine, for example, sounds like the kind of bug that could be detected by a linter. Though it gets trickier if it's...
Thanks. That could be mentioned in a footnote (and no wattage at all is listed for the Super Game Boy still.)
Yeah, probably is a dangerous optimization to try. Though I'd imagine that if the stack is in HRAM, then ret can return a little bit sooner because the return address...
Maybe it's worth mentioning that if you're going to LDH those 5 saved bytes a lot then eating the time penalty of run_dma_tail is worth it.
A comment after run_dma in the compact procedure says it must be in ROM, but I don't see why it couldn't be in WRAM instead.
What exactly is meant by audio failing to install? Like some distro where someone didn't bother to include audio libraries?