summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/generic.h
Commit message (Expand)AuthorAgeFilesLines
* removed some unused legacy functions / flagged a few more things as deprecate... Oliver Stöneberg2013-08-221-5/+2
* removed legacy trampoline generic_pulse_irq_line_and_vector() (nw) Oliver Stöneberg2013-07-241-2/+2
* removed some legacy interrupt trampolines (nw) Oliver Stöneberg2013-07-241-32/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-5/+5
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-3/+0
* modernization of some CUSTOM_INPUT's part 5 (no whatsnew) Miodrag Milanovic2012-04-091-7/+0
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-16/+0
* allow generic_pulse_irq_line to be longer than 1 cycle. Michaël Banaan Ananas2012-02-111-2/+2
* Removed ugly function cpu_interrupt_enable() from the core, and updated all t... Angelo Salese2011-11-301-1/+0
* Removed ugly function interrupt_enable_w from the core, and updated all the d... Angelo Salese2011-11-291-2/+0
* BIG update. Aaron Giles2011-03-291-14/+14
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-3/+0
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-9/+0
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+0
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-1/+1
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-20/+21
* adds guilty gear xx slash set. davidhay2009-03-171-1/+1
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-021-103/+1
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-1/+1
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-0/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-09-041-0/+2
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-261-4/+4
* removed meaningless service_coin_lockout_w function Nicola Salmoria2008-05-291-4/+0
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+292