Page 2 of 2

Re: Flashy QL

Posted: 11 Nov 2022 21:49
by Icky
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.

Screenshot 2022-11-11 at 21.43.02.png

Re: Flashy QL

Posted: 12 Nov 2022 10:34
by PhilC
Looking forward to giving this a try once it’s done