summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/ds1302.c
Commit message (Expand)AuthorAgeFilesLines
* fixed usage of uninitialized member in ds1302_device (nw) Oliver Stöneberg2014-04-241-0/+1
* Some changes/corrections to device descriptions from MASH (nw) Scott Stone2014-03-311-1/+1
* License tags. (nw) Curt Coder2013-10-161-0/+2
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-11/+11
* Clean-ups and version bumpmame0145u8 Miodrag Milanovic2012-05-071-8/+8
* Added the clock counter chain and other common functions into device_rtc_inte... Curt Coder2012-04-271-114/+312
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-39/+4
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-1/+1
* BIG update. Aaron Giles2011-03-291-1/+1
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-1/+1
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-6/+6
* Correcting device names. No whatsnew. Ryan Holtz2010-08-281-1/+1
* Updated the Dallas DS1302 RTC device to no longer be legacy. [Harmony] Ryan Holtz2010-08-271-110/+130
* 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/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* The other larger patch adds missing static and const qualifiers, and Aaron Giles2009-06-081-1/+1
* Fixed save state issues for all but 2 of the devices I converted earlier Fabio Priuli2009-06-011-6/+6
* Converted DS1302 to use devtemplate Fabio Priuli2009-06-011-31/+17
* Converted Dallas DS1302 RTC to a device Fabio Priuli2009-05-301-61/+164
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-261-3/+2
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+140