home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD2.img
/
d4xx
/
d473
/
cnewssrc
/
cnews_src.lzh
/
include
/
pragma
/
timer.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-12-29
|
347b
|
12 lines
#ifndef PRAGMA_TIMER_H
#define PRAGMA_TIMER_H
/* "Timer.Device" */
#pragma amicall(_TimerBase, 0x2A, AddTime(a0,a1))
#pragma amicall(_TimerBase, 0x30, SubTime(a0,a1))
#pragma amicall(_TimerBase, 0x36, CmpTime(a0,a1))
#pragma amicall(_TimerBase, 0x3C, ReadEClock(a0))
#pragma amicall(_TimerBase, 0x42, GetSysTime(a0))
#endif /* PRAGMA_TIMER_H */