summaryrefslogtreecommitdiffstats
path: root/test.s
Commit message (Collapse)AuthorAgeFilesLines
* refactorJesse Luehrs2014-10-021-46/+51
|
* start with no tintingJesse Luehrs2014-10-021-1/+1
|
* commentJesse Luehrs2014-10-021-0/+3
|
* use a full sized (2x2) spriteJesse Luehrs2014-10-021-8/+37
|
* not sure why the .ds definition doesn't do this?Jesse Luehrs2014-10-021-0/+4
|
* handle moving sprites aroundJesse Luehrs2014-10-021-9/+48
|
* commentsJesse Luehrs2014-10-021-4/+7
|
* start drawing spritesJesse Luehrs2014-10-021-8/+46
|
* don't need a separate bank for thisJesse Luehrs2014-10-021-3/+3
|
* do our loop stuff in the NMI interruptJesse Luehrs2014-10-021-35/+48
| | | | this should reduce flickering
* $0000 is PPU ram, $6000 is cartridge ramJesse Luehrs2014-10-021-1/+1
|
* use a single byte to store button dataJesse Luehrs2014-10-021-4/+6
|
* BPL is greater than or equal toJesse Luehrs2014-10-021-1/+1
|
* refactorJesse Luehrs2014-10-021-34/+54
|
* unix line endingsJesse Luehrs2014-10-011-112/+112
|
* add some controller readingJesse Luehrs2014-10-011-2/+47
|
* initial framework for creating romsJesse Luehrs2014-10-011-0/+67