Commit Graph

129 Commits

Author SHA1 Message Date
Rob McMullen 057e46d44a Changed to the MPL 2021-05-04 09:52:51 -07:00
Rob McMullen 1a75732a79 Removed unused HGR2 page 2018-07-21 21:19:52 -07:00
Rob McMullen aefe89c5f1 Added actual compiled font test 2018-07-20 19:27:52 -07:00
Rob McMullen 4da5a2631e Added ACTOR_FLAG to set high bit on text page at enemy location 2018-07-20 18:31:56 -07:00
Rob McMullen 4b0c7ead49 platform-apple2: added keycodes for IIe up/down keys 2018-07-20 13:25:47 -07:00
Rob McMullen 2648b359e5 Fixed vars to use safe applesoft locations 2018-07-20 13:04:53 -07:00
Rob McMullen f72f941296 Added placeholder for compiled font
* moved var declaration into driver.s
2018-07-20 12:58:06 -07:00
Rob McMullen 083580e483 Added BASIC test 2018-07-20 12:57:03 -07:00
Rob McMullen f73ed4c652 Added simple clear screen without smc 2018-07-20 12:21:41 -07:00
Rob McMullen f9e82052ba Use GNU makefile wildcard rules; haven't figured out pattern rules yet 2018-07-20 11:59:17 -07:00
Rob McMullen e6693126a8 Fix because unmodified atasm doesn't accept % as binary constant 2018-07-20 11:31:05 -07:00
Rob McMullen c4b4426f2f Added initial kfest2018 files 2018-07-20 08:49:49 -07:00
Rob McMullen 159e8aed36 Fixed name of asmgen-generated products 2018-07-20 08:47:19 -07:00
Rob McMullen 2f0a592d58 Added uniqueness check to rnd number seed generator
* some seeds were being marked as valid when they had repeating patterns
2017-08-29 09:03:02 -07:00
Rob McMullen e377daf598 Added brute-force random seed generator for the ADC/XOR simple random number generator 2017-08-29 08:25:27 -07:00
Rob McMullen 73cf41adef Added images to README 2017-08-17 19:57:58 -07:00
Rob McMullen 4177279c1b Updated README 2017-08-17 18:46:00 -07:00
Rob McMullen 3a81d6abbf README updates 2017-08-17 18:29:04 -07:00
Rob McMullen 99e93ecd46 New font for my name on title screen 2017-08-17 18:28:46 -07:00
Rob McMullen 6c96e8a548 Changed title page font for name; don't switch back to tohgr at line 167 when generating HGR screen 2017-08-17 17:59:31 -07:00
Rob McMullen 9d50e7c9ef Added v1 disk image 2017-08-17 16:01:35 -07:00
Rob McMullen 0a91defaf5 Added version number to disk image 2017-08-17 13:51:11 -07:00
Rob McMullen f9ed6b8563 Updated README 2017-08-17 13:48:14 -07:00
Rob McMullen 074e9fc045 changed target name to fujirun.dsk 2017-08-17 13:44:22 -07:00
Rob McMullen 891103e90a Updated kansasfest image 2017-08-17 13:44:12 -07:00
Rob McMullen a6128ddeb2 Added to the README 2017-08-17 11:26:05 -07:00
Rob McMullen e9ef3f6a64 Added pre-generated HGR screens so you don't need tohgr unless rebuilding images 2017-08-17 10:12:39 -07:00
Rob McMullen 818e821b4f Increased delay after scrolling FujiRun title screen into view 2017-08-17 10:05:15 -07:00
Rob McMullen bd15ea8220 Updated hackfest title screen 2017-08-17 10:05:02 -07:00
Rob McMullen 17477ef84f Cleaned up the midpoint crossing algorithm 2017-08-02 12:56:27 -07:00
Rob McMullen ebb1cae8d2 Added debug check for boundary crossing in text screen or tile movement 2017-08-02 12:27:41 -07:00
Rob McMullen e1a7386f96 Clear $800 for variable storage & reordered vars so X stuff and Y stuff is grouped together 2017-08-02 11:36:24 -07:00
Rob McMullen b1a142d0f0 Added comments; changed zero page so it will mostly work on the atari 2017-08-01 19:27:54 -07:00
Rob McMullen 51ef7374a9 Added initial README 2017-07-28 06:38:37 -07:00
Rob McMullen 9c23002ff3 Added Peter Ferrie's lz4 decompressor to hold title screen so it can be reused 2017-07-28 06:13:58 -07:00
Rob McMullen 84ea6ddce0 Replaced the partycrasher logo with player/missile. Don't want to tempt the ire of the shambling zombified remains of Atari 2017-07-26 11:16:06 -07:00
Rob McMullen 241cc9fe72 Converted to asmgen (renamed from quicksprite) 2017-07-26 11:00:20 -07:00
Rob McMullen 070aa30c81 Added scrolling wipe for thanks screen 2017-07-25 17:57:16 -07:00
Rob McMullen 00135b3d2a Moved debug random test to debug.s 2017-07-25 16:30:48 -07:00
Rob McMullen 38c286876e Moved another font drawing routine to platform file 2017-07-25 16:27:35 -07:00
Rob McMullen ac27db193f Workaround for starting with one point before the player moves 2017-07-25 16:14:51 -07:00
Rob McMullen 25fc49872f Moved damage functions to background.s 2017-07-25 16:10:44 -07:00
Rob McMullen 23980e303f Moved screen functions to platform-apple2 2017-07-25 15:51:25 -07:00
Rob McMullen 7b6cf0c762 Moved all generated code and build products into build-apple2 directory 2017-07-25 15:17:24 -07:00
Rob McMullen 4e6a8ecf20 First cut at separating out platform specific stuff 2017-07-25 15:01:06 -07:00
Rob McMullen 03d912eaba Removed unused sprite graphic 2017-07-25 14:26:08 -07:00
Rob McMullen 4c4deafbfa Grouped global constants into a single file 2017-07-25 14:22:36 -07:00
Rob McMullen a625fb352b Beginning commenting before public release 2017-07-25 14:06:51 -07:00
Rob McMullen d791130c06 Turned antialiasing off for text on title screen 2017-07-25 13:56:12 -07:00
Rob McMullen b4d599d060 Cleanup of box painting and damage_maze 2017-07-24 19:52:57 -07:00