mirror of
https://github.com/holub/mame
synced 2025-06-02 19:06:43 +03:00
20 lines
447 B
C
20 lines
447 B
C
/*********************************************************************
|
|
|
|
formats/hect_dsk.h
|
|
|
|
Hector disk images
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef HECT_DSK_H
|
|
#define HECT_DSK_H
|
|
|
|
#include "flopimg.h"
|
|
|
|
|
|
/**************************************************************************/
|
|
|
|
LEGACY_FLOPPY_OPTIONS_EXTERN(hector_disc2);
|
|
LEGACY_FLOPPY_OPTIONS_EXTERN(hector_minidisc);
|
|
#endif /* HECT_DSK_H */
|