9 Commits
Author SHA1 Message Date
Wei-ju Wu 9c216ac95e added movement to sprites
also, waitmouse is now C function instead of inline assembly
2016-09-26 16:25:39 -07:00
Wei-ju Wu cb9243504c converted sprite_display.asm from HRM to C 2016-09-22 10:15:13 -07:00
Wei-ju Wu 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
Wei-ju Wu 1235d15acb added strobing of copjmp1 after setting list
not strobing copjmp1 can lead to compatibility issues
2016-09-21 22:06:02 -07:00
Wei-ju Wu 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
Wei-ju Wu ffe2349c08 outfactored waitmouse() to common.h 2016-09-21 21:04:12 -07:00
Wei-ju Wu 24f4e04928 outfactored initialization cleanup to common.c in hardware 2016-09-21 21:00:13 -07:00
Wei-ju Wu d4217b995a hardware: refactored startup and sprites
startup and sprites are both using common.h
2016-09-21 20:32:05 -07:00
Wei-ju Wu c287f9bcb9 added sprites file, restructured startup file 2016-09-19 20:49:56 -07:00