summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/6522via.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* m6809,6522via,6840ptm: zerofill more variables at device start, hap2023-07-231-19/+48
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-32/+23
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-4/+4
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-4/+4
* machine/6522via.cpp: Made input ports read transparently when corresponding i... Massimiliano Zattera2023-03-061-20/+9
* Fixed VIA_IFR write (#10875) Massimiliano Zattera2023-02-061-5/+1
* 6522via.cpp: Implement Shift Register Mode 0. Nigel Barnes2022-06-221-5/+5
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-73/+75
* Updated Commodore LCD colors, based on recent pictures from one of the protot... smf-2022-05-191-9/+5
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* via6522: Remove the retrigger stuff, vectrex shows the via is *that* dumb Olivier Galibert2021-03-221-20/+8
* mac128: Fix the keyboard [O. Galibert, AJR] Olivier Galibert2021-03-211-8/+20
* swim1: Embed the iwm Olivier Galibert2021-01-221-0/+15
* 6522via.cpp: Distinguish some different VIA types AJR2021-01-211-4/+47
* 6522via: port B special modes are only on write, not read [Rob Justice] arbee2020-09-171-11/+0
* 6522via.cpp: Add support for CB2 pulse mode [R. Belmont, Peter Ferrie] arbee2020-08-231-1/+19
* Revert "adb logging" hap2020-06-111-22/+0
* adb logging Olivier Galibert2020-06-111-0/+22
* 6522via: Don't lose sync on edge count when the serial clock is external [O. ... Olivier Galibert2020-05-081-9/+13
* attotime: Add to_string() to get a human-readable version of the time [O. Gal... Olivier Galibert2020-05-061-13/+20
* (nw) via6522: removed unneeded space and offset Robbbert2019-04-201-2/+2
* via6522: Fix timing for shifting under control of system clock Mathis Rosenhauer2018-12-291-1/+1
* 6522via.cpp: Count negative PB6 pulses in T2 counter mode AJR2018-12-271-53/+101
* Previous commit examples of use (nw) Olivier Galibert2018-08-021-2/+2
* devcb3 Vas Crabb2018-07-071-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* maps: Finish map.m() (nw) Olivier Galibert2018-04-191-3/+4
* Grammar police (nw) Olivier Galibert2018-02-241-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-9/+0
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-0/+9
* via6522: Eliminate truly ancient hack to default clock to that of first CPU (nw) AJR2017-12-071-9/+0
* via6522: Added some interrupt LOGs Joakim Larsson Edstrom2017-10-181-0/+17
* srcclean (nw) Vas Crabb2017-05-281-72/+72
* Typo fix (nw) AJR2017-05-251-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* via6522: fixed the flank timer value which improved but not completelly rever... Joakim Larsson Edstrom2017-05-041-7/+7
* via6522: tuned shifter IRQ timing to be more cycle accurate Joakim Larsson Edstrom2017-04-281-8/+20
* via6522: Removed old code and cleaned up a bit Joakim Larsson Edstrom2017-04-281-111/+26
* via6522: refactored shifter supporting more fetures and fixed a few bugs Joakim Larsson Edstrom2017-04-271-59/+110
* Since we're close to release, revert for now (nw) arbee2017-04-201-2/+2
* Turn off global logging (nw) Scott Stone2017-04-201-2/+2
* Revert most of previous fix, instead change VIA6522 to work better. (nw) arbee2017-04-191-4/+4
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* srcclean (nw) Vas Crabb2017-02-191-6/+6
* Added missing final and leading flanks when shifting out and in respectivelly Joakim Larsson Edstrom2017-02-171-21/+87
* via6522: fixed so shift out and in flank is not controlled by pcr in accordan... Joakim Larsson Edstrom2017-02-011-2/+14
* via6522: added stop of device_timer when going from internaly to externaly cl... Joakim Larsson Edstrom2017-02-011-15/+41
* via6522: fixed 50/50 duty cycle for T2 and O2 driven CB1 shift IN & OUT on CB2 Joakim Larsson Edstrom2017-01-301-19/+23