view cue.h @ 2060:f1c2415f4d1d segacd

Move old notes into a subdir and add CDD MCU notes
author Michael Pavone <pavone@retrodev.com>
date Sun, 23 Jan 2022 11:11:07 -0800
parents 6399a776e981
children 3f29e2726522
line wrap: on
line source

#ifndef CUE_H_
#define CUE_H_

uint8_t parse_cue(system_media *media);

#endif //CUE_H_