summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp80_io/82937.cpp
Commit message (Expand)AuthorAgeFilesLines
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-3/+3
* Miscellaneous #include cleanup AJR2021-11-201-1/+0
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-2/+2
* devices/bus: a few macro removals (nw) Ivan Vangelista2020-05-201-4/+4
* simplified some handlers (nw) Ivan Vangelista2020-05-131-2/+2
* devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-251-1/+1
* Spring cleaning: Vas Crabb2019-11-011-3/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-021-1/+1
* mcs48: Eliminate now-unneeded arguments from p1_r and p2_r handlers (nw) AJR2018-09-231-2/+2
* -c1541, c1571, c2031, c1551, rastersp: Removed MCFG and MACHINE_CONFIG usage.... mooglyguy2018-08-011-23/+27
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-16/+16
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-3/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-15/+15
* IEEE-488 remotizer device (#3241) fulivi2018-03-181-0/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-5/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* hp85: address issues raised by cuavas to PR #2749 fulivi2017-11-031-17/+17
* hp85: support for I/O slots added. Emulation of HP82937 module added. fulivi2017-10-251-0/+354