summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ch376.cpp
Commit message (Collapse)AuthorAgeFilesLines
* atastorage.cpp, ch376.cpp, dp83932c.cpp, smc91c9x.cpp: Use multibyte.h helpers AJR2024-01-071-16/+5
|
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-1/+1
| | | | | | | | | 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.
* ch376.cpp: fix mount status and entry formatting [Peter Ferrie] Peter Ferrie2021-08-121-2/+4
| | | | | - BOOTi can now find .DO and .PO files - BOOTi can now boot HDVs
* ch376 updates [R. Belmont] arbee2021-05-091-24/+55
| | | | | | | - Ignore non-8.3 compliant filenames when generating the directory since CH376 is super-tied to FAT12 semantics - Implement CHECK_EXIST command for BBC Micro - Implement undocumented command 0x16, also for BBC Micro - Fix status return from SET_USB_MODE
* ch376: Fix typo that GCC caught and Clang didn't! [R. Belmont] arbee2021-05-081-1/+1
|
* apple2: Add support for the BOOTI card [R. Belmont] arbee2021-05-081-0/+505