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:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user