mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
17 lines
336 B
C
17 lines
336 B
C
/*********************************************************************
|
|
|
|
fmsx_cas.h
|
|
|
|
Format code for MSX casette files
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef FMSX_CAS_H
|
|
#define FMSX_CAS_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(fmsx_cassette_formats);
|
|
|
|
#endif /* FMSX_CAS_H */
|