summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp9845_io/98034.cpp
Commit message (Expand)AuthorAgeFilesLines
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-11/+11
* simplified some handlers (nw) Ivan Vangelista2020-05-131-2/+2
* capricorn, hphybrid, nanoprocessor: Use devcb_read8 for interrupt vectoring (nw) AJR2020-04-221-5/+5
* Spring cleaning: Vas Crabb2019-11-011-3/+2
* Hp9825: support for external ROM cartridges added (#5761) fulivi2019-10-231-21/+50
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-021-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-9/+10
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-10/+9
* -devices/bus/bbc/1mhzbus/ieee488: Removed MACHINE_CONFIG macros, nw mooglyguy2019-02-031-9/+10
* -nanoprocessor, mn10200, ps2vu, m68hc11: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-151-6/+6
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-12/+12
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-10/+10
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-8/+8
* IEEE-488 remotizer device (#3241) fulivi2018-03-181-0/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-16/+18
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* device_add_mconfig up to devices/bus/h* (nw) Ivan Vangelista2017-06-081-11/+6
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Hp9845: Support for HPI floppy format (#2310) fulivi2017-05-161-6/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-43/+44
* hp9845: a little cleanup.. fulivi2017-03-081-1/+1
* hp9845: 1st attempt at eliminating the src/mame -> src/devices fulivi2017-03-081-2/+1
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* hp9845: 9895 now talks through ieee488! fulivi2017-01-051-0/+6
* hp9845: draft of HP9895 floppy drive. PHI passes POST. fulivi2017-01-051-0/+1
* srcclean (nw) Vas Crabb2016-11-271-7/+7
* hp9845: implemented 98034 module (HPIB interface) fulivi2016-11-221-0/+375