mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
15 lines
352 B
C
15 lines
352 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:Robbbert
|
|
/*********************************************************************
|
|
|
|
phc25_cas.h
|
|
|
|
Format code for Sanyo PHC25 cassette images (phc format)
|
|
|
|
*********************************************************************/
|
|
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(phc25_cassette_formats);
|