diff -ruN blobubska.orig/src/common.h blobubska/src/common.h --- blobubska.orig/src/common.h 2014-03-18 11:46:33.062257079 +0000 +++ blobubska/src/common.h 2014-03-18 11:47:10.074257919 +0000 @@ -31,7 +31,7 @@ #include #define OBJNUM 9 -#define CORES 16 +#define CORES 64 #define ALIGN8 8 // SCALE: 1, 2, or 4 #define SCALE 2 diff -ruN blobubska.orig/src/host.c blobubska/src/host.c --- blobubska.orig/src/host.c 2014-03-18 11:46:33.062257079 +0000 +++ blobubska/src/host.c 2014-03-18 11:48:01.866259095 +0000 @@ -55,11 +55,11 @@ #define F_SF_PATH "/usr/share/sounds/sf2/FluidR3_GM.sf2" #define BUF_OFFSET 0x01000000 -#define MAXCORES 16 +#define MAXCORES 64 #define FBDEV "/dev/fb0" #define EVDEV "/dev/input/event0" -#define ROWS 4 -#define COLS 4 +#define ROWS 8 +#define COLS 8 #define MODE_AUTO 0 #define MODE_PLAY 1