summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488/hp9895.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-14/+14
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-19/+21
* hp64k: added support for HPIB bus. Extensive improvement of PHI emulation. fulivi2018-03-111-0/+1
* z80: Change refresh callback to write8 [smf] smf-2018-02-241-2/+2
* 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
* hp9895: 2 bugs fixed: NMI handling & secondary addressing in PHI chip fulivi2017-10-251-0/+4
* device_add_mconfig up to devices/bus/l* (nw) Ivan Vangelista2017-06-091-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-2/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* more validation fixes (nw) Vas Crabb2017-03-041-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* srcclean (nw) Vas Crabb2017-02-191-93/+93
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* hp9845: fixed a weird case of missed synchronization in 9895 drive fulivi2017-02-011-19/+2
* hp9845: some info added for 9895 fulivi2017-01-271-2/+34
* hp9845: synchronizer in 9895 drive optimized a bit fulivi2017-01-271-43/+32
* hp9845: optimized CPU wait in 9895 drive (spin_until_time -> suspend_until_tr... fulivi2017-01-271-72/+70
* hp9845: 9895 drive done, seems ok.. now I need a disk format to load fulivi2017-01-261-9/+60
* hp9845: 9895 is 95% done, it works except for some minor issues fulivi2017-01-261-2/+641
* srcclean (nw) Vas Crabb2017-01-221-4/+4
* hp9845: cosmetic fixes to 9895-related source files fulivi2017-01-051-1/+5
* hp9845: 9895 now talks through ieee488! fulivi2017-01-051-1/+102
* hp9845: draft of HP9895 floppy drive. PHI passes POST. fulivi2017-01-051-0/+103