Update sample vblank code

This commit is contained in:
Godzil 2019-10-02 19:09:51 +01:00
parent b94d91434f
commit e451ca23f7

View File

@ -1,2 +1,10 @@
vblank:
ret
pusha
add word [SS:0xFE00], 0x111
mov AL, byte [SS:0x7002]
out 0x15, AL
inc byte [SS:0x7001]
inc byte [SS:0x7002]
POPA
RETF