mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +03:00
19 lines
390 B
C
19 lines
390 B
C
/*********************************************************************
|
|
|
|
formats/oric_dsk.h
|
|
|
|
Oric disk images
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef ORIC_DSK_H
|
|
#define ORIC_DSK_H
|
|
|
|
#include "flopimg.h"
|
|
|
|
/**************************************************************************/
|
|
|
|
LEGACY_FLOPPY_OPTIONS_EXTERN(oric);
|
|
|
|
#endif /* ORIC_DSK_H */
|