mirror of
https://github.com/holub/mame
synced 2025-05-29 09:03:08 +03:00
19 lines
391 B
C
19 lines
391 B
C
/*********************************************************************
|
|
|
|
formats/sorc_dsk.h
|
|
|
|
Exidy Sorcerer disk images
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef EXI_DSK_H
|
|
#define EXI_DSK_H
|
|
|
|
#include "flopimg.h"
|
|
|
|
/**************************************************************************/
|
|
|
|
FLOPPY_OPTIONS_EXTERN(exidy);
|
|
|
|
#endif /* EXI_DSK_H */
|