summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/6526cia.c
Commit message (Expand)AuthorAgeFilesLines
* (MESS) c128: MMU WIP. (nw) Curt Coder2012-09-101-15/+29
* Clean-ups and version bumpmame0145u5 Angelo Salese2012-03-251-1/+1
* 6526cia.c: The PC output will now go low for 1 cycle following a read/write o... Curt Coder2012-03-201-9/+42
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-16/+16
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-77/+54
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-2/+2
* BIG update. Aaron Giles2011-03-291-1/+1
* 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-33/+33
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-5/+5
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-4/+4
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-1/+1
* Reverting until I can figure out what's up. Ryan Holtz2010-08-281-35/+6
* Fix for class derivation issues brought about by pain meds. No whatsnew. Ryan Holtz2010-08-281-1/+1
* Correcting device names. No whatsnew. Ryan Holtz2010-08-281-6/+35
* Updated the 6526 CIA device to no longer be legacy. [Harmony] Ryan Holtz2010-08-251-525/+462
* Cleanups and version bump. Aaron Giles2010-06-171-1/+1
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-14/+15
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-2/+2
* CIA 6526: Fixed serial port transfer. Curt Coder2010-01-211-73/+77
* CIA 6526: fixed serial transfer Curt Coder2010-01-201-1/+2
* Refactored the CIA 6526 interface, adding SP/CNT callbacks. Curt Coder2010-01-191-130/+139
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-18/+18
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* CIA6526: fixed FLAG handling Curt Coder2009-12-161-1/+3
* CIA6526: slight interface cleanup Curt Coder2009-12-151-0/+27
* fixed CIA PRA,PRB,DDRA,DDRB ports Roberto Zandona2009-09-081-2/+4
* partial fix to CIA timer: avoid timer's desync in read count operation Roberto Zandona2009-09-071-4/+22
* different TOD implementation for CIA6526 and CIA8520 Roberto Zandona2009-09-011-8/+28
* 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-2/+2
* From: Duke [mailto:startaq@gmail.com] Aaron Giles2009-02-261-0/+24
* Changed 6526cia to use devcb Nathan Woods2009-02-041-11/+9
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-1/+0
* Added a validity check Nathan Woods2009-01-061-0/+19
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-6/+6
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-4/+2
* Cleanups/version bump/added missing drivers.mame0128u5 Aaron Giles2008-12-061-2/+2
* Added differentiation between the r1 and r2 versions of the 6526; not acting Nathan Woods2008-12-051-7/+22
* Added device paramter to 6526 callbacks Nathan Woods2008-12-051-5/+5
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-32/+32
* Made the 6526/8520 CIA implementations be devices Nathan Woods2008-12-051-191/+280
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-2/+2
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-32/+32
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-4/+4