mirror of
https://github.com/holub/mame
synced 2025-05-23 14:19:01 +03:00
19 lines
401 B
C
19 lines
401 B
C
/*********************************************************************
|
|
|
|
formats/sorc_dsk.h
|
|
|
|
Exidy Sorcerer disk images
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef EXI_DSK_H
|
|
#define EXI_DSK_H
|
|
|
|
#include "flopimg.h"
|
|
|
|
/**************************************************************************/
|
|
|
|
LEGACY_FLOPPY_OPTIONS_EXTERN(sorcerer);
|
|
|
|
#endif /* EXI_DSK_H */
|