aboutsummaryrefslogtreecommitdiffstats
path: root/hw/mc146818rtc.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-18Add statics and missing #includes for prototypes.pbrook1-10/+10
2007-11-17Break up vl.h.pbrook1-1/+5
2007-11-07added -startdate optionbellard1-4/+9
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-3/+3
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-16/+16
2007-04-17Fix mmapped register alignment and endianness handling.ths1-10/+25
2007-04-16Memory-mapped interface for RTC, by Herve Poussineau.ths1-0/+93
2007-04-07Unify IRQ handling.pbrook1-6/+6
2006-12-07Move date/time init to the RTC implementation.ths1-0/+25
2004-06-03more accurate emulation (do not depend on localtime() or gmtime()bellard1-58/+102
2004-04-03UIP update fixbellard1-1/+7
2004-03-31win32 port (initial patch by kazu)bellard1-20/+0
2004-03-31more precise RTC emulation (periodic timers + time updates)bellard1-34/+264
2004-03-14io port API changebellard1-6/+6
2004-03-14separated more devices from emulatorbellard1-0/+203