summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/audit.h
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2009-04-11 09:05:12 +0000
committer smf- <smf-@users.noreply.github.com>2009-04-11 09:05:12 +0000
commit9c8da09e53e23a0d9cabc9e5c847ba95db409b36 (patch)
treee2fce7c0aefe6559c4cbf26fd815cc2bca1bafb1 /src/emu/audit.h
parent55bb21fcbc261d2048b8ec79c764cecec7439143 (diff)
change to last patch to only treat a file as found if it's not from a parent.
Diffstat (limited to 'src/emu/audit.h')
-rw-r--r--src/emu/audit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/audit.h b/src/emu/audit.h
index 4aeda17ca9d..1be58f1e56f 100644
--- a/src/emu/audit.h
+++ b/src/emu/audit.h
@@ -86,6 +86,7 @@ struct _audit_record
UINT32 length; /* actual length of item */
const char * exphash; /* expected hash data */
char hash[HASH_BUF_SIZE]; /* actual hash information */
+ UINT8 used_by_parent; /* is the rom from a parent */
};