Vince Weaver
a3ed388387
pt3: update z80 checker
2019-10-16 22:07:01 -04:00
Vince Weaver
2d073f2570
ds: missing file
2019-10-15 17:41:28 -04:00
Vince Weaver
b312da2ed9
ds: work on missing
2019-10-15 00:27:27 -04:00
Vince Weaver
c654c96304
ds: music working sort of
2019-10-14 22:54:55 -04:00
Vince Weaver
827a2d3656
ds: music, but not working
2019-10-14 20:43:40 -04:00
Vince Weaver
bb605fe988
ds: play cycle-accurate sound
...
1200 cycles is a bit much though :(
2019-10-14 15:13:44 -04:00
Vince Weaver
59ffdab85e
ds: cool fading
2019-10-12 21:58:43 -04:00
Vince Weaver
6dfb510bae
ds: forever prints
2019-10-12 20:57:36 -04:00
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