Commit Graph

2477 Commits

Author SHA1 Message Date
Vince Weaver
d76344cbd0 ds: print 7 chars 2019-10-12 19:44:07 -04:00
Vince Weaver
cad4aadc34 ds: update font code 2019-10-12 19:00:55 -04:00
Vince Weaver
c84d81ac34 ds: of course forgot the font file 2019-10-12 18:11:52 -04:00
Vince Weaver
66bb6647f8 ds: add font support 2019-10-12 18:11:32 -04:00
Vince Weaver
ca964dab41 ds: update right wipe 2019-10-12 13:51:02 -04:00
Vince Weaver
a1b7b778b6 ds: some cycle counting 2019-10-12 10:47:38 -04:00
Vince Weaver
a337813409 ds: add escape sequence 2019-10-08 23:04:26 -04:00
Vince Weaver
e1d18a9213 ds: missing section works 2019-10-08 21:57:48 -04:00
Vince Weaver
dca2dcfeff ds: add missing sequence 2019-10-08 08:27:00 -04:00
Vince Weaver
be1bea3b61 ds: add book scene 2019-10-07 00:12:36 -04:00
Vince Weaver
86032b87c3 ds: add new backgrounds 2019-10-03 00:49:35 -04:00
Vince Weaver
fbd613486d ds: move to 60Hz interrupt 2019-10-02 23:25:08 -04:00
Vince Weaver
a07f0d8f2e ds: use qkumba's loader
makes things much faster to load
2019-10-02 23:13:06 -04:00
Vince Weaver
b9f553e285 ds: convert to astronaut 2019-10-02 01:08:28 -04:00
Vince Weaver
88b6b337fd ds: no longer a physicist, now an astronaut 2019-10-02 00:38:01 -04:00
Vince Weaver
0e71b8bccd ds: add updated music 2019-10-02 00:25:04 -04:00
Vince Weaver
e335988aa0 ds: merge in the starbase code 2019-10-02 00:03:00 -04:00
Vince Weaver
0cdec7d305 interlace: more work 2019-09-20 00:18:10 -04:00
Vince Weaver
d5f92ae451 interlace: fix some bugs, audio more or less right again 2019-09-16 23:07:53 -04:00
Vince Weaver
a2fd3f42b3 interlace: split off pt3_set_pattern 2019-09-16 21:04:25 -04:00
Vince Weaver
83b46be19d interlace: move some code around 2019-09-16 00:11:09 -04:00
Vince Weaver
edb5717507 interlace: finish splitting up cycle-counted code 2019-09-15 00:57:54 -04:00
Vince Weaver
affccc522d interlace: split off pt3_lib_decode_note.s 2019-09-15 00:43:25 -04:00
Vince Weaver
918d498415 interlacE: split off calculate note 2019-09-15 00:38:37 -04:00
Vince Weaver
eab946a051 interlace: re-cycle count sample/ornament load 2019-09-14 23:22:05 -04:00
Vince Weaver
101e7b279f interlace: split the file into smaller chunks 2019-09-14 23:08:50 -04:00
Vince Weaver
9222100623 interlace: use jump table for some of decode 2019-09-14 17:10:44 -04:00
Vince Weaver
ac5b22d700 interlace: more work on cycle counting 2019-09-14 10:39:25 -04:00
Vince Weaver
bbf26118bb interlace: urgh cycle counting is a pain 2019-09-13 17:06:17 -04:00
Vince Weaver
c64b7c7e18 interlace: still one cycle off 2019-09-13 01:02:51 -04:00
Vince Weaver
fc275eecde interlace: got vapor lock, but one cycle off.... 2019-09-13 00:59:51 -04:00
Vince Weaver
d42eee8c5c interlace: merge in newer pt3 library 2019-09-12 23:05:36 -04:00
Vince Weaver
0d8ff09550 ootw: update to newer pt3_lib 2019-09-12 00:51:17 -04:00
Vince Weaver
35766d90b9 pt3_lib: move most things to lib files now 2019-09-12 00:21:08 -04:00
Vince Weaver
eb5ea2c796 pt3: make the lib tester a bit simpler 2019-09-11 16:56:48 -04:00
Vince Weaver
283279506e pt3: create combined version for pt3_lib and pt3_player
keeping separate versions was a pain
2019-09-11 16:08:36 -04:00
Vince Weaver
4583337bd0 pt3_player: remove commented out GetNoteFreq() code 2019-09-11 11:10:36 -04:00
Vince Weaver
b2da3af2d8 pt3_player: update with optimized/fixed code 2019-09-11 00:32:59 -04:00
Vince Weaver
a885eeb4a0 pt3_player: fix backward SMC code flip in the v3.6 portamento code
this took a while to track down
2019-09-11 00:26:03 -04:00
Vince Weaver
9d6b22a0c2 pt3_player: inline GetNote() which speeds things up a bit 2019-09-10 22:29:22 -04:00
Vince Weaver
f13d6b06a3 pt3_lib: update to generate the four frequency tables on the fly
probably makes the executable a bit bigger but good for correctness sake

only generating the v3.4+ tables.  Would be fairly easy to add the four
3.3 versions, but in practice I don't see many files of that type
2019-09-10 17:10:56 -04:00
Vince Weaver
33ff44750a pt3: generate all tone tables 2019-09-10 12:42:51 -04:00
Vince Weaver
08ccc48686 pt3: work on generating all tone tables 2019-09-10 11:14:45 -04:00
Vince Weaver
6589803355 pt3: autogenerate tone table 2019-09-10 01:37:15 -04:00
Vince Weaver
ccf75e4be2 pt3: messing with tone table generation again 2019-09-09 17:10:18 -04:00
Vince Weaver
0e2a9ecd06 pt3_player: optimize get_note 2019-09-09 01:06:21 -04:00
Vince Weaver
f15bab8a6c pt3: invariant get_freq 2019-09-07 23:59:40 -04:00
Vince Weaver
b5635577a2 pt3: fix vibrato bug in the invariant case too 2019-09-07 22:08:06 -04:00
Vince Weaver
8a819939ed gr-sim: convert 40x48d code to use common rle code 2019-09-04 16:13:17 -04:00
Vince Weaver
1c6ef2ead6 gr-sim: update 40x96 maker to the now common code 2019-09-04 16:04:49 -04:00