summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/adc0844.cpp
Commit message (Collapse)AuthorAgeFilesLines
* (nw) Clean up the mess on master Vas Crabb2019-03-261-3/+3
| | | | | | | | | | | | | This effectively reverts b380514764cf857469bae61c11143a19f79a74c5 and c24473ddff715ecec2e258a6eb38960cf8c8e98e, restoring the state at 598cd5227223c3b04ca31f0dbc1981256d9ea3ff. Before pushing, please check that what you're about to push is sane. Check your local commit log and ensure there isn't anything out-of-place before pushing to mainline. When things like this happen, it wastes everyone's time. I really don't need this in a week when real work™ is busting my balls and I'm behind where I want to be with preparing for MAME release.
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-3/+3
| | | | | This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705.
* adc0844.cpp : Remove unnecessary arguments in handlers cam9002019-02-031-3/+3
| | | | bus/electron/plus1.cpp : Remove unnecessary arguments in some handlers, nw
* srcclean (nw) Vas Crabb2017-11-261-2/+2
|
* adc0844: Preserve ADC0848 device type rather than throw it away (nw) AJR2017-11-081-4/+4
|
* revx: Add ADC0848 and make that device actually work (nw) AJR2017-11-081-0/+2
|
* adc0844: Support ADC0848 variant, some adjustments to differential mode Dirk Best2017-11-081-45/+96
|
* einstein: Major cleanup, add a ADC0844 device Dirk Best2017-11-061-0/+155
The analogue joystick is now emulated. Also fixed a few minor issues with the memory map. This also adds a generic Z80 dasisy chain device, for use in drivers with non-Z80 peripherals.