mirror of
https://github.com/holub/mame
synced 2025-05-28 08:33:05 +03:00
19 lines
402 B
C
19 lines
402 B
C
/*********************************************************************
|
|
|
|
formats/comx35_dsk.h
|
|
|
|
COMX35 disk images
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef COMX35_DSK_H
|
|
#define COMX35_DSK_H
|
|
|
|
#include "flopimg.h"
|
|
|
|
/**************************************************************************/
|
|
|
|
LEGACY_FLOPPY_OPTIONS_EXTERN(comx35);
|
|
|
|
#endif /* COMX35_DSK_H */
|