3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Jun 07, 2024 — Jun 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added tzx_read_empty_block function to read blocks with no body. More... over 23 years ago
Added Kempston joystick support from Russell. More... over 23 years ago
Added tzx loop start (0x24) and loop end (0x25) blocks. More... over 23 years ago
Fix for negative offsets in jump blocks. More... over 23 years ago
Added replacement routines for g_slist_nth and g_slist_position. More... over 23 years ago
Add tzx jump blocks (0x23). More... over 23 years ago
Fix bug which could occur due to race condition between the two methods of tape loading when tape traps were in use, but blocks were being loaded slowly. More... over 23 years ago
Reset event stack when tstate count is reset (ie on change of machine), rather than on machine reset. Removes problem of `stopped-but-not-stopped' tape after machine reset. More... over 23 years ago
Add support for TZX concatenation blocks (0x5a). Just skip them when reading them in. More... over 23 years ago
Change AY levels. More... over 23 years ago
Send libspectrum error messages to stderr rather than stdout. More... over 23 years ago
Add and use tzx_write_bytes and tzx_write_string functions. Fix off by one error in tzx_read_string. More... over 23 years ago
Translate line endings on all strings that are read in. More... over 23 years ago
Use tzx_read_data in tzx_read_custom. More... over 23 years ago
Added tzx_read_data to read in data `chunks'. More... over 23 years ago
Another R15 fix from Russell. More... over 23 years ago
Added tzx_read_string function to read a string preceded by a length byte. More... over 23 years ago
Bumped version number to 0.4.0pre5. More... over 23 years ago
Fix another situation in which tzx blocks weren't being initialised. More... over 23 years ago
Fixed cases in which tape blocks were not being initialised correctly, leading to either very long leaders or segfaults. More... over 23 years ago
Activate tape traps only if we're in the correct ROM. More... over 23 years ago
Fix typo in error message in tzx_read_stop. More... over 23 years ago
Minimal support for tzx select blocks (0x28): namely, which just ignore them. More... over 23 years ago
Added support for tzx custom info blocks (0x35). More... over 23 years ago
Patch from Russell to emulate AY register 15. More... over 23 years ago
Update from Russell. More... over 23 years ago
Fixed bug in length of pause blocks. More... over 23 years ago
Stop emulated tape in 48K mode when we get a `stop tape in 48K mode' block. More... over 23 years ago
Bugfixes in `stop tape if in 48K mode' and `message' blocks. More... over 23 years ago
Bugfixes: get the length of the `stop tape if in 48K mode' block right, and do the \r <--> \n translation for message blocks. More... over 23 years ago