A2osX/INC/IO.IIGS.I.txt
burniouf 1e404b5bcf KERNEL:IRQ mode for IIgs (not yet preemptive)
CC:most of it working, many bugs remain
DAN2ETH.DRV:broken, lot of debug code included
2023-01-11 19:34:34 +01:00

28 lines
703 B
Plaintext
Raw 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.IIGS.INTEN .EQ $C041 R,W
IO.IIGS.INTFLAG .EQ $C046 R
IO.IIGS.CLRVBLINT .EQ $C047 W
*--------------------------------------
.MA TKCALL
ldx ##TK.]1
jsl $E10000
.EM
*--------------------------------------
TK.SetHeartBeat .EQ $1203
* TK.DelHeartBeat .EQ $1303
* TK.ClrHeartBeat .EQ $1403
TK.GetVector .EQ $1103
TK.SetVector .EQ $1003
* $000C Vertical blanking interrupt handler
TK.IntSource .EQ $2303
* $0002 vblEnable Enable vertical blanking interrupts
* $0003 vb1Disable Disable vertical blanking interrupts
*--------------------------------------
MAN
SAVE inc/io.iigs.i