summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488/hp9895.h
Commit message (Expand)AuthorAgeFilesLines
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-13/+13
* devices/bus: a few macro removals (nw) Ivan Vangelista2020-05-201-3/+3
* z80: Change refresh callback to write8 [smf] smf-2018-02-241-1/+1
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-141-30/+31
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+2
* srcclean (nw) Vas Crabb2017-06-251-1/+1
* device_add_mconfig up to devices/bus/l* (nw) Ivan Vangelista2017-06-091-26/+28
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-8/+10
* srcclean (nw) Vas Crabb2017-02-191-6/+6
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* hp9845: fixed a weird case of missed synchronization in 9895 drive fulivi2017-02-011-4/+0
* hp9845: synchronizer in 9895 drive optimized a bit fulivi2017-01-271-1/+0
* hp9845: optimized CPU wait in 9895 drive (spin_until_time -> suspend_until_tr... fulivi2017-01-271-1/+0
* hp9845: 9895 drive done, seems ok.. now I need a disk format to load fulivi2017-01-261-1/+6
* hp9845: 9895 is 95% done, it works except for some minor issues fulivi2017-01-261-0/+60
* srcclean (nw) Vas Crabb2017-01-221-2/+2
* hp9845: 9895 now talks through ieee488! fulivi2017-01-051-0/+23
* hp9845: draft of HP9895 floppy drive. PHI passes POST. fulivi2017-01-051-0/+53