summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/hashfile.h
blob: c462b5c74d3b1b2b8e0753433a1bd16b5558234f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*********************************************************************

    hashfile.h

    Code for parsing hash info (*.hsi) files

*********************************************************************/

#ifndef __HASHFILE_H__
#define __HASHFILE_H__

#include "emu.h"


bool hashfile_extrainfo(device_image_interface &image, astring &result);

#endif /* __HASHFILE_H__ */