summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
author James Wallace <james-wallace-ghub@users.noreply.github.com>2021-02-02 19:51:22 +0000
committer James Wallace <james-wallace-ghub@users.noreply.github.com>2021-02-02 19:51:22 +0000
commit1dbaa23d645e8dc96f0b02166675fec82e2963df (patch)
treef4a648c851dc8d6e585a4fc779350068a9517f97 /src/mame/includes
parent60c32121efb67e044734e4b3eba49f46243bbbae (diff)
- jpmimpct: Added emulation of X9C103, fixes volume setting
Clones promoted to working ---------------------------- Ace Of Clubs (Crystal) (IMPACT, GND D 4) Ace Of Clubs (Crystal) (IMPACT, GND D 4 P, Protocol)
Diffstat (limited to 'src/mame/includes')
-rw-r--r--src/mame/includes/jpmimpct.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/jpmimpct.h b/src/mame/includes/jpmimpct.h
index fbcf8a82c6d..8511ea487be 100644
--- a/src/mame/includes/jpmimpct.h
+++ b/src/mame/includes/jpmimpct.h
@@ -151,6 +151,8 @@ private:
int m_slidesout;
int m_hopper[3];
int m_motor[3];
+ int m_volume_latch;
+ int m_global_volume;
uint16_t m_coinstate;
required_device_array<timer_device, 6> m_cointimer;