| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | formats, osd, util: Started refactoring file I/O stuff. (#8456) | 2021-08-22 | 1 | -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. | 2020-10-02 | 1 | -1/+1 | |
| | | |||||
| * | -imagedev/cassimg.cpp: Make the interface look something like C++. | 2020-10-02 | 1 | -15/+16 | |
| | | | | | -sound/tiasound.cpp: Use some vaguely C++-like code internally. | ||||
| * | Add MDCR support for P2000t (#7215) | 2020-09-17 | 1 | -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) | 2020-01-22 | 1 | -6/+6 | |
| | | |||||
| * | castool: Fix usage message | 2019-05-03 | 1 | -6/+6 | |
| | | | | | castool was calling itself castool.exe even on *NIX systems. | ||||
| * | castool: Added Acorn Atom formats. (nw) | 2017-11-06 | 1 | -2/+3 | |
| | | |||||
| * | castool fix | 2016-08-21 | 1 | -3/+3 | |
| | | |||||
| * | clang-modernize part 5 | 2015-12-04 | 1 | -4/+4 | |
| | | |||||
| * | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+217 | |
