summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/ins8154.c
Commit message (Expand)AuthorAgeFilesLines
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-15/+15
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-34/+25
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-5/+5
* 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-5/+5
* Turns out those 'redundant' NULL checks were there for a reason. Balls. No ... Ryan Holtz2010-08-271-4/+16
* Updated the INS 8154 RAM I/O device to no longer be legacy. [Harmony] Ryan Holtz2010-08-271-133/+129
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+3
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-12/+12
* ins8154: Updated to use devcb calls, cleaned up Dirk Best2010-02-221-119/+137
* Moved ins8154 emulation from MESS to MAME, needed by future drivers Dirk Best2010-02-201-0/+252