Changes

Jump to: navigation, search

User:Cormacj

41 bytes added, 3 June
When I was at university someone one asked "Don't you do stuff in Amstrad Action" which was the weirdest bit of fanboying I ever had.
 
I'm currently writing some utilities to inspect ROM files and just discovered that for some reason the Protext V1.22 has 13 hidden RSX commands.
Track what I'm working on at https://github.com/cormacj
Follow me on Mastadon at: https://hachyderm.io/@cormac
 
===== cpcxfs headers =====
cpcxfs will add headers when you are copying files from .DSK images. Use this linux command to correct that:
 
 
dd bs=1 skip=128 if=header.rom of=noheader.rom
50
edits