summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/goldstar.h
diff options
context:
space:
mode:
author Roberto Fresca <robbie@robertofresca.com>2018-12-07 20:25:14 +0100
committer Roberto Fresca <robbie@robertofresca.com>2018-12-07 20:25:14 +0100
commit27cc9fe6a14c6df30081397ca2b99a02d8a5997b (patch)
treecc1dfe907d50cced6883c0e15af95fb7d2d03721 /src/mame/includes/goldstar.h
parenta9da1c8eaaf3ecc5d5b1d9ff8093bb2e554d9b5f (diff)
Fruit Bonus 2010 improvements... [David Haywood]
Diffstat (limited to 'src/mame/includes/goldstar.h')
-rw-r--r--src/mame/includes/goldstar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/goldstar.h b/src/mame/includes/goldstar.h
index 50c77924a12..73b7bc76669 100644
--- a/src/mame/includes/goldstar.h
+++ b/src/mame/includes/goldstar.h
@@ -1,5 +1,6 @@
// license:BSD-3-Clause
// copyright-holders:David Haywood, Roberto Fresca, Vas Crabb
+
#ifndef MAME_INCLUDES_GOLDSTAR_H
#define MAME_INCLUDES_GOLDSTAR_H
@@ -185,6 +186,7 @@ protected:
READ8_MEMBER(fixedval58_r) { return 0x58; }
READ8_MEMBER(fixedval68_r) { return 0x68; }
READ8_MEMBER(fixedval74_r) { return 0x74; }
+ READ8_MEMBER(fixedval7d_r) { return 0x7d; }
READ8_MEMBER(fixedval80_r) { return 0x80; }
READ8_MEMBER(fixedval82_r) { return 0x82; }
READ8_MEMBER(fixedval84_r) { return 0x84; }