-
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
Tag Archives: Retroverse
Development board for Retroverse
I finally got some time to power up the development board I plan to use to develop Retroverse: It’s based on an STM32H7 MCU that can be pushed to 480 MHz. Porting DC2N functionality to it should be simple enough, … Continue reading →
Posted in Embedded systems, Retrocomputing, Technical
|
Tagged Commodore 64, retrocomputing, Retroverse
|
Leave a comment
Tape handling driver for Black Pill ready
The porting of my tape handling driver to the Black Pill is done! The Black Pill is now dumping tapes and playing back TAP files (version 0, 1, and 2) too 🙂 Being the Blue Pill plagued with so many fakes … Continue reading →
Posted in Embedded systems, Retrocomputing, Technical
|
Tagged Commodore 64, retrocomputing, Retroverse
|
Leave a comment
Moving away from HAL in my STM32CubeMX projects
This evening I found out that almost all peripheral driver initializations can be generated by STM32CubeMX using LL alone instead of HAL, which means I can easily get rid of HAL completely in my STM32F103 project! Not so fast though. … Continue reading →
Posted in Embedded systems, Retrocomputing, Technical
|
Tagged Commodore 64, retrocomputing, Retroverse
|
Leave a comment
Benchmark testing for my USB serial code
Today after work I was able to quickly put together the test code I needed to measure the transfer speed of my “stdio redirection to USB” implementation for the STM32F411 board I am developing with. I haven’t got a baseline … Continue reading →
Posted in Embedded systems, Retrocomputing, Technical
|
Tagged Commodore 64, retrocomputing, Retroverse
|
Leave a comment
Update on the tape handling driver for Retroverse
Over the last couple of days I was able to finish bits of porting of the tape handling driver to an STM32CubeMX project for Retroverse. The dumping part was tested in conjunction with my C2NEmu hardware and the tape playback … Continue reading →
Posted in Embedded systems, Retrocomputing, Technical
|
Tagged Commodore 64, retrocomputing, Retroverse
|
Leave a comment
Tape handling driver for Retroverse
I haven’t had a great day today, having slept very little last night, but I started looking into the porting of DC2N5-LC’s tape dumping routine to an STM32CubeMX project, for being used with Retroverse. Stay tuned for more!
Posted in Embedded systems, Retrocomputing, Technical
|
Tagged Commodore 64, retrocomputing, Retroverse
|
Leave a comment
Update on Retroverse
Having had a coding marathon in the last few days, I finished porting three complete DC2N5-LC drivers, which were originally written with a bare-metal approach.These come in two new flavors: using STM32 HAL using STM32 LL without HAL Both implicitly … Continue reading →
Posted in Embedded systems, Retrocomputing, Technical
|
Tagged Commodore 64, retrocomputing, Retroverse
|
Leave a comment
More work on Retroverse
The porting of my framework to a point where it is usable in an STM32CubeMX project continues… The more I work on this, the easier it gets. Honestly, I think there is a chance that once I move to STM32F4xx … Continue reading →
Posted in Embedded systems, Retrocomputing, Technical
|
Tagged Commodore 64, retrocomputing, Retroverse
|
Leave a comment
Thinking of making a Retroverse
I am setting up the development toolchain for a development board I have had in mind for some time now, that I plan to call the “Retroverse”, aka the universe of retro-computing development 😀Such board will include all Tape, Disk … Continue reading →
Posted in Embedded systems, Retrocomputing, Technical
|
Tagged Commodore 64, retrocomputing, Retroverse
|
Leave a comment