| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | combine audio and music folders | U-Fish-PC\Daniel | 2014-04-06 | 1 | -375/+375 |
| | | |||||
| * | Use labels instead of static addresses in sound pointers. | yenatch | 2014-03-30 | 1 | -15/+8 |
| | | | | | Static address substraction would wreak havoc in other memory configurations. | ||||
| * | Stop using [$ff00+$xx] syntax. | yenatch | 2014-03-30 | 1 | -1/+1 |
| | | | | | rgbasm treats $ffxx loads the same. This is more consistent and avoids confusion with $ff00+c, | ||||
| * | 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 |
