mame/src/lib/formats/primoptp.h
2015-05-25 11:15:23 +02:00

19 lines
400 B
C

// license:BSD-3-Clause
// copyright-holders:Krzysztof Strzecha
/*********************************************************************
primoptp.h
Format code for Primo cassette files
*********************************************************************/
#ifndef PRIMOPTP_H
#define PRIMOPTP_H
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN( primo_ptp_format );
#endif /* PRIMOPTP_H */