A2osX/INC/IO.IIC.I.txt
2019-10-22 20:42:22 +02:00

17 lines
615 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

NEW
AUTO 3,1
.LIST OFF
*--------------------------------------
IO.IIC.RDVBLMSK .EQ $C041 R, B7=1: VBL interrupts enabled
*--------------------------------------
* The action taken for the soft switches
* from $C058 ... $C05F is only taken if access
* has first been enabled by writing to IOUDISOFF ($C07F).]
*--------------------------------------
IO.IIC.DISVBL .EQ $C05A W, Disable VBL interrupts
IO.IIC.ENVBL .EQ $C05B W, Enable VBL interrupts
IO.IIC.CLRVBLIRQ .EQ $C070 R, Clear the VBL interrupt condition
*--------------------------------------
MAN
SAVE INC/IO.IIC.I