mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
17 lines
344 B
C
17 lines
344 B
C
/*********************************************************************
|
|
|
|
adam_cas.h
|
|
|
|
Format code for Coleco Adam .ddp casette files.
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef __ADAM_CAS_H
|
|
#define __ADAM_CAS_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(coleco_adam_cassette_formats);
|
|
|
|
#endif
|