commanderx16 / x16-emulator

Emulator for the Commander X16 8-bit computer
384 stars 60 forks source link

Code doesn't build #307

Open paulscottrobson opened 4 years ago

paulscottrobson commented 4 years ago

Undeclared "sdcard_attached" (previously didn't build because of -Werror).

berylline commented 4 years ago

I had the same problem as you did. This was fixed with https://github.com/commanderx16/x16-emulator/commit/84d091a9bc084a0bb2c0504acf94efbefc58e02f.

Also:

This is a duplicate of #303.