| Commit message (Expand) | Author | Age | Files | Lines |
| * | Since I already had to touch all device_timer signatures, bite the bullet and... |  Aaron Giles | 2021-08-20 | 2 | -3/+3 |
| * | Attempt to get the number of input lines correct for CPUs. |  Aaron Giles | 2021-08-13 | 3 | -4/+4 |
| * | Merge branch 'master' into time-experiments2 |  Aaron Giles | 2021-06-04 | 1 | -1/+1 |
| |\ |
|
| | * | i286: clear m_fire_trap before interrupt |  cracyc | 2021-05-17 | 1 | -1/+1 |
| | * | srcclean in preparation for release |  Vas Crabb | 2021-03-28 | 1 | -1/+1 |
| * | | Major timer object reshuffling. timer_expired_delegate wraps the various call... |  Aaron Giles | 2021-03-26 | 2 | -4/+10 |
| * | | Add scheduler object and accessor to device_t. Upgrade all 3 timer parameters... |  Aaron Giles | 2021-03-24 | 2 | -3/+3 |
| |/ |
|
| * | i186: Timer updates |  AJR | 2021-03-15 | 2 | -60/+53 |
| * | Enable GCC implicit fallthrough warning. |  Vas Crabb | 2020-11-15 | 1 | -1/+2 |
| * | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 1 | -1/+1 |
| * | i86: forgot carry flag for neg opcode (nw) |  hap | 2020-06-25 | 1 | -2/+2 |
| * | i86: Fixed old regression with NEG opcode flags. [dink/fbneo] |  hap | 2020-06-25 | 1 | -8/+8 |
| * | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 2 | -20/+20 |
| * | consola_emt.cpp: Correct MCU type (nw) |  AJR | 2020-06-03 | 1 | -0/+4 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 2 | -4/+7 |
| * | i186.cpp: initialized variable as needed to avoid timing regression in some l... |  Ivan Vangelista | 2020-05-13 | 1 | -0/+1 |
| * | i86, i286: Update m_prev_ip (and therefore CURPC) after taking interrupt (nw) |  AJR | 2020-05-03 | 2 | -4/+4 |
| * | i86, i186, i286: Add byte registers to debugger state; improve tracking of pr... |  AJR | 2020-05-03 | 5 | -8/+28 |
| * | i86, i186, i286: Don't automatically clear IRQ state upon acknowledgment |  AJR | 2020-05-02 | 1 | -5/+1 |
| * | fix various things. checkpointed the alphatpc16, will credit before next rel... |  cracyc | 2020-02-11 | 1 | -1/+1 |
| * | new working machines |  cracyc | 2020-02-08 | 2 | -64/+218 |
| * | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 3 | -8/+8 |
| * | i86: Fix pathological case where jumping into pages of FF-prefixed invalid op... |  AJR | 2019-11-06 | 1 | -0/+1 |
| * | Merge pull request #5794 from JoakimLarsson/epc_4 |  Joakim Larsson Edström | 2019-10-28 | 1 | -1/+1 |
| |\ |
|
| | * | i86.cpp: disabled warning when executing lock (0xf0) instruction, why warn at... |  Joakim Larsson Edstrom | 2019-10-24 | 1 | -1/+1 |
| * | | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -2/+2 |
| |/ |
|
| * | Correct a few CPU device names (nw) |  AJR | 2019-10-08 | 3 | -5/+5 |
| * | i186: Fix weird handle_eoi bug [O. Galibert] |  Olivier Galibert | 2019-07-14 | 1 | -1/+1 |
| * | mindset: Hack the interrupts a little more [O. Galibert] |  Olivier Galibert | 2019-06-21 | 1 | -0/+1 |
| * | i186: Official names found for DMA registers (nw) |  AJR | 2019-05-19 | 2 | -34/+33 |
| * | i186: Peripheral register refinements |  AJR | 2019-05-19 | 2 | -61/+89 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 3 | -4/+39 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 3 | -39/+4 |
| * | i186: Add interrupt controller registers to debugger state |  AJR | 2019-03-11 | 2 | -1/+18 |
| * | srcclean (nw) |  Vas Crabb | 2019-02-24 | 1 | -1/+1 |
| * | i186: make drq level triggered (nw) |  cracyc | 2019-02-12 | 2 | -2/+20 |
| * | i86: Fix passing of opcode address to coprocessor |  AJR | 2019-01-22 | 1 | -1/+1 |
| * | Fixed regressions reported by Tafoid, nw |  mooglyguy | 2018-12-16 | 1 | -6/+2 |
| * | Fixed regressions in konamim2 and mexico86, nw |  mooglyguy | 2018-12-15 | 2 | -25/+7 |
| * | -bus/apricot/expansion/expansion, bus/isbx, cpu/i8086, cpu/i8089, : Removed M... |  mooglyguy | 2018-12-15 | 1 | -25/+1 |
| * | mbc55x: Add 8087 coprocessor |  AJR | 2018-12-13 | 1 | -0/+3 |
| * | i186: revert dma change, breaks tandy2k and pcd (nw) |  cracyc | 2018-11-24 | 1 | -4/+0 |
| * | r9751: Implement proper SMIOC emulation through new uart emulation (#4188) |  Brandon Munger | 2018-10-24 | 1 | -0/+4 |
| * | -8042kbdc, mb89352, mc6854: Removed legacy devcb accessors. [Ryan Holtz] |  mooglyguy | 2018-07-31 | 1 | -0/+1 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 3 | -9/+13 |
| * | srcclean (nw) |  Vas Crabb | 2018-05-27 | 1 | -1/+1 |
| * | diexec: Interrupt API changes (nw) |  AJR | 2018-05-18 | 1 | -0/+1 |
| * | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 4 | -12/+12 |
| * | i86: halt (nw) |  cracyc | 2018-05-09 | 1 | -0/+8 |
| * | i186: handle program space mapping for io block same as io space (nw) |  cracyc | 2018-03-29 | 2 | -13/+56 |