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