diff options
author | 2016-03-12 12:31:13 +0100 | |
---|---|---|
committer | 2016-03-12 12:31:13 +0100 | |
commit | a026a582f1a0ea8c1ede3acaddacef506ef3f3b0 (patch) | |
tree | e31573822f2359677de519f9f3b600d98e8764cd /src/lib/formats/cbm_crt.h | |
parent | 477d2abd43984f076b7e45f5527591fa8fd0d241 (diff) | |
parent | dcab55bf53b94713a6f72e9633f5101c8dd6c08c (diff) |
Merge pull request #15 from mamedev/master
Sync to base master
Diffstat (limited to 'src/lib/formats/cbm_crt.h')
-rw-r--r-- | src/lib/formats/cbm_crt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/formats/cbm_crt.h b/src/lib/formats/cbm_crt.h index f3cfb6bb164..96d04cea2f6 100644 --- a/src/lib/formats/cbm_crt.h +++ b/src/lib/formats/cbm_crt.h @@ -135,9 +135,9 @@ struct cbm_crt_chip // FUNCTION PROTOTYPES //************************************************************************** -std::string cbm_crt_get_card(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); +std::string cbm_crt_get_card(util::core_file &file); +bool cbm_crt_read_header(util::core_file &file, size_t *roml_size, size_t *romh_size, int *exrom, int *game); +bool cbm_crt_read_data(util::core_file &file, UINT8 *roml, UINT8 *romh); #endif |