summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/harddriv.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-749/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-88/+89
* init even more vars (includes) Robbbert2022-04-101-105/+105
* harddriv.cpp, kenseim.cpp: Use output finders instead of output().set_value AJR2021-08-291-0/+2
* slapstic: Full rewrite, using infrastructure we did not have previously Olivier Galibert2021-02-081-5/+3
* slapstic: between a guess, the opcode going through the memory and and the c... Olivier Galibert2020-12-101-2/+2
* Fix hard drivin', a bad combination of wrong width memory and wrong-sized all... Olivier Galibert2020-11-231-6/+6
* drivers starting with g, h and i: removed read* and write* macros (nw) Ivan Vangelista2020-06-101-121/+120
* atarigen: Transfer legacy slapstic handling routines to device (nw) AJR2020-05-201-1/+1
* lots of files: simplified handlers (nw) Ivan Vangelista2020-05-141-5/+5
* atarisy1.cpp, atarisy2.cpp, gauntlet.cpp: Modernization AJR2020-04-211-0/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-1/+1
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+1
* tms34010.cpp : Internalize io register, Add notes, Remove register_po… (#4602) cam9002019-02-061-1/+1
* -tms32010.cpp: Removed MCFG. [Ryan Holtz] mooglyguy2018-12-071-1/+1
* -8364_paula, aakart, adc0808, adc083x, adc0844, adc1038, adc1213, akiko, am28... mooglyguy2018-08-121-1/+1
* move more stuff behind private: (Part H, I, J) (nw) (#3707) David Haywood2018-06-271-17/+20
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Some cleanup on #3592 (nw) Vas Crabb2018-05-211-1/+1
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-0/+1
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* harddriv.cpp: Add ADC0809 device (nw) AJR2018-04-021-4/+2
* MCFG_DEVICE_VBLANK_INT to MCFG_SCREEN_VBLANK_CALLBACK conversion, part 1 AJR2018-03-281-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+20
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+10
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Improvements to 28XX parallel EEPROM emulation AJR2017-08-301-0/+1
* harddriv.cpp: Add 74LS259 to sound board (nw) AJR2017-07-271-0/+7
* some more devices/machine to device_add_mconfig (nw) Ivan Vangelista2017-06-011-1/+0
* harddriv.cpp: worked around a strtdriv sound regression (nw) Ivan Vangelista2017-05-271-1/+1
* some more device_add_mconfig. Done for the \mame tree. Will wait for freeze t... Ivan Vangelista2017-05-271-9/+9
* finished updating mame/audio devices to use device_add_mconfig insted of devi... Ivan Vangelista2017-05-241-2/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-34/+46
* harddriv: Device cleanup [O. Galibert] Olivier Galibert2017-03-031-21/+13
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* harddriv: hook up the first rs232 port to enable linking (nw) Ariane Fugmann2017-01-031-0/+3
* harddriv: hook up outputs and add "single screen"-layouts for race drivin' pa... Ariane Fugmann2017-01-021-0/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-126/+126
* made analogue ports optional again as Race Drivin' Panoramic doesn't have the... smf-2016-10-181-2/+2
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-6/+5
* tms32010.cpp: devcb instead of memory map for bio line (nw) Ivan Vangelista2016-06-231-1/+1
* emumem: Get rid of the install_* return value [O. Galibert] Olivier Galibert2016-05-181-1/+3
* Make watchdog timer a separate device AJR2016-04-301-2/+0
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-2/+3
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-1/+1
* More null fixes, nw therealmogminer@gmail.com2016-01-231-189/+207
* reverting: Miodrag Milanovic2016-01-201-16/+16
* tags are now strings (nw) Miodrag Milanovic2016-01-161-16/+16
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-28/+28