summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/hp_taco.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* devcb3 Vas Crabb2018-07-071-3/+3
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-7/+7
* hp9845: re-factored handling of HTI images into a dedicated format module fulivi2017-08-161-50/+14
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-21/+26
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-1/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-13/+13
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-132/+132
* Removed device_image_interface::has_been_created() Nathan Woods2016-07-301-0/+1
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
* hp9845: Introduced no-data timeouts throughout TACO device fulivi2016-07-081-1/+2
* Fix compile errors due to option_resolution namespacing (nw) AJR2016-07-071-1/+1
* hp_taco: This compiles too. Unable to test because hp9845 is not working. Robbbert2016-06-191-1/+1
* Fixed compile error. Robbbert2016-06-191-1/+1
* Moved things a bit around to better decouple fulivi2016-06-091-1/+1
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-110/+110
* hp9845: big improvement to TACO driver after study of SIF utilities fulivi2016-04-061-3/+19
* hp9845: updating of tachometer register added in TACO driver fulivi2016-04-061-0/+4
* hp9845: call_display and a different approach to stopping tape added to TACO ... fulivi2016-04-061-90/+91
* Cleanups and version bump Miodrag Milanovic2016-02-241-117/+117
* hp9845: finished making TACO an image interface fulivi2016-02-171-1/+1
* hp9845: first step in making TACO an image device, so far so good fulivi2016-02-171-5/+23
* hp9845: major update to TACO driver, it can read&write tapes now. To be cleaned. fulivi2016-02-171-22/+80
* hp9845: initial version of HP TACO driver (only basic tape movement is working) fulivi2016-02-171-0/+93