summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/rtc65271.c
Commit message (Expand)AuthorAgeFilesLines
* Converted RTC65271 and ATARIVGEAROM to modern devices (no whatsnew) Miodrag Milanovic2012-02-031-251/+232
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* BIG update. Aaron Giles2011-03-291-4/+4
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-20/+20
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-5/+5
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-6/+6
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-3/+3
* Attotime bulk conversion step: Aaron Giles2011-02-031-5/+5
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-4/+4
* running_device -> device_t Aaron Giles2010-12-311-11/+11
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-2/+2
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-12/+12
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Fixed recent regression reports. Aaron Giles2009-12-231-166/+210
* preliminary work on beatmania iidx, still lots to do but I didn't want to was... smf-2009-05-281-1/+20
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-211-4/+7
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-4/+3
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-3/+4
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-261-3/+2
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-5/+5
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-3/+3
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+654