summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/ds2404.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-2/+2
* fix DEBUG crash? Michaël Banaan Ananas2013-07-071-12/+30
* 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-6/+6
* Removed unneeded includes. (nw) Curt Coder2012-12-071-1/+0
* ds2404: get rid of trampoline code Michaël Banaan Ananas2012-10-061-5/+5
* added missing \n to some more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-57/+19
* 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
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-4/+4
* 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
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Killing debug text. No whatsnew. Ryan Holtz2010-08-271-19/+0
* Updated the Dallas DS2404 RTC device to no longer be legacy. [Harmony] Ryan Holtz2010-08-271-169/+256
* 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-3/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Fixes so we can compile as C++ again. Aaron Giles2009-12-281-1/+1
* And some more. Converted the ds2404 to a device along the way. Aaron Giles2009-12-211-91/+127
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-3/+2
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+2
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-1/+1
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+320