| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | amiga: use memarray for chip RAM and regular array for custom registers (inst... |  Alex W. Jackson | 2014-10-19 | 2 | -3/+3 |
* | intelfsh.c: [Joe Sturm] |  Scott Stone | 2014-10-18 | 2 | -0/+95 |
* | fix compilation error when building with VS14 CTP4 (nw) |  smf- | 2014-10-17 | 1 | -1/+1 |
* | Cleanups and version bumpmame0155 |  Miodrag Milanovic | 2014-10-15 | 5 | -9/+9 |
* | Beatmania IIDX Twinkle hardware: The IDE DMA is now hooked up, but the sound ... |  smf- | 2014-10-12 | 3 | -0/+102 |
* | eepromuser.c: [Felipe Sanches] |  Scott Stone | 2014-10-12 | 2 | -0/+9 |
* | added 315-5296 device |  Michaël Banaan Ananas | 2014-10-09 | 1 | -12/+12 |
* | removed this duplicate sketch |  Michaël Banaan Ananas | 2014-10-09 | 1 | -20/+3 |
* | 53c810.c: reading DSTAT clears DIP bit in ISTAT. (nw) |  Ville Linde | 2014-10-08 | 1 | -0/+1 |
* | upon reading datasheet further, it became obvious that uPD71054 == 82C54 |  Michaël Banaan Ananas | 2014-10-06 | 4 | -120/+21 |
* | added upd71054_device, initial commit |  Michaël Banaan Ananas | 2014-10-06 | 5 | -2/+121 |
* | Fixed cylinder number calculation. (nw) |  Michael Zapf | 2014-10-01 | 1 | -2/+2 |
* | (MESS) Removed unneeded variable. (nw) |  Michael Zapf | 2014-10-01 | 1 | -1/+0 |
* | more generic cart slot conversions. nw. |  Fabio Priuli | 2014-10-01 | 1 | -16/+6 |
* | Fix compile (unused variable issue) (nw) |  Scott Stone | 2014-10-01 | 1 | -1/+1 |
* | (MESS) HDC9234 still WIP, added some more functions and burst mode.(nw) |  Michael Zapf | 2014-09-30 | 2 | -286/+632 |
* | ATTN Kale: ddsom fails to enter ingame with this code you added |  Fabio Priuli | 2014-09-29 | 1 | -1/+3 |
* | initialize ier register to stop interrupts randomly being generated before re... |  smf- | 2014-09-28 | 1 | -0/+1 |
* | (MESS) hdc9234 still WIP, HFDC fixes, disk formats re-implemented for |  Michael Zapf | 2014-09-26 | 2 | -16/+54 |
* | duh (nw) |  Olivier Galibert | 2014-09-24 | 1 | -1/+1 |
* | wd_fdc: Hopefully fix reading sectors with DDAM [lowen, O. Galibert] |  Olivier Galibert | 2014-09-23 | 1 | -3/+5 |
* | Removed some debugging output; fixed FM value for Index AM. (nw) |  Michael Zapf | 2014-09-23 | 1 | -35/+8 |
* | (MESS) HDC9234 WIP: formatting floppy disks working; some HFDC fixes. |  Michael Zapf | 2014-09-22 | 2 | -293/+833 |
* | 8250 write protect 0x40 in line status register, this bit is used to track wh... |  smf- | 2014-09-21 | 1 | -1/+1 |
* | 8250: call interrupt callback after clearing internal interrupt state when re... |  smf- | 2014-09-21 | 1 | -0/+1 |
* | old Apple GCC at least is good at catching comparisons which are always true :) |  Fabio Priuli | 2014-09-21 | 1 | -2/+2 |
* | peyper.c : improved display; added i8279 chip, added inputs. |  Robbbert | 2014-09-20 | 1 | -1/+1 |
* | Amiga: Fix Amiga 600 IDE hard disk regression |  Dirk Best | 2014-09-17 | 1 | -1/+1 |
* | NS8250 Fixes [smf] |  smf- | 2014-09-17 | 2 | -60/+91 |
* | add palette dma (RAM to private buffer) to all seibu cop games |  David Haywood | 2014-09-15 | 3 | -503/+0 |
* | (MESS) hdc9234 WIP: Some intermediate cleanups. Also, guard HFDC against |  Michael Zapf | 2014-09-14 | 2 | -115/+143 |
* | (MESS) hdc9234 WIP: write sector FM/MFM working. (nw) |  Michael Zapf | 2014-09-13 | 2 | -561/+1173 |
* | more c++11 compilation fixes (nw) |  Oliver Stöneberg | 2014-09-12 | 1 | -1/+1 |
* | some c++11 compilation fixes (nw) |  Oliver Stöneberg | 2014-09-12 | 2 | -2/+2 |
* | Amiga: Implement the Amiga 500 low-level keyboard controller using the |  Dirk Best | 2014-09-10 | 1 | -3/+9 |
* | small optimization to pla_device::read() (nw) |  Oliver Stöneberg | 2014-09-10 | 1 | -3/+3 |
* | fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... |  Oliver Stöneberg | 2014-09-08 | 20 | -40/+12 |
* | (MESS) Even better apple3 drive select. [Paul Hagstrom] |  R. Belmont | 2014-09-08 | 1 | -1/+1 |
* | (MESS) hfdc/hdc9234: WIP; restore/seek/read sector FM/MFM working (nw) |  Michael Zapf | 2014-09-07 | 2 | -98/+1715 |
* | (MESS) apple3: Further improvements to drive select (nw) |  R. Belmont | 2014-09-07 | 2 | -7/+35 |
* | (MESS) apple3: invert enable1 sense, external drive selection now works prope... |  R. Belmont | 2014-09-07 | 1 | -1/+1 |
* | (MESS) apple3: refresh selected drive after the softswitches are changed. [Pa... |  R. Belmont | 2014-09-06 | 1 | -0/+5 |
* | added mb8421 to segaybd.c pdriftl. untested, since linkcpu doesnt enable inte... |  Michaël Banaan Ananas | 2014-08-29 | 1 | -0/+4 |
* | added mb8421 to taitojc.c |  Michaël Banaan Ananas | 2014-08-29 | 2 | -10/+5 |
* | added MB8421 device (16KBIT dual port SRAM with 2 interrupt pins) |  Michaël Banaan Ananas | 2014-08-28 | 4 | -2/+178 |
* | fix regression |  Michaël Banaan Ananas | 2014-08-17 | 1 | -1/+1 |
* | fix an assert |  Michaël Banaan Ananas | 2014-08-17 | 1 | -21/+5 |
* | msm5832: day of week is 0-6, not 1-7 [R. Belmont] |  R. Belmont | 2014-08-17 | 1 | -1/+1 |
* | nothing much |  Michaël Banaan Ananas | 2014-08-14 | 1 | -1/+0 |
* | small cleanup, i give up on mametesters.org/view.php?id=5377 |  Michaël Banaan Ananas | 2014-08-14 | 2 | -101/+100 |