summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/x2212.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+5
* X2212 now uses device template. Also changed all handlers to use devcb protot... Couriersud2010-06-031-39/+22
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-8/+8
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-13/+0
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-3/+3
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-2/+0
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-5/+5
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-4/+4
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-9/+4
* preliminary firefox emulation. smf-2008-09-131-0/+192