diff options
Diffstat (limited to 'src/lib/formats/cbm_crt.h')
-rw-r--r-- | src/lib/formats/cbm_crt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/cbm_crt.h b/src/lib/formats/cbm_crt.h index 8049ddacff7..9be37bc0740 100644 --- a/src/lib/formats/cbm_crt.h +++ b/src/lib/formats/cbm_crt.h @@ -135,7 +135,7 @@ struct cbm_crt_chip // FUNCTION PROTOTYPES //************************************************************************** -void cbm_crt_get_card(astring &result, core_file *file); +void cbm_crt_get_card(std::string &result, core_file *file); bool cbm_crt_read_header(core_file* file, size_t *roml_size, size_t *romh_size, int *exrom, int *game); bool cbm_crt_read_data(core_file* file, UINT8 *roml, UINT8 *romh); |