Re: Flashy QL
Posted: 11 Nov 2022 21:49
Started writing an Arduino program to flash the QL rom images. It uses an Arduino and SD card to load the images onto the FlashyQL.
So far I have it reading the rom files on the SD card and using a FLASHY.MAP file with contains a line for each rom file name and the position denotes a bank for the ROM. i.e. first entry in the map file is Bank 0, second line is Bank 1 etc.
Now the more complex part to write, the ROM programming.
So far I have it reading the rom files on the SD card and using a FLASHY.MAP file with contains a line for each rom file name and the position denotes a bank for the ROM. i.e. first entry in the map file is Bank 0, second line is Bank 1 etc.
Now the more complex part to write, the ROM programming.