Home
last modified time | relevance | path

Searched defs:chd_interface (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/lib/mame-chd/
H A Dchd.h166 struct chd_interface struct
168 struct chd_interface_file *(*open)(const char *filename, const char *mode); argument
169 void (*close)(struct chd_interface_file *file); argument
170 UINT32 (*read)(struct chd_interface_file *file, UINT64 offset, UINT32 count, void *buffer); argument
171 UINT32 (*write)(struct chd_interface_file *file, UINT64 offset, UINT32 count, const void *buffer); argument
172 UINT64 (*length)(struct chd_interface_file *file); argument
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/lib/mame-chd/
H A Dchd.h166 struct chd_interface struct
168 struct chd_interface_file *(*open)(const char *filename, const char *mode); argument
169 void (*close)(struct chd_interface_file *file); argument
170 UINT32 (*read)(struct chd_interface_file *file, UINT64 offset, UINT32 count, void *buffer); argument
171 UINT32 (*write)(struct chd_interface_file *file, UINT64 offset, UINT32 count, const void *buffer); argument
172 UINT64 (*length)(struct chd_interface_file *file); argument