-
Recent Posts
- Mindscape protection tool: source and project files shared on GitHub
- CBM Flux Studio: Manipulating Zaxxon again so it passes the copy protection check on weak bits
- CBM Flux Studio: Manipulating Zaxxon so it passes the copy protection check on weak bits
- Tool to replicate Mindscape weak bits protection
- Mindscape weak bits protection reverse engineered
Recent Comments
Archives
- July 2022
- June 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- September 2021
- July 2021
- May 2021
- April 2021
- March 2021
- February 2021
- January 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- April 2019
- March 2019
- January 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- July 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- October 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- October 2014
- September 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- March 2012
- February 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
Categories
Meta
Monthly Archives: August 2020
Support for another burst command added in IECHost
This morning I added support for reading the burst INTERLEAVE value out of a 1571 drive and expanded support of the burst READ command to read multiple sectors. The former returns the soft interleave value used by the 1571 to … Continue reading
Posted in Retrocomputing, Reverse Engineering, Technical
Tagged 1571, Commodore 128, Disk drives, dumping, IEC, IECHost, preservation
2 Comments
Two more burst commands implemented in IECHost
Today I was reading a bit about the Burst Command Instruction Set (BCIS) as documented in Commodore’s official user’s guide for 1570/1571 drives. I was intrigued by the lack of details within the documentation so I implemented two more burst … Continue reading
Posted in Retrocomputing, Reverse Engineering, Technical
Tagged 1571, Commodore 128, Disk drives, dumping, IEC, IECHost, preservation
1 Comment
A few notes re 1571
The 1571 ROM I am studying suggests that Commodore included a disk copy routine (perhaps taken directly from the 4040?) that they were probably going to enable again for the 1572 drive (dual-drive version of the 1571). Such routine is … Continue reading
Posted in Retrocomputing, Reverse Engineering, Technical
Tagged 1571, Burst mode, Commodore 128, fast serial, IEC
2 Comments
IECHost hardware mod to support the fast serial protocol and burst commands
This morning I did a quick modification to the IECHost PCB that enables it to use the fast serial protocol and burst commands with 1571 and 1581 drives. It just needs a bit of reflowing and cleaning, and then it … Continue reading
Posted in Retrocomputing, Technical
Tagged 1571, Burst mode, Commodore 64, fast serial, IECHost, preservation
Leave a comment
Burst fastload command added to IECHost!
This morning I did some research on the so called “burst mode” supported by 1571 and 1581 drives. After a post-lunch walk, in the early afternoon I started coding the implementation of the burst fastload command, i.e. “U0″CHR$(31)”<FILENAME>”. By late … Continue reading
Posted in Retrocomputing, Reverse Engineering, Technical
Tagged 1571, Burst mode, Commodore 64, fast serial, IEC, IECHost, preservation
3 Comments
Further researching for the 1571 drive
As I recently acquired a 1571 drive to expand the capabilities of my IECHost project, I thought I might not just stop at adding support for “fast serial” mode. In fact I am going to do some research on these … Continue reading
Support for the “fast serial” protocol added to IECHost!
This morning I finished the implementation of the “fast serial” protocol in the IECHost firmware, that’s the one used by the C128 to communicate with 1571 and 1581 drives, using CIA’s shift register. The result is quite pleasing so far: … Continue reading
Posted in Retrocomputing, Reverse Engineering, Technical
Tagged Commodore 64, disks, dumping, IEC, IECHost, preservation, software
1 Comment
Analyzing the “fast serial” bus protocol between a C128 and a 1571 floppy disk drive
Today I received the 1571 I had acquired on eBay. Having received the C128 yesterday, this afternoon, straight after work, I was eager to take a few traces of the communication between the two 🙂 The screenshot below shows that … Continue reading
Posted in Retrocomputing, Reverse Engineering, Technical
Tagged Commodore 64, disks, dumping, IEC, IECHost, preservation, software
Leave a comment
Make Chrome fully Dark
Today I am posting something a bit different than usual. I got this question asked a few times at work: “How did you get Chrome to use a dark theme?”. Well, the answer is two-fold. First change your theme to … Continue reading
Posted in Technical
Leave a comment
An unexpected fix to the Commodore Kernal
A while ago I was commenting on how trying to query the status message from a non-existing serial device would cause a deadlock inside the Commodore 64 Kernal, while it performs a bus turnaround. At the time I also commented … Continue reading