summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/aquarius_caq.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Formats-related refactoring AJR2021-09-111-2/+0
| | | | | | - Remove opresolv.h from emu.h and some other base headers - Split legacy floppy image class into a separate file - Clean up a lot of #includes in src/lib and src/tools/imgtool
* Cassette image processing cleanup AJR2021-01-011-6/+2
| | | | | | | - Add cassette_image::image_read_byte method for reading one byte at a time - coco_cas.cpp: Eliminate dependency on emucore.h - thom_cas.cpp: Declare some temporary variables much closer to where they are used - tvc_cas.cpp: Read and write entire sectors at a time
* srcclean in preparation for 0.226 release branch Vas Crabb2020-10-251-2/+2
|
* aquarius: Added support for .CAQ cassette images. Nigel Barnes2020-10-191-0/+107
- Select 20K RAM as default.