Changes
/* NAMES */
=== bootloader ===
==== SCARD ====MISO MOSI on bootloader component is the SDCARD protocolSDRAM_SPIMASTER has a state machine : case step_cmd is when 0=> ... step_cmd:=1; when 1=> ... step_cmd:=2; when 2=> ... step_cmd:=3;It's implementing SDCARD protocol, and manage ROM+DSK in RAMmemory==== FAT32 ====SDRAM_FAT32_LOADER has also a state machine : case data_step is when 0=> ... data_step:=1; when 1=> ... data_step:=2; when 2=> ... data_step:=3;It's implementing FAT32 protocol, and manage ROM+DSK in RAM memory==== NAMES ====
=== GA ===
* Wizard's Lair
* R-Type
https://github.com/renaudhelias/CoreAmstrad/tree/master/C64_to_CPC_palette%5BEclipse_Java%5D
===== VIDEO: Monochrome OSD =====