summaryrefslogtreecommitdiff
path: root/agbx/source/gfx/getvbnk.s
AgeCommit message (Collapse)Author
2022-10-27Use prefix ax instead of agbx (including header folders); Fix version constant;6.0Gabriel Jensen
2022-10-27Add structure for circles; Reimplement setpx1; Add better assembly comments; ↵5.0Gabriel Jensen
Fix incorrect address for vcount in vsync; Fix incorrect size of vcount in vsync; Fix non-looping loop in vsync; Remove nullptr macro (Clang supports it now);
2022-09-16Restructure demo; Make flip and getvbnk return the address of the other ↵4.0Gabriel Jensen
bank; Add functions for getting the value of a pixel (getpx); Add functions for reading a colour value (rd); Remove return value from plot; Update readme; Fix plot5;
2022-09-16Add function for getting the current video bank (getvbnk); Remove debug ↵3.0Gabriel Jensen
mode; Update readme; Make error 'ok' always zero; Remove error 'misc'; Restructure assembly; Add more error codes; Add new header 'algo'; Add functions for copying memory sequences (cp); Add function for V-syncing (vsync); Add functions for filling the screen (clrscrn{X}); Make plot take the video address;