fox32rom/vsync.asm

6 lines
80 B
NASM
Raw Normal View History

; vsync interrupt routine
system_vsync_handler:
call mouse_update
reti