1
0
mirror of https://github.com/weiju/amiga-stuff synced 2025-11-23 19:01:45 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
9c216ac95e added movement to sprites
also, waitmouse is now C function instead of inline assembly
2016-09-26 16:25:39 -07:00
cb9243504c converted sprite_display.asm from HRM to C 2016-09-22 10:15:13 -07:00
9667769954 fixed check for NTSC and PAL using execbase
was wrong indirection, address 4 is struct ExecBase ** and not
struct ExecBase *
2016-09-22 06:09:44 -07:00
b31f5a40aa hardware: clean out main modules
made the init_display() and reset_display() functions
more indepenent from their callers
2016-09-21 21:19:59 -07:00
ffe2349c08 outfactored waitmouse() to common.h 2016-09-21 21:04:12 -07:00
24f4e04928 outfactored initialization cleanup to common.c in hardware 2016-09-21 21:00:13 -07:00
e355fd3b1a refactored playfield1 to support 5 bitplanes 2016-09-21 17:43:06 -07:00
44fff9e796 playfield1: support for 2 bitplanes
added support for 2 bitplanes in playfield1, outfactoring
of common constants to common.h
2016-09-21 10:28:06 -07:00