ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/AmigaOS/timer_amiga.cpp
(Generate patch)

Comparing BasiliskII/src/AmigaOS/timer_amiga.cpp (file contents):
Revision 1.3 by cebix, 1999-11-01T16:24:13Z vs.
Revision 1.6 by cebix, 2001-07-06T17:36:07Z

# Line 1 | Line 1
1   /*
2   *  timer_amiga.cpp - Time Manager emulation, AmigaOS specific stuff
3   *
4 < *  Basilisk II (C) 1997-1999 Christian Bauer
4 > *  Basilisk II (C) 1997-2001 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 51 | Line 51 | void Microseconds(uint32 &hi, uint32 &lo
51  
52   uint32 TimerDateTime(void)
53   {
54 <        ULONG secs;
55 <        ULONG mics;
54 >        ULONG secs, mics;
55          CurrentTime(&secs, &mics);
56 <        return secs + TIME_OFFSET;
56 >        return secs + 0x8b31ef80;
57   }
58  
59  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines