summaryrefslogtreecommitdiff
path: root/stdgb.c
AgeCommit message (Expand)Author
2021-08-08Change license to COIL 0.6HEADmasterDavid McMackins II
2017-05-13Change to new Delwink styleDavid McMackins II
2016-12-02Fix bug where switching ROM banks on MBC5 on DMG would failDavid McMackins II
2016-05-30Add constant for number of bytes per tileDavid McMackins II
2016-05-08Improve asm commentsDavid McMackins II
2016-05-07Improve readability of memory initialization callDavid McMackins II
2016-05-06Allow diagonal directions on d-padDavid McMackins II
2016-05-06Make simpler function for changing MBC5 ROM banksDavid McMackins II
2016-05-02Change function name to verbDavid McMackins II
2016-05-01Change input state registers to static fieldsDavid McMackins II
2016-04-30Add checks for input statesDavid McMackins II
2016-04-29Use more appropriate names for d-pad constantsDavid McMackins II
2016-04-28Add function for loading button state into RAMDavid McMackins II
2016-04-08Init local and hardware OAMDavid McMackins II
2016-04-05Use signed integers for view shiftingDavid McMackins II
2016-04-04Remove extra reverse tile functionDavid McMackins II
2016-04-03Make gb_shift_view a functionDavid McMackins II
2016-04-02Convert to single-file to negotiate issue with sdccDavid McMackins II