aboutsummaryrefslogtreecommitdiff
path: root/src/ubox/ubox_get_vsync_freq.z80
blob: 4a7f841f564161e12f41c4142612cfe5f2b765ed (plain)
1
2
3
4
5
6
7
8
.globl _ubox_get_vsync_freq

_ubox_get_vsync_freq::
	ld a, (#0x002b)
	and #128
	ret z
	ld a, #1
	ret