In addition to the WMAN vectors listed above there are some CON driver vectors which are listed below. These can be obtained by the following code:
sys_clnk equ $C4 pt_vecs equ $150 moveq #mt_inf,d0 ; $00 trap #1 ; A0 -> sys vars movea.l sys_clnk(a0),a3 ; Pointer to CON linkage movea.l pt_vecs(a3),a0 ; Vectors jsr pv_pinf(a0) ; Call the vector
Vector | Mnemonic | Description |
---|---|---|
$00 | PV_PINF | Get pointer information (IOP.PINF equivalent) |
$06 | PV_FSPR | Find correct sprite definition |
$0C | PV_SSPR | Set/Get system sprite |
$12 | PV_SIZE | Get pixel rounding sizes |
$18 | PV_MBLK | Move blocks |
$1C | PV_CURSP | Set/unset sprite cursor |
$24 | PV_BGCTL | Control background updating |