summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/naomi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/naomi.h')
-rw-r--r--src/mame/includes/naomi.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/naomi.h b/src/mame/includes/naomi.h
index 6a5d1157dc0..13d3800880b 100644
--- a/src/mame/includes/naomi.h
+++ b/src/mame/includes/naomi.h
@@ -62,9 +62,12 @@ class naomi_state : public dc_state
DECLARE_READ64_MEMBER( aw_modem_r );
DECLARE_WRITE64_MEMBER( aw_modem_w );
+ UINT8 m_mp_mux;
+ DECLARE_CUSTOM_INPUT_MEMBER(naomi_mp_r);
+ DECLARE_INPUT_CHANGED_MEMBER(naomi_mp_w);
+
inline int decode_reg32_64(UINT32 offset, UINT64 mem_mask, UINT64 *shift);
- int jvsboard_type;
UINT16 actel_id;
UINT8 aw_ctrl_type;