1
0
mirror of https://github.com/weiju/amiga-stuff synced 2025-12-08 14:58:33 +00:00

refactored to correctly include xylimited

xylimited changes are respected
This commit is contained in:
Wei-ju Wu
2016-06-15 17:18:24 -07:00
parent a11f22ab0c
commit 42e7203de5
7 changed files with 27 additions and 18 deletions

View File

@ -10,7 +10,6 @@
#define ARG_FMODE 4
#define NUM_ARGS 5
#define MAPNAME "maps/large.raw"
#define BLOCKSNAME "blocks/demoblocks.raw"
#define SCREENWIDTH 320
@ -22,8 +21,6 @@
#define BLOCKWIDTH 16
#define BLOCKHEIGHT 16
#define BLOCKSBYTESPERROW (BLOCKSWIDTH / 8)
#define BLOCKSPERROW (BLOCKSWIDTH / BLOCKWIDTH)
#define NUMSTEPS BLOCKWIDTH