summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/1ma6.cpp
Commit message (Collapse)AuthorAgeFilesLines
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit ↵ MooglyGuy2023-06-011-6/+6
| | | | function signatures. (#11283) [Ryan Holtz]
* hp2640.cpp: Added tape emulation. (#7625) fulivi2021-01-121-1/+1
| | | | | * formats/hti_tape.cpp: Added support for Manchester encoded DC100 cassettes. * machine/hp2640_tape.cpp: added emulation of DC100 tape drives. * machine/hp_dc100_tape.cpp: Added unit name display.
* devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-251-2/+2
|
* HP9845: TACO driver re-written (#5601) fulivi2019-09-091-488/+188
| | | | | | | | | * hp9825: fixed a bug in 9825t * hp9845: TACO driver re-written from scratch, DC100 tape separated into a new device, various adaptations * hp9845: "new TACO" renamed to just "TACO"
* hp85: fixed a bug in tape gap detection fulivi2017-08-231-2/+2
|
* fix building when emu.h isn't automatically injected. (nw) smf-2017-08-201-0/+1
|
* Use enums to fix build (nw) AJR2017-08-171-16/+22
|
* hp85: implemented tape drive fulivi2017-08-161-0/+702