summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine (follow)
Commit message (Expand)AuthorAgeFilesLines
* devcb3 Vas Crabb2018-07-07197-1162/+1433
* nscsi: add support for CD-ROMs with 512-byte blocks (#3727) Patrick Mackinlay2018-07-063-46/+71
* misc cleanup and stuff to make macro removal easier (nw) Vas Crabb2018-07-053-4/+10
* ncr5390: dma fixes again (nw) Patrick Mackinlay2018-07-051-5/+5
* misc cleanup and devcb3 prep (nw) Vas Crabb2018-07-032-10/+8
* z80scc: fix transmit interrupt behavior that was locking up the Apple IIgs [R... arbee2018-07-011-1/+22
* ti99: Removed deprecated function calls, simplified GROM access, added logmac... Michael Zapf2018-06-302-23/+10
* -ps2sony: Fleshing out the skeleton driver. [Ryan Holtz] mooglyguy2018-06-281-1/+1
* Eliminate "Atari VG EAROM" in favor of newer ER2055 device AJR2018-06-272-2/+5
* Merge tag 'mame0199' Vas Crabb2018-06-272-38/+38
|\
| * logerror is cool with std::string - don't use .c_str, some ostream flags stic... Vas Crabb2018-06-252-38/+38
| * sonydriv: fixed long-standing disk-switch regression [R. Belmont] arbee2018-06-251-0/+6
* | cage.cpp Cleanups (#3416) cam9002018-06-262-15/+15
* | copyright holder consistency (nw) hap2018-06-261-1/+1
* | hd63450: Hide logging calls behind logmacro (nw) AJR2018-06-251-25/+28
* | hd63450: Switch member variables to types that save_item likes (nw) AJR2018-06-251-20/+20
* | hd63450: Even more cleanup (nw) AJR2018-06-252-190/+144
* | hd63450: CSR/CER behavior (nw) AJR2018-06-251-2/+6
* | hd63450: More stuff to reset (nw) AJR2018-06-251-0/+4
* | hd63450: Minor cleanup; initialize registers on device_reset; save state regi... AJR2018-06-252-60/+74
* | hd63450: Configure device clock (not used yet); back out custom constructor (nw) AJR2018-06-252-8/+5
* | sonydriv: fixed long-standing disk-switch regression [R. Belmont] arbee2018-06-241-0/+6
* | Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-2410-20/+27
* | Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-242-0/+2
|/
* small cleanup (nw) Vas Crabb2018-06-243-7/+4
* srcclean and other cleanup (nw) Vas Crabb2018-06-248-24/+24
* mc146818: correct interrupt polarity (nw) (#3627) Patrick Mackinlay2018-06-235-17/+4
* Merge pull request #3687 from sschnelle/6840_div8_fix ajrhacker2018-06-231-0/+4
|\
| * 6840ptm: fix divide by 8 mode Sven Schnelle2018-06-231-0/+4
* | im6402: UART, not USART (nw) AJR2018-06-231-1/+1
|/
* com8116: Standardize nibble-packed write handlers; disable FX4 timer if not n... AJR2018-06-222-5/+32
* hd63450, genvdp, munchmo, esq5505, multigam: Remove machine().device lookups, nw mooglyguy2018-06-222-15/+9
* -39in1: Split Intel XScale PXA255 peripherals into a separate device. [Ryan H... mooglyguy2018-06-213-0/+1854
* -kbdc8042: Added rudimentary PS/2 mouse support. [Ryan Holtz] mooglyguy2018-06-192-183/+136
* upd765: Add HEAD_LOAD state, used as a spinup delay by some systems. Michael Zapf2018-06-182-8/+35
* upd765: Improved logging; removed status flag ST1.ND on missing IDAM/DAM Michael Zapf2018-06-172-24/+98
* Add HP9122 floppy drive (#3657) Sven Schnelle2018-06-172-0/+1568
* more macro removal and overload disambiguation (nw) Vas Crabb2018-06-171-4/+4
* make it possible to set screen update functions without macros without syntax... Vas Crabb2018-06-161-4/+23
* fix build, misc cleanup (nw) Vas Crabb2018-06-161-7/+5
* i82371sb.cpp: isa does not use separate spaces since they cause problems (nw) yz70s2018-06-152-38/+18
* fdc37c93x.cpp: put memory mappings in remap routine (nw) yz70s2018-06-151-5/+16
* x2212: Address sanity checking (nw) AJR2018-06-151-0/+2
* x2212: Remove memory interface and clean up code AJR2018-06-152-87/+29
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-154-14/+14
* get rid of some overloaded names - a lot of these will become unnecessary aft... Vas Crabb2018-06-144-15/+15
* Remove emupal.h from emu.h (nw) AJR2018-06-135-0/+6
* kaneko16: eliminated machine().device usage, nw mooglyguy2018-06-131-0/+5
* pcipc.cpp: first partially working implemantetion with isa, superio and et400... yz70s2018-06-112-28/+277
* ec1841: mouse emulation (Logitech bus mouse protocol) (#3623) Sergey Svishchev2018-06-112-0/+295