summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/harddriv.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-2/+2
* Bind devcb relative to current device. This is probably going to break Vas Crabb2018-05-011-1/+1
* racedrivpan: Fix fatal error caused by ADC introduction (nw) AJR2018-04-051-0/+10
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-35/+35
* harddriv.cpp: Add ADC0809 device (nw) AJR2018-04-021-15/+26
* MCFG_DEVICE_VBLANK_INT to MCFG_SCREEN_VBLANK_CALLBACK conversion, part 1 AJR2018-03-281-4/+7
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-149/+166
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-27/+27
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-17/+17
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-10/+10
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-32/+46
* (nw) Fixed 72 validation errors. Robbbert2018-01-131-0/+1
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-2/+4
* MCFG_DEVICE_REMOVE("vref") removal (nw) AJR2018-01-101-1/+0
* New way to provide DAC reference inputs (nw) AJR2018-01-101-4/+2
* mc68681: Use MCFG_DEVICE_ADD instead of custom macro; switch one more to SCN2... AJR2017-11-221-1/+1
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* srcclean (nw) Vas Crabb2017-05-301-1/+2
* harddriv.cpp: fixed steeltal regression caused by my recent changes. Thanks T... Ivan Vangelista2017-05-301-4/+6
* harddriv.cpp: worked around a strtdriv sound regression (nw) Ivan Vangelista2017-05-271-3/+4
* some more device_add_mconfig. Done for the \mame tree. Will wait for freeze t... Ivan Vangelista2017-05-271-154/+98
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-18/+18
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-134/+134
* harddriv: Device cleanup [O. Galibert] Olivier Galibert2017-03-031-12/+60
* Self-registering devices prep: Vas Crabb2017-02-271-15/+18
* harddriv: hook up the first rs232 port to enable linking (nw) Ariane Fugmann2017-01-031-1/+6
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-5/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-37/+37
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-43/+41
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-2/+2
* There we go, srcclean eats all our C++ now Vas Crabb2016-08-021-7/+7
* harddriv.cpp: nop out a memory range, makes log a bit more sane. A 2 second l... Ivan Vangelista2016-06-241-0/+1
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-1/+1
* emumem: Get rid of the install_* return value [O. Galibert] Olivier Galibert2016-05-181-34/+70
* Make watchdog timer a separate device AJR2016-04-301-7/+6
* racedrivpan, strtdriv, hdrivair, hdrivairp: fix user1 region width (nw) AJR2016-04-091-42/+42
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-2/+3
* various atari drivers: soundcpu rom loading cleanups (nw) Ivan Vangelista2016-03-081-45/+30
* One small step toward slapstic modernization (nw) AJR2016-01-301-7/+15
* revert part of 'clang cleanup 7' where 0 means the value 0, for ROM_FILL too hap2016-01-241-1/+1
* More null fixes, nw therealmogminer@gmail.com2016-01-231-10/+8
* reverting: Miodrag Milanovic2016-01-201-10/+10
* tags are now strings (nw) Miodrag Milanovic2016-01-161-10/+10
* clang-modernize part 7 Miodrag Milanovic2015-12-041-16/+16
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+5221