Sound Tracker Player V2.1 (1992)(Mirage Software)(PL)[disk] - Info and Reading Options
By Mirage Software
“Sound Tracker Player V2.1 (1992)(Mirage Software)(PL)[disk]” Metadata:
- Title: ➤ Sound Tracker Player V2.1 (1992)(Mirage Software)(PL)[disk]
- Author: Mirage Software
Edition Identifiers:
- Internet Archive ID: ➤ cssa8d_Sound_Tracker_Player_v2_1_1992_Mirage_Software_PL
AI-generated Review of “Sound Tracker Player V2.1 (1992)(Mirage Software)(PL)[disk]”:
"Sound Tracker Player V2.1 (1992)(Mirage Software)(PL)[disk]" Description:
The Internet Archive:
<b>Cracked disk image for Atari 8-bit computers</b><br /><br /> Documentation:<br /><br /> <pre> Protection: track alignment for one sector on each of five consecutive tracks The alignment protection is not effective in emulation or with track buffering disk drives because there are no timing variations due to varying track alingments. In these cases a plain sector dump of the original disk does work. The code is something compiled and therefore a pain to trace. In addition to this, the page 6 code is copied around several times and initially stiched together inside a string, partially by reusing substrings for repating code. Fortunately the VBI-code is loaded in one piece and could be patched. Cracked by: - do not increment timer/counter inside VBI Routine to check protection. Generated by string operations: ---------------------------------------------------------- 0600: 68 PLA 0601: 68 PLA # =$40 0602: 85 FF STA $FF 0604: 68 PLA # =$12 0605: 85 FE STA $FE # table for timer values =$4012 0607: A9 00 LDA #$00 # pointer in to table 0609: 85 FD STA $FD 060B: A0 95 LDY #$95 # set VBI to $0695 (counter) 060D: A2 06 LDX #$06 060F: A9 06 LDA #$06 0611: 20 5C E4 JSR SETVBV 0614: A9 31 LDA #$31 0616: 8D 00 03 STA DDEVIC 0619: A9 01 LDA #$01 061B: 8D 01 03 STA DUNIT 061E: A9 52 LDA #$52 0620: 8D 02 03 STA DCOMND 0623: A9 00 LDA #$00 # buffer $400 0625: 8D 04 03 STA DBUFLO 0628: A9 04 LDA #$04 062A: 8D 05 03 STA DBUFHI 062D: A9 11 LDA #$11 # sector $11 062F: 8D 0A 03 STA DAUX1 0632: A9 00 LDA #$00 0634: 8D 0B 03 STA DAUX2 0637: A9 40 LDA #$40 0639: 8D 03 03 STA DSTATS 063C: 20 53 E4 JSR DSKINV 063F: A9 00 LDA #$00 # reset timer 0641: 85 FC STA FLPTR 0643: 18 CLC 0644: AD 0A 03 LDA DAUX1 0647: 69 12 ADC #$12 # one track up 0649: 8D 0A 03 STA DAUX1 064C: C9 7D CMP #$7D # another track? (last sector# to read is $6b) 064E: F0 16 BEQ $0666 # no => change direction 0650: A9 40 LDA #$40 0652: 8D 03 03 STA DSTATS 0655: 20 53 E4 JSR DSKINV 0658: A4 FD LDY $FD # pointer into table 065A: A5 FC LDA FLPTR # current timer value 065C: 91 FE STA ($FE),Y # write into table $4012,Y 065E: A9 00 LDA #$00 # reset timer 0660: 85 FC STA FLPTR 0662: E6 FD INC $FD # increase pointer 0664: D0 DD BNE $0643 # branches always 0666: A9 6B LDA #$6B # reverse direction 0668: 8D 0A 03 STA DAUX1 066B: 38 SEC 066C: AD 0A 03 LDA DAUX1 066F: E9 12 SBC #$12 # one track down 0671: 8D 0A 03 STA DAUX1 # another track? 0674: 30 16 BMI $068C # no => go ahead 0676: A9 40 LDA #$40 0678: 8D 03 03 STA DSTATS 067B: 20 53 E4 JSR DSKINV 067E: A4 FD LDY $FD # pointer into table 0680: A5 FC LDA FLPTR # current timer value 0682: 91 FE STA ($FE),Y # write into table $4012,Y 0684: A9 00 LDA #$00 # reset timer 0686: 85 FC STA FLPTR 0688: E6 FD INC $FD # increase pointer 068A: D0 DF BNE $066B # branches always 068C: A0 5F LDY #$5F 068E: A2 E4 LDX #$E4 0690: A9 06 LDA #$06 0692: 4C 5C E4 JMP SETVBV # reset VBI address and RTS 0695: E6 FC INC FLPTR # increment timer ---------------------------------------------------------- 0695: 24 FC BIT FLPTR # do not increment timer 0697: 4C 62 E4 JMP XITVBV on disk data at offset $6278: ---------------------------------------------------------- org 5C 82 8A 82 4D 5C E4 >E6< FC 4C 62 E4 9B 00 40 05 -- crack 5C 82 8A 82 4D 5C E4 >24< FC 4C 62 E4 9B 00 40 05 Timing table at $4012 after a successful read: ---------------------------------------------------------- The delays may only vary by one jiffie between stepping in and stepping out. org 0B 0A 0B 0A 0B 0A 0B 0A 0A 0B -- crack 00 00 00 00 00 00 00 00 00 00 DISKMAP - 40 TRACKS - 18 SECTORS 1 *****.**** ********** ********** *********. 2 *****.**** ********** .********* *********. 3 *****.**** ********** .********* *********. 4 *****.**** ********** .********* *********. 5 *****.**** ********** .********* *********. 6 *****.**** ********** .********* *********. 7 *****.**** ********** .********* *********. 8 *****.**** ********** .********* *********. 9 *****.**** ********** ********** *********. 10 *****.**** ********** ********** *********. 11 *****.**** ********** ********** *********. 12 *****.**** ********** ********** *********. 13 *****.**** ********** ********** *********. 14 *****.**** ********** ********** *********. 15 *****.**** ********** ********** ********.. 16 ****..**** ********** ********** ********.. 17 ****.***** ********** ********** ********.. 18 ****.***** ********** ********** ********.. * OK/DATA .,;: OK/EMPTY ($00, $1A, $FF, other) | MISSING d DELETED C BAD CRC l/L LONG/l+DELETED crack.rup NINJA1T raw 7fffffff 8d97a56fefc1c5ad6be4da32a88d9268 313d232d5d2e346b4fca40272c81354fccbffd62 627f 24 uncrack.rup NINJA1T raw 7fffffff 1e4e9b0c0653b77a28ab77cffbed1599 31bf7d89dc866c33b2ce57ce148196c99579e96a 627f e6 </pre>
Read “Sound Tracker Player V2.1 (1992)(Mirage Software)(PL)[disk]”:
Read “Sound Tracker Player V2.1 (1992)(Mirage Software)(PL)[disk]” by choosing from the options below.
Available Downloads for “Sound Tracker Player V2.1 (1992)(Mirage Software)(PL)[disk]”:
"Sound Tracker Player V2.1 (1992)(Mirage Software)(PL)[disk]" is available for download from The Internet Archive in "software" format, the size of the file-s is: 0.45 Mbs, and the file-s went public at Sun May 23 2021.
Legal and Safety Notes
Copyright Disclaimer and Liability Limitation:
A. Automated Content Display
The creation of this page is fully automated. All data, including text, images, and links, is displayed exactly as received from its original source, without any modification, alteration, or verification. We do not claim ownership of, nor assume any responsibility for, the accuracy or legality of this content.
B. Liability Disclaimer for External Content
The files provided below are solely the responsibility of their respective originators. We disclaim any and all liability, whether direct or indirect, for the content, accuracy, legality, or any other aspect of these files. By using this website, you acknowledge that we have no control over, nor endorse, the content hosted by external sources.
C. Inquiries and Disputes
For any inquiries, concerns, or issues related to the content displayed, including potential copyright claims, please contact the original source or provider of the files directly. We are not responsible for resolving any content-related disputes or claims of intellectual property infringement.
D. No Copyright Ownership
We do not claim ownership of any intellectual property contained in the files or data displayed on this website. All copyrights, trademarks, and other intellectual property rights remain the sole property of their respective owners. If you believe that content displayed on this website infringes upon your intellectual property rights, please contact the original content provider directly.
E. Fair Use Notice
Some content displayed on this website may fall under the "fair use" provisions of copyright law for purposes such as commentary, criticism, news reporting, research, or educational purposes. If you believe any content violates fair use guidelines, please reach out directly to the original source of the content for resolution.
Virus Scanning for Your Peace of Mind:
The files provided below have already been scanned for viruses by their original source. However, if you’d like to double-check before downloading, you can easily scan them yourself using the following steps:
How to scan a direct download link for viruses:
- 1- Copy the direct link to the file you want to download (don’t open it yet). (a free online tool) and paste the direct link into the provided field to start the scan.
- 2- Visit VirusTotal (a free online tool) and paste the direct link into the provided field to start the scan.
- 3- VirusTotal will scan the file using multiple antivirus vendors to detect any potential threats.
- 4- Once the scan confirms the file is safe, you can proceed to download it with confidence and enjoy your content.
Available Downloads
- Source: Internet Archive
- All Files are Available: Yes
- Number of Files: 17
- Number of Available Files: 17
- Added Date: 2021-05-23 20:58:25
- Scanner: Internet Archive Python library 2.0.3
Available Files:
1- PNG
- File origin: original
- File Format: PNG
- File Size: 0.00 Mbs
- File Name: 00_coverscreenshot.png
- Direct Link: Click here
2- Unknown
- File origin: original
- File Format: Unknown
- File Size: 0.00 Mbs
- File Name: Sound Tracker Player v2.1 (1992)(Mirage Software)(PL)[req 64K][cr CSS].atr
- Direct Link: Click here
3- ZIP
- File origin: original
- File Format: ZIP
- File Size: 0.00 Mbs
- File Name: Sound Tracker Player v2.1 - AllFiles.zip
- Direct Link: Click here
4- Text
- File origin: original
- File Format: Text
- File Size: 0.00 Mbs
- File Name: SoundTracker Player v2.1 - Documentation.txt
- Direct Link: Click here
5- Item Tile
- File origin: original
- File Format: Item Tile
- File Size: 0.00 Mbs
- File Name: __ia_thumb.jpg
- Direct Link: Click here
6- Metadata
- File origin: original
- File Format: Metadata
- File Size: 0.00 Mbs
- File Name: cssa8d_Sound_Tracker_Player_v2_1_1992_Mirage_Software_PL_files.xml
- Direct Link: Click here
7- Metadata
- File origin: original
- File Format: Metadata
- File Size: 0.00 Mbs
- File Name: cssa8d_Sound_Tracker_Player_v2_1_1992_Mirage_Software_PL_meta.sqlite
- Direct Link: Click here
8- Metadata
- File origin: original
- File Format: Metadata
- File Size: 0.00 Mbs
- File Name: cssa8d_Sound_Tracker_Player_v2_1_1992_Mirage_Software_PL_meta.xml
- Direct Link: Click here
9- Emulator Screenshot
- File origin: original
- File Format: Emulator Screenshot
- File Size: 0.00 Mbs
- File Name: cssa8d_Sound_Tracker_Player_v2_1_1992_Mirage_Software_PL_screenshot.gif
- Direct Link: Click here
10- PNG
- File origin: original
- File Format: PNG
- File Size: 0.00 Mbs
- File Name: screenshot_00.png
- Direct Link: Click here
11- PNG
- File origin: original
- File Format: PNG
- File Size: 0.00 Mbs
- File Name: screenshot_01.png
- Direct Link: Click here
12- PNG
- File origin: original
- File Format: PNG
- File Size: 0.00 Mbs
- File Name: screenshot_02.png
- Direct Link: Click here
13- JPEG Thumb
- File origin: derivative
- File Format: JPEG Thumb
- File Size: 0.00 Mbs
- File Name: 00_coverscreenshot_thumb.jpg
- Direct Link: Click here
14- JPEG Thumb
- File origin: derivative
- File Format: JPEG Thumb
- File Size: 0.00 Mbs
- File Name: screenshot_00_thumb.jpg
- Direct Link: Click here
15- JPEG Thumb
- File origin: derivative
- File Format: JPEG Thumb
- File Size: 0.00 Mbs
- File Name: screenshot_01_thumb.jpg
- Direct Link: Click here
16- JPEG Thumb
- File origin: derivative
- File Format: JPEG Thumb
- File Size: 0.00 Mbs
- File Name: screenshot_02_thumb.jpg
- Direct Link: Click here
17- Archive BitTorrent
- File origin: metadata
- File Format: Archive BitTorrent
- File Size: 0.00 Mbs
- File Name: cssa8d_Sound_Tracker_Player_v2_1_1992_Mirage_Software_PL_archive.torrent
- Direct Link: Click here
Search for “Sound Tracker Player V2.1 (1992)(Mirage Software)(PL)[disk]” downloads:
Visit our Downloads Search page to see if downloads are available.
Find “Sound Tracker Player V2.1 (1992)(Mirage Software)(PL)[disk]” in Libraries Near You:
Read or borrow “Sound Tracker Player V2.1 (1992)(Mirage Software)(PL)[disk]” from your local library.
- The WorldCat Libraries Catalog: Find a copy of “Sound Tracker Player V2.1 (1992)(Mirage Software)(PL)[disk]” at a library near you.
Buy “Sound Tracker Player V2.1 (1992)(Mirage Software)(PL)[disk]” online:
Shop for “Sound Tracker Player V2.1 (1992)(Mirage Software)(PL)[disk]” on popular online marketplaces.
- Ebay: New and used books.