| Commit message (Expand) | Author | Age | Files | Lines |
* | More netlist code reschuffle to separate setup from run. (nw) |  couriersud | 2015-01-18 | 1 | -9/+6 |
* | Introduced an nl_double type. This will be followed by an nl_float type |  couriersud | 2015-01-18 | 1 | -0/+6 |
* | atahle.c: added missing save state, fixes blitz99 save state regression (nw) |  Osso13 | 2015-01-17 | 1 | -0/+1 |
* | idehd.c: added missing save states, fixes kinst.c save state regression (nw) |  Osso13 | 2015-01-17 | 1 | -0/+4 |
* | Description changes for assorted devices to improve readability/uniformity fr... |  Scott Stone | 2015-01-05 | 4 | -6/+6 |
* | (MESS) Improve mouse tracking for pre-ADB Macs. [Rob Braun] |  arbee | 2015-01-03 | 1 | -2/+2 |
* | z80dart.c: save diserial state too, fixes bw12.c sio test error after loading... |  Osso | 2014-12-31 | 1 | -0/+1 |
* | Cleanups and version bumpmame0157 |  Miodrag Milanovic | 2014-12-31 | 13 | -357/+354 |
* | removed no-longer-needed asserts from z80dma |  Robert | 2014-12-28 | 1 | -2/+0 |
* | z80dma : fixed buffer overflow. Fixes altos5 and wmbullet floppies. |  Robert | 2014-12-28 | 1 | -1/+1 |
* | am9517a_device: added missing save state, fixes micromik.c save state problem... |  Osso | 2014-12-22 | 1 | -0/+9 |
* | 7200fifo.c: added missing save state, fixes seibuspi save state problem (nw) |  Osso | 2014-12-20 | 1 | -0/+1 |
* | mos6551: fixed receive with parity != none. (nw) |  Sandro Ronco | 2014-12-20 | 1 | -1/+1 |
* | (MESS) Fix VSM rom read through the tms51xx, and add tms6100 hookup to tispea... |  Lord-Nightmare | 2014-12-19 | 1 | -1/+1 |
* | fixed Visual Studio compilation and compilation in general / small r10788_dev... |  Oliver Stöneberg | 2014-12-19 | 2 | -4/+1 |
* | Significant change to Stepper motor device behaviour, using devcb2 interfaces. |  James Wallace | 2014-12-19 | 2 | -116/+114 |
* | A try at adding switch matrix inputs. Use just part numbers for device tags. ... |  jbu | 2014-12-18 | 2 | -5/+5 |
* | Attempt at fixing the new Stepper device to load correctly for AWP games. Thi... |  James Wallace | 2014-12-17 | 2 | -6/+8 |
* | Merge pull request #84 from ramiropolla/steppers |  David Haywood | 2014-12-15 | 2 | -203/+182 |
|\ |
|
| * | Convert steppers to device_t |  Ramiro Polla | 2014-12-15 | 2 | -203/+182 |
* | | Leftover (nw) |  Olivier Galibert | 2014-12-15 | 1 | -3/+0 |
|/ |
|
* | i82875p: Add overflow device, high smram [O. Galibert] |  Olivier Galibert | 2014-12-15 | 6 | -46/+169 |
* | SMPC: added crude repeat key support in keyboard handling, makes typing more ... |  Angelo Salese | 2014-12-14 | 1 | -3/+17 |
* | Add preliminary emulation of the Rockwell A17XX chips |  jbu | 2014-12-14 | 2 | -0/+191 |
* | Add preliminary emulation of the Rockwell A17XX chips (ROM, RAM, I/O) and fix... |  jbu | 2014-12-14 | 3 | -8/+10 |
* | Add Rockwell 10696 General Purpose Input/Output emulation WIP |  jbu | 2014-12-11 | 3 | -0/+259 |
* | i82875p: toud display fix [O. Galibert] |  Olivier Galibert | 2014-12-10 | 1 | -1/+2 |
* | pci: Autodetect multifunction devices [O. Galibert] |  Olivier Galibert | 2014-12-10 | 2 | -7/+12 |
* | pci: Fix some initialisations, valgrind stops complaining [O. Galibert] |  Olivier Galibert | 2014-12-10 | 4 | -8/+16 |
* | pci: expansion rom management [O. Galibert] |  Olivier Galibert | 2014-12-09 | 2 | -15/+55 |
* | Add logging to r10788 and fix timer setup (nw) |  jbu | 2014-12-09 | 2 | -11/+53 |
* | Add clock to MCFG and remove defaulting to firstcpu->clock() |  jbu | 2014-12-09 | 1 | -5/+0 |
* | Skeleton Rockwell 10788 chip emulation and use in gts1 - WIP (nw) |  jbu | 2014-12-09 | 3 | -0/+276 |
* | fdc_pll: Added write_next_bit_prev_cell() that writes a bit at the position t... |  Curt Coder | 2014-12-08 | 2 | -0/+21 |
* | (MESS) Fixed writing to disk with the Commodore 2040/3040/4040 and 1541/1551/... |  Curt Coder | 2014-12-08 | 1 | -1/+1 |
* | duhhhhhhhhhhhhhhhhhhhhhh (nw) |  Olivier Galibert | 2014-12-07 | 2 | -0/+75 |
* | lindbergh: Fake pit and real pci bridges [O. Galibert] |  Olivier Galibert | 2014-12-07 | 5 | -40/+403 |
* | Fix various typos |  Zoë Blade | 2014-11-30 | 1 | -1/+1 |
* | Merge pull request #54 from ramiropolla/lx810l |  Scott Stone | 2014-11-28 | 2 | -0/+106 |
|\ |
|
| * | lx810l: implement centronics input |  Ramiro Polla | 2014-11-24 | 2 | -0/+106 |
* | | Cleanups and version bumpmame0156 |  Miodrag Milanovic | 2014-11-26 | 16 | -43/+39 |
* | | (nw) |  Olivier Galibert | 2014-11-25 | 5 | -2/+134 |
* | | (nw) |  Olivier Galibert | 2014-11-25 | 2 | -3/+21 |
|/ |
|
* | lpc: skeleton acpi [O. Galibert] |  Olivier Galibert | 2014-11-20 | 7 | -3/+484 |
* | don't fatalerror on parse error |  hap | 2014-11-20 | 2 | -12/+22 |
* | pcd: create omti5100 sasi controller skeleton device |  Dirk Best | 2014-11-20 | 3 | -0/+265 |
* | Merge pull request #50 from ramiropolla/lx810l |  Miodrag Milanović | 2014-11-20 | 5 | -0/+898 |
|\ |
|
| * | lx810l, ap2000: implement working devices |  Ramiro Polla | 2014-11-19 | 3 | -0/+243 |
| * | steppers: move to emu/machine |  Ramiro Polla | 2014-11-19 | 3 | -0/+655 |
* | | i6300esb: Document more registers [O. Galibert] |  Olivier Galibert | 2014-11-20 | 2 | -2/+154 |
|/ |
|