summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/mc146818.c
Commit message (Expand)AuthorAgeFilesLines
* Clean-ups and version bumpmame0145u8 Miodrag Milanovic2012-05-071-1/+1
* Added the clock counter chain and other common functions into device_rtc_inte... Curt Coder2012-04-271-3/+2
* mc146818 - Set period even if timer is disabled, required for windows nt [Carl] Miodrag Milanovic2012-02-201-8/+10
* dma8237: fix uninitialized variable [Hans Ostermeyer] Miodrag Milanovic2012-02-181-7/+3
* mc146818: remove hacks [Hans Ostermeyer] R. Belmont2011-08-131-30/+4
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-1/+1
* mc146818 - Implemented IRQ callbacks for this RTC [Carl] Miodrag Milanovic2011-05-311-4/+62
* mc146818: Fix uninitialized variable found by Valgrind [R. Belmont] R. Belmont2011-05-011-1/+4
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-67/+23
* Created device_rtc_interface which can be used to initialize RTC's to a certa... Curt Coder2011-04-221-0/+18
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-3/+3
* BIG update. Aaron Giles2011-03-291-2/+2
* 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-2/+2
* Fix build break from last checkin. Aaron Giles2011-02-061-3/+3
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-4/+4
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1
* Cleanups and version bump.mame0140u2 Aaron Giles2010-12-081-7/+7
* Various device fixes/enhancements [Hans Ostermeyer] R. Belmont2010-12-071-20/+92
* Added an integral device_timer_id to device timers. This is a Aaron Giles2010-09-171-1/+1
* Made the mc146818 a proper device, modernized it, and added an NVRAM interface Aaron Giles2010-09-101-161/+186
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-2/+2
* Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] Scott Stone2010-04-231-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+1
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-1/+1
* Bulk change alert. Aaron Giles2009-04-261-2/+1
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-1/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-4/+4
* Fix mc146818 warnings Couriersud2008-11-141-6/+6
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-6/+6
* From: Barry Rodewald [mailto:bsr@xnet.co.nz] Aaron Giles2008-09-041-2/+19
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-261-11/+10
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-6/+6
* - 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-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+392