summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/h8_cas.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up some recent commits. Vas Crabb2025-02-071-22/+25
|
* formats/h8_cas.cpp: Update H8T to newer cassette handling (#13250) Mark Garlanger2025-02-021-109/+50
|
* formats/tzx_cas.cpp: Cut data size in case header requesting more than ↵ holub2025-01-271-1/+1
| | | | available (MT8952) (#13289)
* heathkit/h89.cpp: Add a software list for H88 cassettes. (#12019) Mark Garlanger2024-02-181-33/+38
| | | | | | | | | | | | | New working software list items (h88_cass.xml) ------------------------ BUG-8 02.05.00 [Society of Eight-Bit Heathkit Computerists] BUG-8 02.06.00 [Society of Eight-Bit Heathkit Computerists] Extended Benton Harbor Basic 10.05.00 [Society of Eight-Bit Heathkit Computerists] Extended Benton Harbor Basic 10.05.01 [Society of Eight-Bit Heathkit Computerists] Extended Benton Harbor Basic 10.06.00 [Society of Eight-Bit Heathkit Computerists] Heath H8 Assembler 04.05.00 [Society of Eight-Bit Heathkit Computerists] Heath H8 Assembler 04.06.00 [Society of Eight-Bit Heathkit Computerists] Heath/Wintek H8 Editor 03.05.00 [Society of Eight-Bit Heathkit Computerists] Heath/Wintek H8 Editor 03.06.00 [Society of Eight-Bit Heathkit Computerists]
* 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
* emu/devfind.h: Added missing memory_share_array_creator. Vas Crabb2020-11-081-7/+7
| | | | Also some miscellaneous tidying up.
* -imagedev/cassimg.cpp: Make the interface look something like C++. Vas Crabb2020-10-021-8/+8
| | | | -sound/tiasound.cpp: Use some vaguely C++-like code internally.
* H8: added support for H8T tapes. Robbbert2020-04-061-0/+149