summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/6522via.h
Commit message (Expand)AuthorAgeFilesLines
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+0
* VIA6522: Refactored interface to use READ/WRITE_LINE. Curt Coder2010-01-071-8/+8
* The other larger patch adds missing static and const qualifiers, and Aaron Giles2009-06-081-1/+0
* 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 6522 VIA implementation use devcb Nathan Woods2009-02-041-13/+15
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-8/+1
* Changed the 6522 VIA implementation to be a device Nathan Woods2008-12-141-154/+51
* 6522 interface cleanups Nathan Woods2008-12-131-6/+20
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-151-12/+12
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-261-6/+6
* 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-12/+12
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+195