mame/src/lib/formats/adam_cas.h

17 lines
345 B
C

/*********************************************************************
adam_cas.h
Format code for Coleco Adam .ddp cassette files.
*********************************************************************/
#ifndef __ADAM_CAS_H
#define __ADAM_CAS_H
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN(coleco_adam_cassette_formats);
#endif