Fixed #77: Picasso modes were broken on Pi 1/Zero. Cleaned up Makefile
This commit is contained in:
parent
46fde18406
commit
9baaf0ed1c
10 changed files with 99 additions and 122 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue