mirror of
https://github.com/mrkite/regs.git
synced 2025-02-06 15:30:30 +00:00
added heartbeat struct
This commit is contained in:
parent
102fa567cc
commit
4a4702e301
@ -301,6 +301,13 @@ InterruptStateRec struct {
|
||||
irq_mslot: uint8;
|
||||
}
|
||||
|
||||
Heartbeat struct {
|
||||
nextHB: uint32;
|
||||
vblsBetweenCalls: uint16;
|
||||
taskSig: uint16;
|
||||
code: uint8[];
|
||||
}
|
||||
|
||||
MTBootInit() {
|
||||
$03, $01
|
||||
}
|
||||
@ -402,7 +409,7 @@ SetAbsClamp(xMinClamp: int16, xMaxClamp: int16, yMinClamp: int16,
|
||||
yMaxClamp: int16) {
|
||||
$03, $2a
|
||||
}
|
||||
SetHeartBeat(taskPtr: Ptr) {
|
||||
SetHeartBeat(taskPtr: ^Heartbeat) {
|
||||
$03, $12
|
||||
}
|
||||
SetMouse(mouseMode: MouseMode) {
|
||||
|
29387
src/iigs.h
29387
src/iigs.h
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user