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

integrated the vertical scrolling programs

This commit is contained in:
Wei-ju Wu
2016-06-17 10:54:26 -07:00
parent e506235e22
commit 2036f33ecb
17 changed files with 1290 additions and 28 deletions

View File

@ -10,7 +10,11 @@
#define ARG_FMODE 4
#define NUM_ARGS 5
#define BLOCKSNAME "blocks/demoblocks.raw"
#define DEMO_BLOCKS_PATH "blocks/demoblocks.raw"
#define LARGE_MAP_PATH "maps/large.raw"
#define SCROLLER_MAP_PATH "maps/scroller.raw"
#define RACE_BLOCKS_PATH "blocks/raceblocks.raw"
#define RACE_MAP_PATH "maps/race.raw"
#define SCREENWIDTH 320
#define SCREENHEIGHT 256