| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | formats/tap: added warnings about wrong checksum and size of the image (#13641) | 2025-04-30 | 1 | -1/+4 | |
| | | |||||
| * | formats/cassimg.cpp: Pass byte count to wave fill function for legacy ↵ | 2025-04-26 | 1 | -32/+31 | |
| | | | | | | cassette formats. (#13294) formats/tzx_cass.cpp: Check length of data read for TAP format blocks (fixes MT08952). | ||||
| * | srcclean and cleanup. | 2025-02-23 | 1 | -1/+1 | |
| | | |||||
| * | formats/tzx_cas.cpp: Fixed regression in TAP format; Added checksum ↵ | 2025-02-02 | 1 | -12/+38 | |
| | | | | | validation (MT9104) (#13322) | ||||
| * | formats/cassimg.cpp: prevent regression in cass images (#13292) | 2025-01-28 | 1 | -1/+4 | |
| | | |||||
| * | misc: correct "lenght" typo | 2025-01-28 | 1 | -1/+1 | |
| | | |||||
| * | formats/tzx_cas.cpp: Cut data size in case header requesting more than ↵ | 2025-01-27 | 1 | -7/+25 | |
| | | | | | available (MT8952) (#13289) | ||||
| * | formats: Use multibyte.h functions in more files | 2023-09-17 | 1 | -41/+43 | |
| | | |||||
| * | Remove a few outdated references to MESS | 2021-12-02 | 1 | -1/+1 | |
| | | |||||
| * | Formats-related refactoring | 2021-09-11 | 1 | -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 | 2020-11-09 | 1 | -1/+1 | |
| | | |||||
| * | -imagedev/cassimg.cpp: Make the interface look something like C++. | 2020-10-02 | 1 | -16/+16 | |
| | | | | | -sound/tiasound.cpp: Use some vaguely C++-like code internally. | ||||
| * | (nw) formats: reduce dependencies on libemu | 2020-04-13 | 1 | -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) | 2020-01-22 | 1 | -1/+1 | |
| | | |||||
| * | tzx_cas.cpp: Fix pulses on Standard Data blocks | 2019-07-14 | 1 | -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) | 2019-07-06 | 1 | -2/+8 | |
| | | | | MT 05516 | ||||
| * | tzx_cass.cpp: Fix loading of Generalized Data blocks | 2019-06-30 | 1 | -6/+5 | |
| | | |||||
| * | txz_cass.cpp: Adding 1 ms. pause to ensure that the last edge is properly ↵ | 2019-06-26 | 1 | -9/+15 | |
| | | | | | | | finished at the end of tape As discussed in #5255 | ||||
| * | revert tzx_cas changes from 0.202, they break things | 2019-06-17 | 1 | -6/+2 | |
| | | |||||
| * | tzx_cas.cpp: Apply 1ms pause only on data blocks | 2019-04-21 | 1 | -4/+6 | |
| | | | | Fix MT #07296 | ||||
| * | srcclean (nw) | 2018-09-23 | 1 | -3/+3 | |
| | | |||||
| * | tzx_cass.cpp: 1ms pause is always required | 2018-09-16 | 1 | -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: | 2018-06-26 | 1 | -1/+1 | |
| | | | | | https://github.com/mamedev/mess-cvs/commit/5a0a43eb8f79cc3385d957a7da45586de6c2a989#diff-26e48bc5e5a1dc7272914d9f9cd3249d | ||||
| * | zx81: added tzx cassette format | 2017-02-01 | 1 | -53/+24 | |
| | | |||||
| * | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 1 | -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 | 2016-08-20 | 1 | -6/+6 | |
| | | |||||
| * | Various cleanups suggested by static analyzer (nw) | 2016-04-24 | 1 | -1/+1 | |
| | | |||||
| * | macro removal INLINE -> static inline (nw) | 2015-12-12 | 1 | -4/+4 | |
| | | |||||
| * | clang-modernize part 5 | 2015-12-04 | 1 | -7/+7 | |
| | | |||||
| * | Cleanups and version bumpmame0168 | 2015-11-25 | 1 | -9/+7 | |
| | | |||||
| * | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+967 | |
