Should now build under Linux.

This commit is contained in:
Godzil
2017-03-16 15:18:52 +01:00
parent bfd4597afa
commit ff80e60879
4 changed files with 8 additions and 6 deletions

View File

@@ -15,6 +15,7 @@
#include <stdio.h>
#include <stdlib.h>
#if 0
/* Allegro includes */
#ifdef __APPLE__
#define USE_CONSOLE
@@ -367,3 +368,4 @@ void ppu_dumpPalette(int x, int y)
rectfill(Buffer, x + 91 + (i % 4) * 20, y + 21 +(i / 4) * 20, x + 91 + (i % 4) * 20 + 20, y + 21 +(i / 4) * 20 + 20, ppu_readMemory(0x3F, i+0x10));
}
}
#endif