typedef struct Cart { char name[32]; char* cart_rom; char* cart_txt_data; char* cart_sprite_data; char* cart_audio_data; } Cart;