home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser-CD 2000 January / LCD_01_2000.iso / games / doom / pmdoom / src / m68k / time.s < prev    next >
Encoding:
Text File  |  1999-12-17  |  274 b   |  23 lines

  1. |     Atari Time routine
  2. |
  3. |    Patrice Mandin
  4.  
  5.     .text
  6.  
  7.     .globl    _I_Asm_UpdateTime
  8.  
  9.     .globl    _atari_curtime
  10.  
  11. | -----    Time routine
  12. |    Read 200hz system timer
  13.  
  14.     .text
  15. _I_Asm_UpdateTime:
  16.     movel    0x4ba:w,_atari_curtime
  17.     rts
  18.  
  19.     .data
  20.  
  21.     .even
  22.     .comm    _atari_curtime,4*1
  23.