Mercurial > repos > blastem
view cdimage.h @ 2188:e17d99c96c89
Make blocks an explicitly supported concept in the debugger rather than a one-off for the commands command
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sat, 20 Aug 2022 11:40:41 -0700 |
parents | 2449c88cea36 |
children | 9ead0fe69d9b |
line wrap: on
line source
#ifndef CUE_H_ #define CUE_H_ uint8_t parse_cue(system_media *media); uint8_t parse_toc(system_media *media); uint32_t make_iso_media(system_media *media, const char *filename); #endif //CUE_H_