Fixed #77: Picasso modes were broken on Pi 1/Zero. Cleaned up Makefile

This commit is contained in:
Dimitris Panokostas 2018-01-12 23:19:31 +01:00
parent 46fde18406
commit 9baaf0ed1c
10 changed files with 99 additions and 122 deletions

View file

@ -136,10 +136,8 @@ extern unsigned long timeframes;
* needs to be larger for superhires support */
#define MAX_WORDS_PER_LINE 100
#ifndef ARMV6_ASSEMBLY
/* AGA mode color lookup tables */
extern unsigned int xredcolors[256], xgreencolors[256], xbluecolors[256];
#endif
#define RES_LORES 0
#define RES_HIRES 1