summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2017-10-228-130/+130
* com8116.cpp: K1135 notes (nw) AJR2017-10-201-0/+2
* Don't let SCU DSP go anywhere, use device_reset_after_children() (nw) angelosa2017-10-172-1/+10
* z80scc: fix interrupt mask generation [Patrick Mackinlay] Vas Crabb2017-10-171-6/+6
* ay31015.cpp: Device name (nw) AJR2017-10-141-2/+2
* ay31015.cpp: Notes (nw) AJR2017-10-141-2/+6
* Explicitly allow floating point values for state registers AJR2017-10-131-4/+1
* Temporarily remove floating-point state registration (nw) AJR2017-10-131-0/+3
* Merge pull request #2666 from JoakimLarsson/z80xxx_iack R. Belmont2017-10-123-23/+47
|\
| * z80sio/z80scc: now returns cpu specific default vector when no interrupt foun... Joakim Larsson Edstrom2017-09-213-23/+47
* | stvcd.cpp: fixed soft reset crash on Sega Saturn, caused by corrupt TOC lengt... angelosa2017-10-111-2/+3
* | Merge pull request #2663 from pmackinlay/master R. Belmont2017-10-101-2/+2
|\ \
| * | eeprom: don't check endianness (nw) Patrick Mackinlay2017-09-191-2/+2
| |/
* | smpc: Don't downcast controllers that aren't configured (nw) AJR2017-10-101-3/+6
* | i8155: Trivia (nw) AJR2017-10-091-0/+7
* | stvvdp1.cpp: fixed potential crash (nw) angelosa2017-10-101-1/+1
* | stv.cpp: batmanfr input labels (nw) angelosa2017-10-102-2/+35
* | Fix copyright on header (nw) angelosa2017-10-091-3/+3
* | saturn.cpp: Moved SCU related functions inside a device [Angelo Salese] angelosa2017-10-093-1/+933
* | stvcd.cpp: Added some basic MPEG commands, makes Sport Fishing 2 to surpass M... angelosa2017-10-081-3/+54
* | Fix sfish2 no cdrom found regression (nw) angelosa2017-10-081-2/+2
* | am9513: Counters 1 and 5 are indeed treated as adjacent (nw) AJR2017-10-061-20/+23
* | Fix main interrupt flag. Jean-François DEL NERO2017-10-071-1/+1
* | am9513: Implement time-of-day mode AJR2017-10-062-16/+121
* | Merge pull request #2701 from nplanel/fixup-timerC-mc68901 ajrhacker2017-10-061-1/+1
|\ \
| * | mc68901 : fix TCDCR register Nicolas PLANEL2017-10-061-1/+1
* | | ts803 : fixed and used z80sti; cleanup and notes. Robbbert2017-10-071-0/+2
|/ /
* | Improve previous commit (nw) angelosa2017-10-062-12/+9
* | smpc.cpp: simulate SETTIME bit behaviour if an invalid NVRAM data is found fo... angelosa2017-10-052-14/+16
* | saturn.cpp: rewritten SMPC into a device [Angelo Salese] angelosa2017-10-052-729/+146
* | smpc.cpp: execute commands internal to the device for ST-V (nw) angelosa2017-10-052-13/+441
* | smpc.cpp: move IREG & OREG to internal device state (nw) angelosa2017-10-052-74/+137
* | smpc.cpp: reset/halt/nmi lines delegation (nw) angelosa2017-10-052-75/+166
* | saturn.cpp: SMPC device-ification part 1 (nw) angelosa2017-10-052-159/+392
* | upd765: special case i82072 drive busy bit handling (nw) Patrick Mackinlay2017-10-042-5/+35
* | Fixed STV crashing regression, make m_cart_reg explicitly nullptr if not init... angelosa2017-10-031-1/+2
* | 40105.cpp: HCF is not HC (just a manufacturer prefix), and 4000B CMOS was nev... AJR2017-10-032-4/+2
* | Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-014-0/+446
* | Get rid of vestigial palette that was breaking generic terminal when it isn't... Vas Crabb2017-09-302-9/+5
* | tighten up scope (nw) Vas Crabb2017-09-301-19/+18
* | Revert "6821: improved logging" Vas Crabb2017-09-291-28/+27
* | Merge pull request #2674 from JoakimLarsson/t4426_3 Joakim Larsson Edström2017-09-272-29/+30
|\ \
| * | mc14411: minor edits Joakim Larsson Edstrom2017-09-261-2/+2
| * | 6821: improved logging Joakim Larsson Edstrom2017-09-261-27/+28
* | | i8214: Update device name (nw) AJR2017-09-251-1/+1
* | | konin: Add a full range of peripherals; only partly configured at the moment ... AJR2017-09-252-3/+15
* | | i8212: Device overhaul (nw) AJR2017-09-252-43/+127
* | | altos8600: move default terminal to ics as xenix expects (nw) cracyc2017-09-251-1/+1
* | | i8212, i8214: Rename IRQ to INT to agree with Intel pin names (nw) AJR2017-09-244-16/+16
* | | Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) AJR2017-09-242-45/+0