view cue.h @ 2063:d59ace2d7a6a segacd

Update commented out CPU logging to differentiate between main and sub 68k
author Michael Pavone <pavone@retrodev.com>
date Fri, 28 Jan 2022 22:47:51 -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_