summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/castool.cpp
Commit message (Collapse)AuthorAgeFilesLines
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-5/+10
| | | | | | | | | Added more modern generic I/O interfaces with implementation backed by stdio, osd_file and core_file, replacing io_generic. Also replaced core_file's build-in zlib compression with a filter. unzip.cpp, un7z.cpp: Added option to supply abstract I/O interface rather than filename. Converted osd_file, core_file, archive_file, chd_file and device_image_interface to use std::error_condition rather than their own error enums. Allow mounting TI-99 RPK from inside archives.
* formats/cassimg.cpp: Finish encapsulation of cassette_image class. Vas Crabb2020-10-021-1/+1
|
* -imagedev/cassimg.cpp: Make the interface look something like C++. Vas Crabb2020-10-021-15/+16
| | | | -sound/tiasound.cpp: Use some vaguely C++-like code internally.
* Add MDCR support for P2000t (#7215) Erwin Jansen2020-09-171-0/+2
| | | | | | | This adds support for the mini digital cassette recorder that can be found inside a P2000t. This implementation is based on documentation that can be found in https://github.com/p2000t/documentation. In memory of NPM Jansen, who taught me all the magic of bits and bytes.
* use C++ library includes (nw) firewave2020-01-221-6/+6
|
* castool: Fix usage message Dan Church2019-05-031-6/+6
| | | | castool was calling itself castool.exe even on *NIX systems.
* castool: Added Acorn Atom formats. (nw) Nigel Barnes2017-11-061-2/+3
|
* castool fix Nathan Woods2016-08-211-3/+3
|
* clang-modernize part 5 Miodrag Milanovic2015-12-041-4/+4
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+217