summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/plaparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/plaparse.h')
-rw-r--r--src/lib/util/plaparse.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/util/plaparse.h b/src/lib/util/plaparse.h
index b0d3cbbe4e3..a5453145e31 100644
--- a/src/lib/util/plaparse.h
+++ b/src/lib/util/plaparse.h
@@ -1,10 +1,10 @@
// license:BSD-3-Clause
-// copyright-holders:Aaron Giles, hap
+// copyright-holders:Aaron Giles, Curt Coder, hap
/***************************************************************************
plaparse.h
- Parser for Berkeley standard PLA files into raw fusemaps.
+ Parser for Berkeley standard (aka Espresso) PLA files into raw fusemaps.
***************************************************************************/
@@ -13,7 +13,6 @@
#pragma once
-#include "osdcore.h"
#include "jedparse.h"
@@ -22,6 +21,6 @@
***************************************************************************/
/* parse a file (read into memory) into a jed_data structure */
-int pla_parse(const void *data, size_t length, jed_data *result);
+int pla_parse(util::random_read &src, jed_data *result);
#endif // MAME_UTIL_PLAPARSE_H