summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/z80sio.h
Commit message (Expand)AuthorAgeFilesLines
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-201-1/+1
* De-legacy the z80sio device. Aaron Giles2012-08-081-31/+8
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-29/+5
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-3/+3
* Modified way device_type constants are defined in order to get unidasm compil... Miodrag Milanovic2010-06-291-1/+1
* Changed device name from an overridable function to a parameter passed to Aaron Giles2010-06-251-3/+0
* Cleanups and version bump. Aaron Giles2010-06-171-10/+10
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-30/+155
* z80sio: Added register access functions to prevent trampoline functions [Dirk... Dirk Best2010-03-081-8/+9
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-3/+0
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-4/+2
* Converted Z80 SIO to device. Updated drivers accordingly. Aaron Giles2008-09-301-30/+29
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-041-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-1/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-4/+4
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+81