mirror of
https://github.com/holub/mame
synced 2025-05-23 06:08:48 +03:00
20 lines
421 B
C
20 lines
421 B
C
/*********************************************************************
|
|
|
|
formats/dim_dsk.h
|
|
|
|
DIM disk images
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef DIM_DSK_H
|
|
#define DIM_DSK_H
|
|
|
|
#include "flopimg.h"
|
|
|
|
/**************************************************************************/
|
|
|
|
FLOPPY_IDENTIFY(dim_dsk_identify);
|
|
FLOPPY_CONSTRUCT(dim_dsk_construct);
|
|
|
|
#endif /* DIM_DSK_H */
|