mirror of
https://github.com/holub/mame
synced 2025-05-23 06:08:48 +03:00
19 lines
400 B
C
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 */
|