summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* -atari/harddriv.cpp: Corrected strtdriv/hdrivair control directions, added no... Vas Crabb2024-04-022-6/+13
* atari/harddriv.cpp: Fixed ranges for strtdriv and hdrivair steering and brake... Jamie McCadden2024-04-021-3/+3
* atari/harddriv.cpp: Corrected brake pedal ADC channel for strtdriv. (#12192) Jamie McCadden2024-03-301-4/+4
* -imagedev/harddriv.cpp: Report unsuitable CHDs rather than crashing. Vas Crabb2024-02-102-29/+40
* harddriv.cpp, mccs1850.cpp: Use multibyte.h helpers AJR2024-01-072-8/+8
* harddriv, racedrivc: swap coin inputs, hap2023-06-2112-217/+223
* Fix MT07568: hyprdriv (seattle) randomly freezes. (#9559) tedgreen992022-04-144-123/+203
* harddriv.cpp, kenseim.cpp: Use output finders instead of output().set_value AJR2021-08-294-29/+36
* harddriv.cpp: Use hand written labels for the Race Drivin' (compact, prototyp... braintro2020-07-241-18/+18
* harddriv.h: missed a spot earlier (nw) Justin Kerk2019-08-181-1/+1
* harddriv: check for CHD by header string, allows files not named .chd that ar... arbee2019-08-131-6/+7
* -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] mooglyguy2019-06-30110-737/+669
* audio/harddriv.cpp: A little less logging (nw) AJR2019-02-121-1/+1
* tms34010.cpp : Internalize io register, Add notes, Remove register_po… (#4602) cam9002019-02-0622-69/+97
* -devices/bus/bbc/1mhzbus/ieee488: Removed MACHINE_CONFIG macros, nw mooglyguy2019-02-0312-276/+237
* -cpu/adsp2100, amis2000, apexc, arm, arm7, avr8, ccpu, esrip, hcd62121: Remov... mooglyguy2018-12-1633-947/+846
* harddriv.cpp: Add ADC0809 device (nw) AJR2018-04-023-31/+31
* Fix harddriv sound, maybe (nw) Olivier Galibert2017-12-031-2/+2
* harddriv.cpp: Add 74LS259 to sound board (nw) AJR2017-07-272-34/+51
* Merge branch 'release0186' Vas Crabb2017-05-317-13/+14
* harddriv.cpp: fixed steeltal regression caused by my recent changes. Thanks T... Ivan Vangelista2017-05-301-4/+6
* harddriv.cpp: fixed steeltal regression caused by my recent changes. Thanks T... Ivan Vangelista2017-05-291-4/+6
* harddriv.cpp: worked around a strtdriv sound regression (nw) Ivan Vangelista2017-05-272-4/+5
* harddriv: Device cleanup [O. Galibert] Olivier Galibert2017-03-032-33/+73
* Merge pull request #1913 from SailorSat/master R. Belmont2017-01-022-1/+9
* harddriv: hook up the first rs232 port to enable linking (nw) Ariane Fugmann2017-01-032-1/+9
| * Merge pull request #1905 from SailorSat/master R. Belmont2017-01-013-7/+68
|/
* harddriv: hook up outputs and add "single screen"-layouts for race drivin' pa... Ariane Fugmann2017-01-023-7/+68
* harddriv.cpp: nop out a memory range, makes log a bit more sane. A 2 second l... Ivan Vangelista2016-06-241-0/+1
* harddriv.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-145-111/+134
* harddriv.c: fixed MT05940 (nw) Osso2015-05-181-1/+1
* harddriv.c: cleanups (nw) Ivan Vangelista2015-05-073-46/+42
* harddriv.c: separated the harddriv sound board from the driver class into a d... Ivan Vangelista2015-05-074-236/+260
* Fixed harddriv debug build regression (nw) Osso2014-11-181-0/+2
* harddriv.c: a few more functions moved in the driver state. (nw) Ivan Vangelista2014-03-303-42/+31
* modernized 990_hd, moved some code into ti990_10.c, and simplified harddriv.c... Miodrag Milanovic2014-03-2315-535/+500
* harddriv: moved common_inits in the driver state. (nw) Ivan Vangelista2013-11-063-148/+140
* harddriv: moved handlers in the driver state. (nw) Ivan Vangelista2013-11-054-799/+701
* 05303: All sets in harddriv.c: Wrong colors on title screen and during gamepl... Phil Bennett2013-09-221-6/+6
* Fix harddriv.c, skimaxx.c (nw) Alex W. Jackson2013-07-282-2/+2
* harddriv.c: converted to use modern n68681 device. [Osso] Fabio Priuli2013-06-243-17/+18
* harddriv.c: labeled ADC inputs, nw Angelo Salese2013-05-281-26/+26
* added the device tag when logging that no harddrive is found (nw) smf-2012-10-101-1/+1
* add harddrive in machine config fragment as the one in the base class isn't c... smf-2012-09-071-0/+3
* harddriv updates: [Phil Bennett] Phil Bennett2012-07-213-268/+328
* ok, added harddriv note Michaël Banaan Ananas2012-07-173-2/+20
* Update CHD error list in chd.c Aaron Giles2012-02-193-93/+8
* idectrl - made harddrive device search relative (no whatsnew) Miodrag Milanovic2011-07-091-4/+6
* Replaced largely redundant NVRAM handlers with NVRAM devices Aaron Giles2010-09-1038-754/+601
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021019-3361/+2587