summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/hp_dc100_tape.cpp
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-8/+1
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-081-7/+7
* API change for device_image_interface AJR2023-03-301-10/+8
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-132/+131
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* device_image_interface: Interface overhaul AJR2022-01-061-2/+1
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-4/+4
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-16/+31
* hp2640.cpp: Added tape emulation. (#7625) fulivi2021-01-121-7/+20
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-1/+1
* HP9845: TACO driver re-written (#5601) fulivi2019-09-091-0/+914