summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/tzx_cas.cpp
Commit message (Collapse)AuthorAgeFilesLines
* formats/tap: added warnings about wrong checksum and size of the image (#13641) holub2025-04-301-1/+4
|
* formats/cassimg.cpp: Pass byte count to wave fill function for legacy ↵ holub2025-04-261-32/+31
| | | | | cassette formats. (#13294) formats/tzx_cass.cpp: Check length of data read for TAP format blocks (fixes MT08952).
* srcclean and cleanup. Vas Crabb2025-02-231-1/+1
|
* formats/tzx_cas.cpp: Fixed regression in TAP format; Added checksum ↵ holub2025-02-021-12/+38
| | | | validation (MT9104) (#13322)
* formats/cassimg.cpp: prevent regression in cass images (#13292) holub2025-01-281-1/+4
|
* misc: correct "lenght" typo hap2025-01-281-1/+1
|
* formats/tzx_cas.cpp: Cut data size in case header requesting more than ↵ holub2025-01-271-7/+25
| | | | available (MT8952) (#13289)
* formats: Use multibyte.h functions in more files AJR2023-09-171-41/+43
|
* Remove a few outdated references to MESS Dirk Best2021-12-021-1/+1
|
* Formats-related refactoring AJR2021-09-111-1/+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
* Got rid of a couple of easy auto_alloc_array Vas Crabb2020-11-091-1/+1
|
* -imagedev/cassimg.cpp: Make the interface look something like C++. Vas Crabb2020-10-021-16/+16
| | | | -sound/tiasound.cpp: Use some vaguely C++-like code internally.
* (nw) formats: reduce dependencies on libemu Vas Crabb2020-04-131-4/+5
| | | | | | | | | | | The only link dependency left is emu_fatalerror. The format handlers really shouldn't be throwing fatal errors at all - they should just fail to load an image they can't handle. Maybe the interface should be enhanced to allow better propagation of errors up from the format handlers so they can be displayed in a UI rather than just logged. The only other two dependencies are on logmacro.h (pure macros) and the PAIR type from emucore.h (possibly worth moving to util).
* use C++ library includes (nw) firewave2020-01-221-1/+1
|
* tzx_cas.cpp: Fix pulses on Standard Data blocks AmatCoder2019-07-141-17/+3
| | | | | | Current TZX specification says: "Header blocks have 8063 and data blocks have 3223 pilot pulses" It also says: "The pilot tone consists in 8063 pulses if the first data byte (flag byte) is < 128, 3223 otherwise" (unlike tap format that if flag byte is 0 indicates header block and data block otherwise).
* tzx_cas.cpp: Fix memory leak (nw) AmatCoder2019-07-061-2/+8
| | | MT 05516
* tzx_cass.cpp: Fix loading of Generalized Data blocks AmatCoder2019-06-301-6/+5
|
* txz_cass.cpp: Adding 1 ms. pause to ensure that the last edge is properly ↵ AmatCoder2019-06-261-9/+15
| | | | | | finished at the end of tape As discussed in #5255
* revert tzx_cas changes from 0.202, they break things DavidHaywood2019-06-171-6/+2
|
* tzx_cas.cpp: Apply 1ms pause only on data blocks AmatCoder2019-04-211-4/+6
| | | Fix MT #07296
* srcclean (nw) Vas Crabb2018-09-231-3/+3
|
* tzx_cass.cpp: 1ms pause is always required AmatCoder2018-09-161-5/+7
| | | | Not only when pause from block is greater than zero . Otherwise the last pulse is not terminated properly in some cases.
* tzx_cas: no other copyright holders. initial version here: hap2018-06-261-1/+1
| | | | https://github.com/mamedev/mess-cvs/commit/5a0a43eb8f79cc3385d957a7da45586de6c2a989#diff-26e48bc5e5a1dc7272914d9f9cd3249d
* zx81: added tzx cassette format Nigel Barnes2017-02-011-53/+24
|
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-49/+49
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* casserr_t ==> enum class cassette_image::error Nathan Woods2016-08-201-6/+6
|
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
|
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-4/+4
|
* clang-modernize part 5 Miodrag Milanovic2015-12-041-7/+7
|
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-9/+7
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+967