Petteri Aimonen
|
28fe45c77c
GD32 and RP2040: Add platform support for eject buttons (#135)
|
2 years ago |
Petteri Aimonen
|
8e11b1e0b6
Fix switching between BIN/CUE and ISO images
|
2 years ago |
Petteri Aimonen
|
c4fc843b27
Add ReinsertAfterEject config option (defaults to on)
|
2 years ago |
Petteri Aimonen
|
bbf54012f9
Fix CD-ROM eject button not taking effect.
|
2 years ago |
Petteri Aimonen
|
bf589417f5
CUEParser: expand test cases (#225)
|
2 years ago |
Alex Perez
|
8d3222fd90
Merge pull request #224 from saybur/audio-misc
|
2 years ago |
saybur
|
7084966293
Revert removing audio stop during START/STOP UNIT for CDs.
|
2 years ago |
Alex Perez
|
d0ac811bbb
iterate devel version string
|
2 years ago |
Alex Perez
|
69180d3bb4
New release to fix CD-ROM drive jukebox regression
|
2 years ago |
Petteri Aimonen
|
49874f5371
Fix IMG0..9 config entries in zuluscsi.ini not working (#223)
|
2 years ago |
Alex Perez
|
d33a869ced
so close, but not close enough. Reducing further.
|
2 years ago |
Alex Perez
|
1030dad03a
Reduce memory usage for testing
|
2 years ago |
Alex Perez
|
cc31546e10
Update platformio.ini
|
2 years ago |
Alex Perez
|
cce9b55c24
iterate devel version string
|
2 years ago |
Alex Perez
|
48e6783108
prepare for release
|
2 years ago |
Alex Perez
|
5bc1b3b67d
Update ZuluSCSI_config.h
|
2 years ago |
Alex Perez
|
a50f446273
Merge pull request #215 from saybur/audio-msf
|
2 years ago |
saybur
|
a7e6cd2b9c
Clarify usage of values within the CUE file parser and update test file.
|
2 years ago |
saybur
|
faa0c6ca2d
Use a local struct copy when finding the last CUE track.
|
2 years ago |
Alex Perez
|
eafbb38494
Merge pull request #219 from ZuluSCSI/dev_tape_commands
|
2 years ago |
Petteri Aimonen
|
d5b75ac4da
More tape command implementations: Erase, Seek and ReadPosition
|
2 years ago |
Alex Perez
|
4d8d0077ef
Merge pull request #217 from saybur/eject-button
|
2 years ago |
saybur
|
299656a157
Support for platform eject buttons.
|
2 years ago |
saybur
|
14aac8050a
Set file_offset to start of actual track.
|
2 years ago |
saybur
|
d14b641f35
Handle edge case where track start is zero due to pause at disk start.
|
2 years ago |
saybur
|
d66102337e
Remove unused pregap start.
|
2 years ago |
saybur
|
fcac5ae7c6
Intercept READ(6) to allow CHECK CONDITION when blocksize != 2048
|
2 years ago |
saybur
|
3a6abfee24
Reject basic READ commands if the 2048-byte spec requirement is not met.
|
2 years ago |
saybur
|
89331518dd
Leaving reference to a vendor-specific rewind/fast-forward command.
|
2 years ago |
saybur
|
6ccdfd4549
Implement some vendor-specific behavior the Apple driver expects.
|
2 years ago |