summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/f3853.c
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-46/+11
* 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-7/+7
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-13/+13
* Updated the Fairchild F3853 SMI device to no longer be legacy. [Harmony] Ryan Holtz2010-08-271-155/+210
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+4
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-7/+7
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-9/+0
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-2/+2
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-2/+0
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-141-1/+1
* Changed the F3853 implementation into a device. Wilbert Pol2008-12-231-0/+244