| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | audio: Include all constants | yenatch | 2014-02-14 | 1 | -8/+1 |
| | | |||||
| * | Get rid of globals.asm. Use ::s to export labels between objects. | yenatch | 2014-01-27 | 1 | -3/+2 |
| | | | | | | | | | | | | 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. | ||||
| * | use music constants everywhere | yenatch | 2014-01-21 | 1 | -8/+8 |
| | | | | | some sfx are treated as music, but don't have constants yet | ||||
| * | define music constants instead of running around with ((label-$4000)/3) | yenatch | 2014-01-21 | 1 | -0/+1 |
| | | |||||
| * | rearrange audio.asm | yenatch | 2014-01-09 | 1 | -248/+239 |
| | | |||||
| * | split instrument duty into audio/ | yenatch | 2014-01-09 | 1 | -99/+3 |
| | | |||||
| * | consolidate red/blue diffs in sfx | yenatch | 2014-01-09 | 1 | -6/+1 |
| | | |||||
| * | split audio components into audio_red.o and audio_blue.o | yenatch | 2014-01-09 | 1 | -0/+778 |
