summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/hashfile.h
blob: 7dd9aabbfc8ee0c81e47cde8d87c55c05d149a39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// license:BSD-3-Clause
// copyright-holders:Nathan Woods
/*********************************************************************

    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, std::string &result);

#endif /* __HASHFILE_H__ */