summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/6522via.c
Commit message (Expand)AuthorAgeFilesLines
* Start adding owners to files in MESS and updated license for PeT (nw) Miodrag Milanovic2015-05-081-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* (MESS) pet: Refactored the Commodore 8050/8250/SFD-1001 to use the new floppy... Curt Coder2015-04-101-0/+2
* 6522via: Added device address map. [Curt Coder] Curt Coder2015-04-081-0/+4
* 6522via.c: added missing save states, fixes at least bmcbowl save state probl... Osso132015-01-191-0/+2
* fixed usage of uninitialized members in via6522_device (nw) Oliver Stöneberg2014-04-281-1/+4
* Oric 1: Spring cleaning [O. Galibert] Olivier Galibert2014-04-121-0/+10
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* simplified VIA 6522 irq handling (nw) smf-2014-01-281-71/+43
* Clears port a and port b latches at startup, temporarily reverted CA1 timing ... smf-2014-01-271-25/+30
* Allow reading from port A in output mode. Add a separate bit for timer 1 PB7 ... smf-2014-01-261-125/+91
* serial data is shifted in just before cb1 goes high, not just after it goes l... smf-2014-01-251-14/+7
* 6522 CA1 is input only, so I have removed the output callback. The lisa via h... smf-2014-01-251-82/+29
* Added support for shift out free running at t2 rate, cb1 output now lasts for... smf-2014-01-241-78/+59
* fix for potential loss of state change (nw) smf-2014-01-011-32/+25
* Removed cb2 callback from mac drivers, you now have to push the data. [smf] smf-2014-01-011-13/+1
* removed ca1/ca2/cb1 callbacks as they were never called anyway [smf] smf-2014-01-011-6/+0
* removed readpb & readcb2 callbacks from commodore LCD VIA6522 configuration. ... smf-2014-01-011-6/+7
* converted pa* & pb* inputs to WRITE_LINE_MEMBER [smf] smf-2014-01-011-0/+14
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-83/+65
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* removed devhelpr.h and trampolines in half modern devices,also southbridge al... Miodrag Milanovic2013-03-201-1/+0
* fixed uninitialized members in src/emu/machine/6522via.c (nw) Oliver Stöneberg2013-03-061-0/+3
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-63/+63
* 6522via: Used core clock/attotime functions. [Curt Coder] Curt Coder2012-12-171-35/+28
* 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