fox32rom/vsync.asm
ry755 705593697b Initial commit
I should've made a git repo for this much sooner, oops :p
2022-01-26 22:21:21 -08:00

6 lines
80 B
NASM

; vsync interrupt routine
system_vsync_handler:
call mouse_update
reti