<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[CBMSTUFF FORUM - TRS-80 disks]]></title>
		<link>https://www.cbmstuff.com/forum/</link>
		<description><![CDATA[CBMSTUFF FORUM - https://www.cbmstuff.com/forum]]></description>
		<pubDate>Mon, 07 Sep 2026 18:46:44 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[TRS-80 Disks from images]]></title>
			<link>https://www.cbmstuff.com/forum/showthread.php?tid=921</link>
			<pubDate>Sat, 09 Jul 2022 08:55:13 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.cbmstuff.com/forum/member.php?action=profile&uid=860">Jeff_Birt</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.cbmstuff.com/forum/showthread.php?tid=921</guid>
			<description><![CDATA[There are a few threads here about the troubles trying to create a TRS-80 Single Sided disk from an image. Specifically, an image not done with the SCP. The general workflow when trying to create a disk with an image found online is:<br />
<br />
1) Find image online<br />
2) Use HxC software to convert it to .SCP format<br />
3) Use SCP to write image to disk<br />
<br />
The problem lies between #2 and #3. The HxC software does not properly convert the image, i.e. Byte &#36;04 the Mfg/Disk_type is set to &#36;14 when it should be &#36;41. Byte 05, the #Revs is set to &#36;03 when it should be &#36;01. If this is set to anything other than &#36;01 the SCP software ignores Byte &#36;08, Bit 1 which tells the SCP software to use index mode. <br />
<br />
The SCP software also does not know what to do with a 40 track, single sided image and tries to write it as a 20 track, double sided image. You can use HxC to add a Side 1, fix the bytes explained above with a hex editor and the SCP software seems to be happy and write correctly but the disk does not work.<br />
<br />
To work around this, I took the original image, converted it to an HFE format which will work on a Gotek. I was able to boot the TRS-80 Model 4P from the Gotek and then copy the image running on the Gotek to the floppy disk. Reconnecting the floppy drive as D0 I could boot from the floppy disk. I then imaged the disk with the SCP and wrote this image back to the floppy disk and was able to boot the machine.<br />
<br />
The files I have created during this saga are:<br />
TRDOS80.IMD - Original single sided image from web. For 5.25" DD media.<br />
TRDOS80_IMD.hfe - Original image -&gt; HFE w/HxC. Works on Gotek.<br />
TRDOS80_IMD.scp - Original image -&gt; SCP w/HxC. Writes as 20 track DS instead of 40 track SS.<br />
TRDOS80_IMD_2S.scp - Original image -&gt; SCP w/HxC, added side 1. Seems to write OK, does not work.<br />
TRDOS80_IMD_wSCP.scp - Disk make w/Gotek imaged with SCP. Works when written back to disk.<br />
<br />
Here is a link to the ZIP file which is too large to attach to post: <a href="https://1drv.ms/u/s!AtH4vpaZnzX7lcFFPNgp8N_7WpZAJg?e=Al8t4g" target="_blank" rel="noopener" class="mycode_url">https://1drv.ms/u/s!AtH4vpaZnzX7lcFFPNgp...g?e=Al8t4g</a>]]></description>
			<content:encoded><![CDATA[There are a few threads here about the troubles trying to create a TRS-80 Single Sided disk from an image. Specifically, an image not done with the SCP. The general workflow when trying to create a disk with an image found online is:<br />
<br />
1) Find image online<br />
2) Use HxC software to convert it to .SCP format<br />
3) Use SCP to write image to disk<br />
<br />
The problem lies between #2 and #3. The HxC software does not properly convert the image, i.e. Byte &#36;04 the Mfg/Disk_type is set to &#36;14 when it should be &#36;41. Byte 05, the #Revs is set to &#36;03 when it should be &#36;01. If this is set to anything other than &#36;01 the SCP software ignores Byte &#36;08, Bit 1 which tells the SCP software to use index mode. <br />
<br />
The SCP software also does not know what to do with a 40 track, single sided image and tries to write it as a 20 track, double sided image. You can use HxC to add a Side 1, fix the bytes explained above with a hex editor and the SCP software seems to be happy and write correctly but the disk does not work.<br />
<br />
To work around this, I took the original image, converted it to an HFE format which will work on a Gotek. I was able to boot the TRS-80 Model 4P from the Gotek and then copy the image running on the Gotek to the floppy disk. Reconnecting the floppy drive as D0 I could boot from the floppy disk. I then imaged the disk with the SCP and wrote this image back to the floppy disk and was able to boot the machine.<br />
<br />
The files I have created during this saga are:<br />
TRDOS80.IMD - Original single sided image from web. For 5.25" DD media.<br />
TRDOS80_IMD.hfe - Original image -&gt; HFE w/HxC. Works on Gotek.<br />
TRDOS80_IMD.scp - Original image -&gt; SCP w/HxC. Writes as 20 track DS instead of 40 track SS.<br />
TRDOS80_IMD_2S.scp - Original image -&gt; SCP w/HxC, added side 1. Seems to write OK, does not work.<br />
TRDOS80_IMD_wSCP.scp - Disk make w/Gotek imaged with SCP. Works when written back to disk.<br />
<br />
Here is a link to the ZIP file which is too large to attach to post: <a href="https://1drv.ms/u/s!AtH4vpaZnzX7lcFFPNgp8N_7WpZAJg?e=Al8t4g" target="_blank" rel="noopener" class="mycode_url">https://1drv.ms/u/s!AtH4vpaZnzX7lcFFPNgp...g?e=Al8t4g</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[New HxC Beta]]></title>
			<link>https://www.cbmstuff.com/forum/showthread.php?tid=749</link>
			<pubDate>Mon, 31 Aug 2020 09:44:27 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.cbmstuff.com/forum/member.php?action=profile&uid=738">toml_12953</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.cbmstuff.com/forum/showthread.php?tid=749</guid>
			<description><![CDATA[Have you tried HxCFloppyEmulator 2.4.4.1 beta yet? Supposedly it fixes single-sided SCP exporting. I don't have access to my SCP machine for a few days but I'm wondering if it works. That'd be great if it does!]]></description>
			<content:encoded><![CDATA[Have you tried HxCFloppyEmulator 2.4.4.1 beta yet? Supposedly it fixes single-sided SCP exporting. I don't have access to my SCP machine for a few days but I'm wondering if it works. That'd be great if it does!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Creating TRS80 Copy Protected Floppies]]></title>
			<link>https://www.cbmstuff.com/forum/showthread.php?tid=714</link>
			<pubDate>Wed, 06 May 2020 22:49:18 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.cbmstuff.com/forum/member.php?action=profile&uid=1300">aardvark</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.cbmstuff.com/forum/showthread.php?tid=714</guid>
			<description><![CDATA[Hi all. First post here. I recently purchased a M3 and M4P. I dragged out my old disks from decades ago and only a few work, the rest have been buckled and stood on and not salvageable. I want to make a working protected copies of Hyperzap and Super Utility 4. My originals are cactus. I have DMK images. Is SCP able to create copy protected floppies from these images?<br />
Regards<br />
Richard]]></description>
			<content:encoded><![CDATA[Hi all. First post here. I recently purchased a M3 and M4P. I dragged out my old disks from decades ago and only a few work, the rest have been buckled and stood on and not salvageable. I want to make a working protected copies of Hyperzap and Super Utility 4. My originals are cactus. I have DMK images. Is SCP able to create copy protected floppies from these images?<br />
Regards<br />
Richard]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Trying to Create LDOS Model III Diskette]]></title>
			<link>https://www.cbmstuff.com/forum/showthread.php?tid=713</link>
			<pubDate>Sat, 02 May 2020 07:42:06 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.cbmstuff.com/forum/member.php?action=profile&uid=738">toml_12953</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.cbmstuff.com/forum/showthread.php?tid=713</guid>
			<description><![CDATA[I use HxC to convert DSK images to SCP files. When I load an LDOS 5.31 for TRS-80 Model III into HxC, HxC correctly shows it as a 40 track single sided disk. When I convert it to an SCP file and load it into SuperCard Pro, it shows as a 20 track, double-sided disk. If I write it to a real floppy, it won't boot on a Model III. Is there a better way to convert DSK files to SCP? There are many cases where HxC doesn't create the output SCP expects.<br />
<br />
Tom L]]></description>
			<content:encoded><![CDATA[I use HxC to convert DSK images to SCP files. When I load an LDOS 5.31 for TRS-80 Model III into HxC, HxC correctly shows it as a 40 track single sided disk. When I convert it to an SCP file and load it into SuperCard Pro, it shows as a 20 track, double-sided disk. If I write it to a real floppy, it won't boot on a Model III. Is there a better way to convert DSK files to SCP? There are many cases where HxC doesn't create the output SCP expects.<br />
<br />
Tom L]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Problem With CP/M Plus Diskettes]]></title>
			<link>https://www.cbmstuff.com/forum/showthread.php?tid=615</link>
			<pubDate>Thu, 07 Mar 2019 04:35:31 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://www.cbmstuff.com/forum/member.php?action=profile&uid=738">toml_12953</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.cbmstuff.com/forum/showthread.php?tid=615</guid>
			<description><![CDATA[I can usually use SCP to convert DMK or DSK images into bootable floppies but the Tandy Model 4 CP/M Plus diskettes I create with SCP are not bootable. I use a two-step approach. <br />
 <br />
First I use the HxC Floppy Emulator software in Windows 10 to convert from DMK or DSK format to SCP format.<br />
 <br />
Then I use the SCP software/hardware to write the physical floppy diskette. <br />
 <br />
As I said, this works fine for most MFM-encoded formats (Kaypro, TRS-80, Color Computer, TI-99/4A. etc.) but after going through the entire writing process with no error messages, the SCP-created CP/M Plus diskettes are not bootable on a TRS-80 Model 4.<br />
 <br />
Finally I tried using HxC to create an IMD image which ImageDisk <span style="font-weight: bold;" class="mycode_b">was</span> able to use to create bootable floppies from DOS.<br />
 <br />
According to ImageDisk, Tandy CP/M Plus uses a dual-format. Track 0 is 18 sectors of 256 bytes but the other 39 tracks are 8 sectors of 512 bytes. I believe SCP software could be modified to write these disks successfully. If you’re interested in tackling the job, I can provide either DSK or DMK images of the Tandy software.<br />
 <br />
Let me know if you’d like copies of the diskette images.<br />
 <br />
Tom Lake<br />
Malone, NY]]></description>
			<content:encoded><![CDATA[I can usually use SCP to convert DMK or DSK images into bootable floppies but the Tandy Model 4 CP/M Plus diskettes I create with SCP are not bootable. I use a two-step approach. <br />
 <br />
First I use the HxC Floppy Emulator software in Windows 10 to convert from DMK or DSK format to SCP format.<br />
 <br />
Then I use the SCP software/hardware to write the physical floppy diskette. <br />
 <br />
As I said, this works fine for most MFM-encoded formats (Kaypro, TRS-80, Color Computer, TI-99/4A. etc.) but after going through the entire writing process with no error messages, the SCP-created CP/M Plus diskettes are not bootable on a TRS-80 Model 4.<br />
 <br />
Finally I tried using HxC to create an IMD image which ImageDisk <span style="font-weight: bold;" class="mycode_b">was</span> able to use to create bootable floppies from DOS.<br />
 <br />
According to ImageDisk, Tandy CP/M Plus uses a dual-format. Track 0 is 18 sectors of 256 bytes but the other 39 tracks are 8 sectors of 512 bytes. I believe SCP software could be modified to write these disks successfully. If you’re interested in tackling the job, I can provide either DSK or DMK images of the Tandy software.<br />
 <br />
Let me know if you’d like copies of the diskette images.<br />
 <br />
Tom Lake<br />
Malone, NY]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Disks from images.]]></title>
			<link>https://www.cbmstuff.com/forum/showthread.php?tid=367</link>
			<pubDate>Sat, 25 Feb 2017 00:30:11 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://www.cbmstuff.com/forum/member.php?action=profile&uid=762">billknopp</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.cbmstuff.com/forum/showthread.php?tid=367</guid>
			<description><![CDATA[Hi,<br />
<br />
I got my SuperCard this week, and I have been playing with it a bit tonight.  Thanks for the quick shipping!  It works great for making backups of my working disks, and using them in an emulator, but I also need to go the other way.  Thing is, I purchased a couple of KayPro systems, CBM 8032 systems, and (TRS-80 Model 1 and 3), and they all came with system disks, but....These systems were LITERALLY barn finds.  They had been sitting out in unheated sheds in rural Alberta, where temperatures in the winter get to -40C on occasion.  The disks also are very dirty, and warped. So I have systems, that I think will work (I have cleaned them up and tested as best I can with no disks), and original disks, that do no have a chance of working.  I would like to make new disks form images that I can download, but I can't seem to get that to work.  When I use HxC software to convert the files to SCP files, and load them, it always defaults to Atari ST disks.  These systems use DD disks, not HD disks, so I think I need to use the C64 setting to get double step to work.  Not sure where to go from here??  Is there any way for me to do what I seek?<br />
<br />
Thanks for a great product, I am looking forward to learning more about what I can do with it!]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I got my SuperCard this week, and I have been playing with it a bit tonight.  Thanks for the quick shipping!  It works great for making backups of my working disks, and using them in an emulator, but I also need to go the other way.  Thing is, I purchased a couple of KayPro systems, CBM 8032 systems, and (TRS-80 Model 1 and 3), and they all came with system disks, but....These systems were LITERALLY barn finds.  They had been sitting out in unheated sheds in rural Alberta, where temperatures in the winter get to -40C on occasion.  The disks also are very dirty, and warped. So I have systems, that I think will work (I have cleaned them up and tested as best I can with no disks), and original disks, that do no have a chance of working.  I would like to make new disks form images that I can download, but I can't seem to get that to work.  When I use HxC software to convert the files to SCP files, and load them, it always defaults to Atari ST disks.  These systems use DD disks, not HD disks, so I think I need to use the C64 setting to get double step to work.  Not sure where to go from here??  Is there any way for me to do what I seek?<br />
<br />
Thanks for a great product, I am looking forward to learning more about what I can do with it!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[TRS-80 Misidentified]]></title>
			<link>https://www.cbmstuff.com/forum/showthread.php?tid=348</link>
			<pubDate>Tue, 15 Nov 2016 12:55:55 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://www.cbmstuff.com/forum/member.php?action=profile&uid=738">toml_12953</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.cbmstuff.com/forum/showthread.php?tid=348</guid>
			<description><![CDATA[When I convert TRSDOS 2.3 single density DSK images to SCP files using HxC, SCP identifies them as Atari files.<br />
<br />
Tom L]]></description>
			<content:encoded><![CDATA[When I convert TRSDOS 2.3 single density DSK images to SCP files using HxC, SCP identifies them as Atari files.<br />
<br />
Tom L]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[It was my 1ST computer.]]></title>
			<link>https://www.cbmstuff.com/forum/showthread.php?tid=90</link>
			<pubDate>Wed, 29 Jan 2014 11:17:29 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://www.cbmstuff.com/forum/member.php?action=profile&uid=73">Raymond Day</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.cbmstuff.com/forum/showthread.php?tid=90</guid>
			<description><![CDATA[I still have my old TRS-80 disk. It be super to read them. My old TRS-80 stop working long ago.<br />
<br />
So looking foreword to when it will read and copy them.<br />
<br />
Thank you for Super Card Pro.<br />
<br />
-Raymond Day]]></description>
			<content:encoded><![CDATA[I still have my old TRS-80 disk. It be super to read them. My old TRS-80 stop working long ago.<br />
<br />
So looking foreword to when it will read and copy them.<br />
<br />
Thank you for Super Card Pro.<br />
<br />
-Raymond Day]]></content:encoded>
		</item>
	</channel>
</rss>