mirror of
https://github.com/holub/mame
synced 2025-05-21 05:08:54 +03:00
15 lines
334 B
C
15 lines
334 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:Robbbert
|
|
/*********************************************************************
|
|
|
|
mbee_cas.h
|
|
|
|
Format code for Microbee cassette images
|
|
|
|
*********************************************************************/
|
|
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(mbee_cassette_formats);
|