| Commit message (Expand) | Author | Age | Files | Lines |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -30/+10 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 1 | -4/+4 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -129/+115 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
| * | devices/machine: simplified more handlers (nw) |  Ivan Vangelista | 2020-03-25 | 1 | -2/+2 |
| * | 68230pit.cpp: Not fully implemented, but worth adding (nw) |  AJR | 2018-03-13 | 1 | -1/+3 |
| * | (nw) Fixed the build (variables set but not used) |  Robbbert | 2018-03-13 | 1 | -8/+8 |
| * | 68230pit.cpp: Subtle but helpful internal improvements (nw) |  AJR | 2018-03-13 | 1 | -22/+13 |
| * | Remove remaining firstcpu usage from devices (nw) |  AJR | 2018-01-04 | 1 | -2/+2 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -42/+11 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+1 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 1 | -0/+1 |
| * | srcclean (nw) |  Vas Crabb | 2017-01-22 | 1 | -1/+1 |
| * | - WIP: Refactored device: MPCC 68561 (nw) |  Joakim Larsson Edstrom | 2017-01-16 | 1 | -12/+73 |
| * | fixed BIM template syntax and another PIT LOG macro |  Joakim Larsson Edstrom | 2017-01-12 | 1 | -1/+1 |
| * | Improved LOG system |  Joakim Larsson Edstrom | 2017-01-12 | 1 | -104/+117 |
| * | 68230pit updates: [R. Belmont] |  arbee | 2017-01-11 | 1 | -6/+43 |
| * | first srcclean pass (nw) |  Vas Crabb | 2016-12-25 | 1 | -5/+5 |
| * | Typo fix: beeing → being |  Jordi Mallach | 2016-12-14 | 1 | -2/+2 |
| * | 68230: added initial support for timer interrupts and embryonic support for p... |  Joakim Larsson Edstrom | 2016-12-08 | 1 | -20/+76 |
| * | Fixed bug in port A-C write and added check of DDR registers for bit updates |  Joakim Larsson Edstrom | 2016-12-06 | 1 | -23/+62 |
| * | Fixed typo and removed uneeded counter in exchange for a more clear TIN pin c... |  Joakim Larsson Edstrom | 2016-11-30 | 1 | -7/+4 |
| * | Improved reset, timer and port C behaviour |  Joakim Larsson Edstrom | 2016-11-29 | 1 | -27/+120 |
| * | srcclean (nw) |  Vas Crabb | 2016-11-27 | 1 | -4/+4 |
| * | A round of spelling/typographical fixes to source comments (nw) |  Scott Stone | 2016-11-24 | 1 | -1/+1 |
| * | - Small fixes: PIT68230, FGA022, DUSCC |  Joakim Larsson Edstrom | 2016-11-13 | 1 | -12/+32 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -55/+55 |
| * | srcclean (nw) |  Vas Crabb | 2016-09-26 | 1 | -1/+1 |
| * | Fixed redundant logerror parameters and trailing spaces |  Joakim Larsson Edstrom | 2016-09-07 | 1 | -2/+2 |
| * | Added interrupt support in DUSCC device, Force CPU30 board driver and interru... |  Joakim Larsson Edstrom | 2016-09-07 | 1 | -21/+25 |
| * | Cleanups and version bump |  Miodrag Milanovic | 2016-07-27 | 1 | -74/+74 |
| * | Added support for the 24 bit timer |  Joakim Larsson Edstrom | 2016-07-06 | 1 | -0/+1 |
| * | New board: Force Computers ISIO-1, improved support for 68230 PIT and scnxx56... |  Joakim Larsson Edstrom | 2016-06-30 | 1 | -74/+260 |
| * | Cleanup and version bumpmame0175 |  Miodrag Milanovic | 2016-06-29 | 1 | -94/+94 |
| * | completed the parallell port part now supporting all ports A,B and C, still WIP |  Joakim Larsson Edstrom | 2016-06-10 | 1 | -187/+476 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -2/+2 |
| * | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -2/+2 |
| * | cleanup (nw) |  Miodrag Milanovic | 2015-12-26 | 1 | -1/+1 |
| * | Fixed uninitialized class members |  Miodrag Milanovic | 2015-11-19 | 1 | -4/+4 |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+265 |