summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/timer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean-ups and version bump Miodrag Milanovic2012-05-211-4/+4
* fixed some "comparison is always true/false" warnings reported by clang by Fi... Miodrag Milanovic2012-05-201-4/+4
* Some cleanup of some observed #include redundancy from source files which use... Scott Stone2012-02-061-1/+0
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-24/+10
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-111/+64
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-1/+1
* BIG update. Aaron Giles2011-03-291-2/+2
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-1/+1
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-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
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-3/+3
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-968/+70
* Attotime bulk conversion step: Aaron Giles2011-02-031-15/+15
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-23/+23
* Move device definitions out of the bottom of the file. They can be Aaron Giles2010-09-191-2/+8
* Added an integral device_timer_id to device timers. This is a Aaron Giles2010-09-171-11/+19
* Made the mc146818 a proper device, modernized it, and added an NVRAM interface Aaron Giles2010-09-101-5/+20
* timer.c: timers get rescheduled only if enable state has changed [Christophe ... Fabio Priuli2010-09-011-7/+10
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-24/+94
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-2/+2
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-2/+2
* Modified way device_type constants are defined in order to get unidasm compil... Miodrag Milanovic2010-06-291-0/+2
* Changed device name from an overridable function to a parameter passed to Aaron Giles2010-06-251-1/+1
* Cleanups and version bump. Aaron Giles2010-06-171-3/+3
* Regression fixes: Aaron Giles2010-06-141-0/+8
* Fix several timing problems: Aaron Giles2010-06-101-6/+9
* Enable NULL callbacks in timer devices. Aaron Giles2010-06-081-1/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-345/+206
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-27/+27
* Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-2/+0
* Added some missing header declarations and static qualifiers. Added validity.... Phil Bennett2010-01-061-0/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-12/+12
* And some more. Converted the ds2404 to a device along the way. Aaron Giles2009-12-211-0/+2
* Changed profiler to separate start/stop cases. [Christophe Jaillet] Aaron Giles2009-08-191-2/+2
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-5/+5
* Bulk change alert. Aaron Giles2009-04-261-2/+1
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-14/+0
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-7/+7
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-2/+0
* Cleanups and version bump.mame0129 Aaron Giles2009-01-041-2/+2
* Significantly optimized the inner execution loop. arknoid2 is ~2.5x Aaron Giles2008-12-221-44/+61
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-5/+5
* Fixed crash bug in DCS games. Aaron Giles2008-12-111-4/+0
* Here's the big one.... Aaron Giles2008-12-111-7/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-1/+0