CPC: save autoload .SCR
with a .BAS if needed
This commit is contained in:
10
src/oldies.h
10
src/oldies.h
@@ -109,6 +109,11 @@ void ZX_Spectrum_set_palette(T_Components * palette);
|
||||
*/
|
||||
void CPC_set_HW_palette(T_Components * palette);
|
||||
|
||||
/**
|
||||
* Check if the color is likely to be a CPC RGB tri level color
|
||||
*/
|
||||
int CPC_is_CPC_old_color(T_Components * col);
|
||||
|
||||
/**
|
||||
* Set 16 color default Amstrad CPC BASIC palette
|
||||
*
|
||||
@@ -147,6 +152,11 @@ byte CPC_Firmware_to_Hardware_color(byte fw_color);
|
||||
*/
|
||||
int CPC_check_AMSDOS(FILE * file, word * loading_address, word * exec_address, unsigned long * file_length);
|
||||
|
||||
/**
|
||||
* Write AMSDOS header
|
||||
*/
|
||||
int CPC_write_AMSDOS_header(FILE * file, const char * filename, const char * ext, byte type, word load_address, word save_address, word file_length);
|
||||
|
||||
/** @}*/
|
||||
|
||||
/** @defgroup decb DECB binary format
|
||||
|
||||
Reference in New Issue
Block a user