Commit Graph

10 Commits

Author SHA1 Message Date
Vince Weaver 0a5ee09b92 chiptune: try to add support for loading multiple files
hours of debugging, traced to a stray $.  Urgh.
2018-02-26 00:47:06 -05:00
Vince Weaver e4d66a70b8 chiptune: more paramater prepwork 2018-02-24 17:28:10 -05:00
Vince Weaver 5f14b954f4 chiptune: move some memory addresses around, probably in final locations 2018-02-24 15:50:10 -05:00
Vince Weaver daf51b5474 chiptune_player: fix box drawing
buffer overlow in filename spacing code turned the first char
of the hlin_double routine to be a ldy instruction, calling the
left bounds to go to zero.  A pain to track down.
2018-02-21 22:50:55 -05:00
Vince Weaver 7423b1d3ee chiptune_player: reads in the KRW file 2018-02-21 20:32:40 -05:00
Vince Weaver e0946b1bdf chiptune: lz4 decode
doesn't work :(

problem seems to be in lz4 code
2018-02-20 00:01:15 -05:00
Vince Weaver 1f63b498a2 chiptune: move chunksize to 3
also abandon hope of getting starfield background; needs 3kB of
RAM that we can't afford
2018-02-18 00:13:30 -05:00
Vince Weaver bb5f5c3aec chiptune: read data from disk 2018-02-17 22:45:17 -05:00
Vince Weaver 0fe3292ac7 asm: update dos33 routines 2018-02-17 21:28:30 -05:00
Vince Weaver cb7b8f5c43 asm: add dos33 routines taken from my ll program 2018-02-17 16:01:25 -05:00