summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/6522via.c
Commit message (Expand)AuthorAgeFilesLines
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-291-7/+7
* shift in under o2 or t2 control generates clock on cb1. smf-2012-01-291-0/+4
* improved serial input emulation. smf-2012-01-271-267/+297
* Clean-ups and version bumpmame0144 Angelo Salese2011-11-131-3/+3
* 6522VIA: Implemented CA2 pulse output mode, and output interrupt state only w... Curt Coder2011-11-131-10/+36
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-50/+50
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-55/+49
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-17/+17
* 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-28/+28
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-23/+23
* Fix build break from last checkin. Aaron Giles2011-02-061-7/+7
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-3/+3
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-5/+5
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-2/+2
* Added an integral device_timer_id to device timers. This is a Aaron Giles2010-09-171-48/+50
* Added definitions for [DECLARE_]READ_LINE_MEMBER and [DECLARE_]WRITE_LINE_MEMBER Aaron Giles2010-09-111-100/+57
* Correcting device names. No whatsnew. Ryan Holtz2010-08-281-56/+19
* 6255via: added support for shift mode 5 (shift out under T2 control) [Miodrag... Miodrag Milanovic2010-08-251-2/+15
* Some cleanup in 6821pia.c and a fix for NULL timer callbacks in 6522via.c. d... Ryan Holtz2010-08-251-112/+28
* Updated the 6526 CIA device to no longer be legacy. [Harmony] Ryan Holtz2010-08-251-35/+35
* Correcting some more bugs in 6821pia and 6522via, zookeep works again. No wh... Ryan Holtz2010-08-241-26/+32
* Implemented missing read/write handlers in 6522via.c (no whatsnew) Miodrag Milanovic2010-08-241-0/+30
* Updated VIA 6522 to generate interrupt on T2 Pulse counting mode too, accordi... Miodrag Milanovic2010-08-231-0/+2
* typo fix fix, no whatsnew Ryan Holtz2010-08-221-1/+1
* corrected some typos, no whatsnew Ryan Holtz2010-08-221-1/+1
* Updated the 6522 VIA device to no longer be legacy. [Harmony] Ryan Holtz2010-08-221-542/+545
* 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-9/+8
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-9/+9
* [VIA6522] Read port A/B only if some pins are inputs. Curt Coder2010-02-111-8/+14
* Convrted the rest of devintrf to classes and moved management Aaron Giles2010-01-191-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-12/+12
* 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