summaryrefslogtreecommitdiff
path: root/gb.h
AgeCommit message (Expand)AuthorFilesLines
2018-06-27add on_oam_wb()HEADmasterPaul Duncan1-0/+1
2018-06-27misc oam/vram function fixesPaul Duncan1-1/+1
2018-06-27add bg_get_tile(), bg_get_tile_addr(), and bg_get_color()Paul Duncan1-1/+2
2018-06-26s/rgb_frame/fb/, add oam_cache, fix several instructionsPaul Duncan1-4/+18
2018-06-26add on_mmu_{rb,wb}(), add gpu_is_active(), fix DEC SPPaul Duncan1-0/+2
2018-06-25init gpu, put clock update before instructionPaul Duncan1-1/+1
2018-06-25add on_rst(), minor CALL a16 speedupPaul Duncan1-0/+1
2018-06-24add gb_config_t, gb_disasm(), refactor logic, misc cleanupsPaul Duncan1-2/+25
2018-06-22clean up statesPaul Duncan1-6/+6
2018-06-20add gb.h, add gb_init(), gb_get_rgb_frame(), disable biosPaul Duncan1-3/+11
2018-06-20add gb.hPaul Duncan1-0/+123