| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | netlist: Add more validations and fix issues identified. |  couriersud | 2019-04-21 | 2 | -14/+113 |
| * | netlist: Add power terminals to most logic devices. |  couriersud | 2019-04-21 | 1 | -2/+4 |
| * | tekram_dc820.cpp: Identify some interrupts (nw) |  AJR | 2019-04-21 | 2 | -2/+2 |
| * | Add very preliminary Intel 82355 BMIC device |  AJR | 2019-04-21 | 2 | -0/+975 |
| * | Add AMD/Plessey 2812 FIFO device (for WIP Star Rider driver) |  Vas Crabb | 2019-04-21 | 4 | -14/+325 |
| * | srcclean, fix up apple2_flop_clcracked.xml (nw) |  Vas Crabb | 2019-04-21 | 8 | -29/+29 |
| * | hd63450: Clear all *but* the lowest bit of CSR on reset (nw) |  AJR | 2019-04-19 | 1 | -1/+1 |
| * | hd63450: Update IRQ output when enable bit changes (nw) |  AJR | 2019-04-19 | 1 | -0/+4 |
| * | (nw) via6522: removed unneeded space and offset |  Robbbert | 2019-04-20 | 2 | -4/+4 |
| * | hd63450: More accurate IRQ handling with a tidier interface |  AJR | 2019-04-19 | 2 | -18/+79 |
| * | wd37c65c: Allow second clock to be configured (not used yet) (nw) |  AJR | 2019-04-17 | 2 | -1/+18 |
| * | scc68070: Merge CPU device with on-chip peripheral emulation |  AJR | 2019-04-17 | 2 | -0/+1741 |
| * | Fix validation crash. (nw) |  couriersud | 2019-04-17 | 1 | -2/+6 |
| * | netlist: Improve validation code. |  couriersud | 2019-04-16 | 1 | -17/+44 |
| * | netlist: Add validation support to netlist device. |  couriersud | 2019-04-15 | 2 | -43/+161 |
| * | Improve netlist initialization in drivers. (nw) |  couriersud | 2019-04-14 | 1 | -11/+30 |
| * | Merge pull request #4895 from DavidHaywood/130419 |  ajrhacker | 2019-04-13 | 2 | -0/+115 |
| |\ |
|
| | * | pull SunPlus GCM394 titles out of vii.cpp |  DavidHaywood | 2019-04-14 | 2 | -0/+115 |
| * | | upd765: Add uPD72069 device type for mpc3000 (nw) |  AJR | 2019-04-13 | 2 | -1/+23 |
| * | | upd765: Drive selection improvements |  AJR | 2019-04-13 | 2 | -3/+16 |
| * | | netlist: modernize interface. (nw) |  couriersud | 2019-04-13 | 2 | -11/+22 |
| * | | netlist: bug fixing. |  couriersud | 2019-04-13 | 2 | -0/+12 |
| |/ |
|
| * | wy75: Add default EAROM to avoid hanging at start |  AJR | 2019-04-12 | 2 | -6/+18 |
| * | (nw) suppress side effects, standardise #include guards |  Vas Crabb | 2019-04-12 | 1 | -1/+2 |
| * | z80pio.cpp : Simplify handlers, Reduce duplicates |  cam900 | 2019-04-07 | 2 | -12/+8 |
| * | New softwarelist additions |  hap | 2019-04-06 | 2 | -4/+8 |
| * | Add ability to throttle HDD DMA transfer speed. Fixes MT07242 |  Ted Green | 2019-04-06 | 4 | -24/+35 |
| * | emumem: Remove obsolete alignement limit |  Olivier Galibert | 2019-04-06 | 1 | -7/+10 |
| * | i82586: loopback mode fixes (nw) |  Patrick Mackinlay | 2019-04-05 | 2 | -83/+47 |
| * | 68307, mc68681, tmp68301: Disable side effects for interrupt acknowledgment (nw) |  AJR | 2019-04-04 | 4 | -8/+20 |
| * | Various changes related to 68000 interrupts (nw) |  AJR | 2019-04-04 | 10 | -37/+46 |
| * | 68000: Rework interrupt handling [O. Galibert] |  Olivier Galibert | 2019-04-05 | 13 | -48/+68 |
| * | f3853: f3856 bugfix (nw) (note: device not used anywhere in mame yet, doesn't... |  hap | 2019-04-04 | 1 | -2/+2 |
| * | mc68328: Improve integration of emulated device (nw) |  AJR | 2019-04-03 | 2 | -40/+63 |
| * | Prevent integer overflow in Z80 CTC device, which causes a runtime error on W... |  Justin Kerk | 2019-03-31 | 1 | -1/+4 |
| * | Merge pull request #4836 from DavidHaywood/300319 |  ajrhacker | 2019-03-31 | 4 | -57/+86 |
| |\ |
|
| | * | basic audio for SPG110 titles |  DavidHaywood | 2019-03-31 | 4 | -57/+86 |
| * | | aic6250: Invert Port A outputs; misc. small fixes (nw) |  AJR | 2019-03-31 | 1 | -5/+6 |
| * | | aic6250: Preliminary, untested implementation of processor memory requests (nw) |  AJR | 2019-03-31 | 1 | -23/+87 |
| * | | devices/machine/watchdog.cpp : Simplify handlers |  cam900 | 2019-03-31 | 2 | -12/+12 |
| |/ |
|
| * | k054321: simpler to use gen_latch (nw) |  hap | 2019-03-30 | 2 | -69/+17 |
| * | tmnt.cpp : Device'fied prmrsocr exclusive K054986A interface (#4591) |  cam900 | 2019-03-30 | 2 | -3/+22 |
| * | devices/machine/ins8250.cpp : Simplify handlers, Use shorter type values |  cam900 | 2019-03-30 | 5 | -74/+74 |
| * | Merge pull request #4823 from DavidHaywood/290319 |  ajrhacker | 2019-03-29 | 3 | -0/+15 |
| |\ |
|
| | * | spg110: add manual vram uploads, needed for most of the jak_spdmo games |  DavidHaywood | 2019-03-30 | 3 | -0/+15 |
| * | | gen_latch.cpp : Remove unnecessary arguments in handlers (#4623) |  cam900 | 2019-03-29 | 2 | -28/+24 |
| |/ |
|
| * | jak_capb - sprite and input improvements (nw) (#4820) |  David Haywood | 2019-03-29 | 4 | -116/+199 |
| * | nscsi_cd: support mode page 0x01, allows Apple II SCSI Card to access CD-ROMs... |  arbee | 2019-03-28 | 1 | -0/+16 |
| * | z80ctc, z80dart, z80sio: Simplify read/write handlers (nw) |  AJR | 2019-03-27 | 6 | -39/+39 |
| * | spg110: tweaks for jak_capb, improves rendering, identifies several things (#... |  David Haywood | 2019-03-27 | 11 | -1650/+1986 |