Commit graph

5 commits

Author SHA1 Message Date
yenatch
ebce80653c Stop using [$ff00+$xx] syntax.
rgbasm treats $ffxx loads the same. This is more consistent and avoids confusion with $ff00+c,
2014-03-30 16:30:30 -07:00
yenatch
1b9ee46af9 Get rid of globals.asm. Use ::s to export labels between objects.
globals.asm was a hack that:
- gave rgbasm an extra 100k lines to read
- increased reliance on the python preprocessor
- made the makefile a mess
- gave object creation an extra step
- wasn't even necessary

This speeds up build time by at least a third.
2014-01-27 16:24:13 -05:00
yenatch
1107dff7c1 fix some duty labels 2014-01-09 14:42:47 -05:00
yenatch
068992617d split instrument duty into audio/ 2014-01-09 14:42:42 -05:00
yenatch
94d755003e split out the audio engines 2014-01-06 22:34:14 -05:00