summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add 9122c floppy (#3647) Sven Schnelle2018-06-102-0/+1497
* gah, forgot to git add (nw) Vas Crabb2018-06-101-1/+1
* eepromser: prevent ambiguity between clock and streaming enable (nw) Vas Crabb2018-06-102-46/+24
* Fix recent eepromser regression, nw mooglyguy2018-06-092-2/+2
* Separate reel and stepper devices to an extent, cleaned up use of custom mcfg... mooglyguy2018-06-082-191/+204
* Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-072-92/+40
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-0865-725/+662
* mc146818: don't restart timer unnecessarily (nw) Patrick Mackinlay2018-06-071-2/+5
* Minor cleanups, nw mooglyguy2018-06-062-6/+13
* z80scc: actually clear interrupt state (nw) Patrick Mackinlay2018-06-041-0/+1
* t10mmc: add missing header bytes to mode sense, fixes audio playing with comm... cracyc2018-06-031-27/+29
* sis85c496: Eliminate unnecessary use of machine().device and CPU tag hardcodi... AJR2018-06-012-11/+26
* ncr5390: scsi and dma fixes (nw) (#3624) Patrick Mackinlay2018-05-302-19/+27
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-2/+2
* nscsi_bus: minor fix (nw) (#3621) Patrick Mackinlay2018-05-291-1/+2
* eepromser.cpp: Correct documentation of write enable/disable commands (nw) AJR2018-05-281-2/+2
* ncr5390: several small but important changes (nw) (#3619) Patrick Mackinlay2018-05-282-35/+91
* wpc_shift, wpc_lamp, wpc_out, wpc_pic, wpc_dmd, ygv608, timekpr, at28c16, c35... Ryan Holtz2018-05-282-27/+0
* z80scc: Remove generic device type (which nothing was using) and custom MCFG_... AJR2018-05-272-50/+0
* mc146818, ds1302, ds1386, ds2404: Eliminate customized MCFG_DEVICE_ADD macros... AJR2018-05-274-25/+1
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-272-78/+0
* Remove a few unnecessary customizations of MCFG_DEVICE_ADD (nw) AJR2018-05-272-9/+0
* srcclean (nw) Vas Crabb2018-05-273-3/+3
* williams.cpp: Clean up scanline timers (nw) AJR2018-05-251-2/+1
* remove many mainly PCI-related MCFG macros in favour of constructor Vas Crabb2018-05-2529-227/+186
* pc_fdc: use logmacro (nw) Sergey Svishchev2018-05-241-3/+11
* timer.cpp: Use siblingdevice instead of absolute tag lookup; add screen tag v... AJR2018-05-211-1/+5
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-204-11/+17
* diexec: Interrupt API changes (nw) AJR2018-05-183-4/+4
* z80ctc.cpp: Room for improvement (nw) AJR2018-05-151-0/+1
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-1515-11/+574
* i8155: Silence logging (nw) AJR2018-05-151-1/+1
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-1518-8/+24
* make method constant (nw) yz70s2018-05-132-2/+2
* pic8259: Use device_resolve_objects (nw) AJR2018-05-132-2/+13
* ticket: Use output finder (nw) AJR2018-05-132-5/+9
* i82371sb.cpp: remove unnedeed stuff, enable isa and add system management mod... yz70s2018-05-132-136/+97
* i82439hx.cpp: start to support system management mode (nw) yz70s2018-05-132-3/+28
* pci.cpp: devices can ask to be mapped before the others (nw) yz70s2018-05-132-3/+14
* Make "Keypad ," and "Keypad =" standard keys AJR2018-05-112-12/+12
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-112-66/+9
* Added logmacros to upd765, increased track buffer for hfe format (nw) Michael Zapf2018-05-101-75/+98
* i8255: hopefully improve readback of port C high output latches when port A i... Vas Crabb2018-05-101-0/+7
* tms9914: fixed handling of GTS aux command. fulivi2018-05-102-6/+11
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-097-12/+7
* tmpz84c015: Add missing callback for ctc zc3 Dirk Best2018-05-091-0/+4
* tms9914: added RL state machine. Minor fixes. It now passes HP9000/340 POST. fulivi2018-05-082-7/+39
* z80ctc: Disabling a channel interrupt also turns it off AJR2018-05-061-1/+9
* (nw) misc follow-up Vas Crabb2018-05-066-44/+10
* default eeprom clock to zero (nw) smf-2018-05-061-22/+22