| Commit message (Expand) | Author | Age | Files | Lines |
* | machine/6522via.cpp: Made input ports read transparently when corresponding i... |  Massimiliano Zattera | 2023-03-06 | 1 | -20/+9 |
* | Fixed VIA_IFR write (#10875) |  Massimiliano Zattera | 2023-02-06 | 1 | -5/+1 |
* | 6522via.cpp: Implement Shift Register Mode 0. |  Nigel Barnes | 2022-06-22 | 1 | -5/+5 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -73/+75 |
* | Updated Commodore LCD colors, based on recent pictures from one of the protot... |  smf- | 2022-05-19 | 1 | -9/+5 |
* | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
* | via6522: Remove the retrigger stuff, vectrex shows the via is *that* dumb |  Olivier Galibert | 2021-03-22 | 1 | -20/+8 |
* | mac128: Fix the keyboard [O. Galibert, AJR] |  Olivier Galibert | 2021-03-21 | 1 | -8/+20 |
* | swim1: Embed the iwm |  Olivier Galibert | 2021-01-22 | 1 | -0/+15 |
* | 6522via.cpp: Distinguish some different VIA types |  AJR | 2021-01-21 | 1 | -4/+47 |
* | 6522via: port B special modes are only on write, not read [Rob Justice] |  arbee | 2020-09-17 | 1 | -11/+0 |
* | 6522via.cpp: Add support for CB2 pulse mode [R. Belmont, Peter Ferrie] |  arbee | 2020-08-23 | 1 | -1/+19 |
* | Revert "adb logging" |  hap | 2020-06-11 | 1 | -22/+0 |
* | adb logging |  Olivier Galibert | 2020-06-11 | 1 | -0/+22 |
* | 6522via: Don't lose sync on edge count when the serial clock is external [O. ... |  Olivier Galibert | 2020-05-08 | 1 | -9/+13 |
* | attotime: Add to_string() to get a human-readable version of the time [O. Gal... |  Olivier Galibert | 2020-05-06 | 1 | -13/+20 |
* | (nw) via6522: removed unneeded space and offset |  Robbbert | 2019-04-20 | 1 | -2/+2 |
* | via6522: Fix timing for shifting under control of system clock |  Mathis Rosenhauer | 2018-12-29 | 1 | -1/+1 |
* | 6522via.cpp: Count negative PB6 pulses in T2 counter mode |  AJR | 2018-12-27 | 1 | -53/+101 |
* | Previous commit examples of use (nw) |  Olivier Galibert | 2018-08-02 | 1 | -2/+2 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -2/+2 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -1/+1 |
* | maps: Finish map.m() (nw) |  Olivier Galibert | 2018-04-19 | 1 | -3/+4 |
* | Grammar police (nw) |  Olivier Galibert | 2018-02-24 | 1 | -1/+1 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -1/+1 |
* | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" |  Firehawke | 2017-12-13 | 1 | -9/+0 |
* | Revert "Merge branch 'master' of https://github.com/mamedev/mame" |  Firehawke | 2017-12-13 | 1 | -0/+9 |
* | via6522: Eliminate truly ancient hack to default clock to that of first CPU (nw) |  AJR | 2017-12-07 | 1 | -9/+0 |
* | via6522: Added some interrupt LOGs |  Joakim Larsson Edstrom | 2017-10-18 | 1 | -0/+17 |
* | srcclean (nw) |  Vas Crabb | 2017-05-28 | 1 | -72/+72 |
* | Typo fix (nw) |  AJR | 2017-05-25 | 1 | -1/+1 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -2/+2 |
* | via6522: fixed the flank timer value which improved but not completelly rever... |  Joakim Larsson Edstrom | 2017-05-04 | 1 | -7/+7 |
* | via6522: tuned shifter IRQ timing to be more cycle accurate |  Joakim Larsson Edstrom | 2017-04-28 | 1 | -8/+20 |
* | via6522: Removed old code and cleaned up a bit |  Joakim Larsson Edstrom | 2017-04-28 | 1 | -111/+26 |
* | via6522: refactored shifter supporting more fetures and fixed a few bugs |  Joakim Larsson Edstrom | 2017-04-27 | 1 | -59/+110 |
* | Since we're close to release, revert for now (nw) |  arbee | 2017-04-20 | 1 | -2/+2 |
* | Turn off global logging (nw) |  Scott Stone | 2017-04-20 | 1 | -2/+2 |
* | Revert most of previous fix, instead change VIA6522 to work better. (nw) |  arbee | 2017-04-19 | 1 | -4/+4 |
* | debugger_access: Refactor [O. Galibert] |  Olivier Galibert | 2017-03-02 | 1 | -1/+1 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+1 |
* | srcclean (nw) |  Vas Crabb | 2017-02-19 | 1 | -6/+6 |
* | Added missing final and leading flanks when shifting out and in respectivelly |  Joakim Larsson Edstrom | 2017-02-17 | 1 | -21/+87 |
* | via6522: fixed so shift out and in flank is not controlled by pcr in accordan... |  Joakim Larsson Edstrom | 2017-02-01 | 1 | -2/+14 |
* | via6522: added stop of device_timer when going from internaly to externaly cl... |  Joakim Larsson Edstrom | 2017-02-01 | 1 | -15/+41 |
* | via6522: fixed 50/50 duty cycle for T2 and O2 driven CB1 shift IN & OUT on CB2 |  Joakim Larsson Edstrom | 2017-01-30 | 1 | -19/+23 |
* | via6522: updated LOG messages to latest cut and added some new |  Joakim Larsson Edstrom | 2017-01-30 | 1 | -15/+32 |
* | Revert "moved debugger_access() from address space to machine & removed the a... |  Vas Crabb | 2016-11-21 | 1 | -1/+1 |
* | moved debugger_access() from address space to machine & removed the anti-patt... |  smf- | 2016-11-19 | 1 | -1/+1 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -9/+9 |