Commit Graph

11 Commits

Author SHA1 Message Date
Kelvin Sherlock 90da8693a5 Add Merlin assembler support. 2020-10-05 22:22:05 -04:00
Rob McMullen 64b183ea33 Quick hack to generate C code for HGR row offsets 2019-07-13 17:28:26 -07:00
Rob McMullen 35a33f86e1 Added support for arbitrarily wide and tall tiles
* common usage is probably 2x2 tiles, but can handle bigger
2018-07-24 19:20:14 -07:00
Rob McMullen b020c6933a Updated help string 2018-07-24 10:18:02 -07:00
Rob McMullen 025b756e24 Changed shbang line to use /usr/bin/env to find the python interpreter 2018-07-23 12:18:14 -07:00
Rob McMullen a92efaf0f2 Added two demo modes: InsaneClear and CompiledFont
* these don't make sense except for testing, they are inefficient or take too much space
2018-07-20 19:26:40 -07:00
Rob McMullen 56f2edca20 Added fast clear screen routine 2018-07-19 21:21:25 -07:00
Rob McMullen b946684f0d Fixes for py3 compatibility 2018-07-01 21:23:56 -07:00
Rob McMullen 651cc2c7f1 Changed driver filename to -asmgen-driver instead of -sprite-driver 2017-09-20 09:54:32 -07:00
Rob McMullen 1f4bbbd533 Added argument to convert raw data to assembly source .byte (or equivalent) directives 2017-07-28 09:28:22 -07:00
Rob McMullen 4f8cf05853 Rename to asmgen; added WIP for RLE compression 2017-07-26 23:58:45 -07:00