summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/imgtool/modules/hp9845_tape.cpp
Commit message (Expand)AuthorAgeFilesLines
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-45/+12
* hp2640.cpp: Added tape emulation. (#7625) fulivi2021-01-121-1/+1
* Got rid of global_alloc/global_free. Vas Crabb2020-10-031-2/+2
* HP9845: TACO driver re-written (#5601) fulivi2019-09-091-6/+10
* srcclean (nw) Vas Crabb2017-08-271-1/+1
* hp9845: re-factored hp9845_tape module of imgtool to use HTI format fulivi2017-08-161-238/+185
* [Imgtool] Changed imgtool::stream::open*() to return imgtool::stream::ptr Nathan Woods2016-10-221-11/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-45/+45
* [Imgtool] Bulk change: 'imgtool::directory *' ==> 'imgtool::directory &' Nathan Woods2016-10-171-9/+9
* [Imgtool] Bulk change: 'imgtool::partition *' ==> 'imgtool::partition &' Nathan Woods2016-10-161-10/+10
* [Imgtool] Bulk change: 'imgtool::image *' ==> 'imgtool::image &' Nathan Woods2016-10-161-10/+10
* [Imgtool] Changed the create/open callbacks to take 'imgtool::stream &&' Nathan Woods2016-10-151-5/+10
* [Imgtool] Changed many 'imgtool::stream *' to 'imgtool::stream &' Nathan Woods2016-10-141-36/+36
* [Imgtool] More C++-ification (imgtool_stream ==> imgtool::stream) Nathan Woods2016-10-121-55/+55
* [Imgtool] C++-ified a few more classes Nathan Woods2016-10-091-15/+15
* Made imgtool_image (now imgtool::image) a "real" C++ class Nathan Woods2016-09-271-5/+5
* srcclean (nw) Vas Crabb2016-09-261-173/+173
* imgtool, hp9845_tape format: implemented read & write ops in 9845data filter fulivi2016-09-231-2/+140
* imgtool, hp9845_tape format: implemented read filter for text-only DATA fulivi2016-09-221-1/+188
* imgtool, hp9845_tape format: write&del done, brief info added at the fulivi2016-09-131-23/+338
* imgtool: WIP on hp9845 tape: read done, write & del to be done fulivi2016-09-101-66/+124
* imgtool: WIP for hp9845 tape support fulivi2016-09-101-0/+922