mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
23 lines
481 B
C
23 lines
481 B
C
/**********************************************************************
|
|
|
|
Copyright (C) Antoine Mine' 2006
|
|
|
|
Thomson 8-bit computers
|
|
|
|
**********************************************************************/
|
|
|
|
#ifndef THOM_CAS
|
|
#define THOM_CAS
|
|
|
|
#include "cassimg.h"
|
|
|
|
/******************** TO7 ************************/
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(to7_cassette_formats);
|
|
|
|
/******************** MO5 ************************/
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(mo5_cassette_formats);
|
|
|
|
#endif
|