summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/6522via.c
Commit message (Expand)AuthorAgeFilesLines
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-9/+9
* VIA6522: Refactored interface to use READ/WRITE_LINE. Curt Coder2010-01-071-33/+21
* misc small updates: Fabio Priuli2009-12-111-0/+30
* Remove remaining references to machine->cpu[n]. Removed cpu[n] array. Aaron Giles2009-09-081-1/+1
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-14/+0
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-3/+3
* Cleanups and version bump.mame0129u4 Aaron Giles2009-02-171-1/+1
* Made the 6522 VIA implementation use devcb Nathan Woods2009-02-041-121/+69
* 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-4/+4
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-19/+6
* Cleanups and version bump. Aaron Giles2008-12-151-11/+11
* Changed the 6522 VIA implementation to be a device Nathan Woods2008-12-141-366/+358
* 6522 interface cleanups Nathan Woods2008-12-131-75/+159
* Here's the big one.... Aaron Giles2008-12-111-29/+29
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-12/+12
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-77/+89
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+2
* Major cpuintrf changes: Aaron Giles2008-11-101-29/+29
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-261-111/+110
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-1/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-27/+28
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-4/+4
* Added CPUINFO_INT_CLOCK_MULTIPLIER to support CPU clock multipliers. Aaron Giles2008-01-141-1/+1
* Cleanups and version bump to 0.122u4.mame0122u4 Aaron Giles2008-01-071-1/+1
* (from Wilbert Pol) Aaron Giles2008-01-061-36/+35
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-5/+5
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1153