captain-amygdala / pistorm

68k Hardware Emulator
MIT License
745 stars 104 forks source link

fix gcc 11 alignment link error : fix the gayle_emulation_enabled var… #26

Closed jfdelnero closed 3 years ago

jfdelnero commented 3 years ago

fix gcc 11 alignment link error : fix the gayle_emulation_enabled variable declaration : turn it to "int" everywhere. (was defined/used with two different types in the project : "uint8_t" and "int").

ghost commented 3 years ago

Hi, thanks for the pull request. This change is somewhat non-applicable, as the Gayle emulation no longer exists in any functional way (there is no IDE controller emulation anymore), but if you submit this pull request to my wip-crap branch instead, I can merge it over there.

The wip-crap branch is here: https://github.com/beeanyew/pistorm/tree/wip-crap