mirror of
https://github.com/holub/mame
synced 2025-05-24 23:05:32 +03:00
20 lines
372 B
C
20 lines
372 B
C
/*********************************************************************
|
|
|
|
formats/pc_dsk.h
|
|
|
|
PC disk images
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef PC_DSK_H
|
|
#define PC_DSK_H
|
|
|
|
#include "flopimg.h"
|
|
|
|
|
|
/**************************************************************************/
|
|
|
|
FLOPPY_OPTIONS_EXTERN(pc);
|
|
|
|
#endif /* PC_DSK_H */
|