mirror of
https://github.com/holub/mame
synced 2025-05-22 05:38:52 +03:00
17 lines
336 B
C
17 lines
336 B
C
/*********************************************************************
|
|
|
|
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 */
|