summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/hp_taco.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* hp9845: re-factored handling of HTI images into a dedicated format module fulivi2017-08-161-485/+90
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-46/+40
* hp9845: fixed a system freeze when loading memory tester from tape fulivi2017-05-071-1/+6
* Device validation fixes, invalid characters department (nw) AJR2017-03-031-1/+1
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-7/+0
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-15/+15
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-5/+5
* Removed device_image_interface::has_been_created() Nathan Woods2016-07-301-6/+10
* Cleanups and version bump Miodrag Milanovic2016-07-271-2/+2
* hp9845: forgot to disable detailed logging in TACO driver fulivi2016-07-081-1/+1
* hp9845: more "C++-like" for loops and better reset in TACO driver fulivi2016-07-081-10/+17
* hp9845: fixed "hole" status bit in TACO driver fulivi2016-07-081-2/+2
* hp9845: re-implemented cmd 18 in TACO driver fulivi2016-07-081-30/+26
* hp9845: Introduced no-data timeouts throughout TACO device fulivi2016-07-081-66/+97
* 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-8/+5
* Fixed compile error. Robbbert2016-06-191-1/+1
* Moved things a bit around to better decouple fulivi2016-06-091-27/+23
* small cleanup (nw) Miodrag Milanovic2016-06-051-58/+58
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-797/+797
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-1/+3
* hp9845: big improvement to TACO driver after study of SIF utilities fulivi2016-04-061-388/+545
* hp9845: updating of tachometer register added in TACO driver fulivi2016-04-061-27/+72
* hp9845: Changed cmd 1c on TACO fulivi2016-04-061-45/+59
* hp9845: call_display and a different approach to stopping tape added to TACO ... fulivi2016-04-061-526/+571
* Cleanups and version bump Miodrag Milanovic2016-02-241-991/+991
* hp9845: small improvements to 9845/TACO docs fulivi2016-02-171-0/+8
* hp9845: TACO doc updated fulivi2016-02-171-13/+100
* hp9845: finished making TACO an image interface fulivi2016-02-171-66/+39
* hp9845: first step in making TACO an image device, so far so good fulivi2016-02-171-64/+160
* hp9845: major update to TACO driver, it can read&write tapes now. To be cleaned. fulivi2016-02-171-102/+889
* hp9845: initial version of HP TACO driver (only basic tape movement is working) fulivi2016-02-171-0/+516