summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/x2212.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-2/+2
* Fix validation issue with new x2212 maps. Aaron Giles2010-10-141-3/+7
* Cleanups and version bump. Aaron Giles2010-10-141-4/+4
* Added e2prom address space to x2212 so that the latched contents can be viewed. Aaron Giles2010-09-211-20/+34
* Changed memory width stubs to fill unpopulated regions with the appropriate Aaron Giles2010-09-211-1/+1
* Converted x2212 to a modern device. Updated starwars and firefox. Aaron Giles2010-09-211-105/+196
* 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