summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/jaguar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/jaguar.h')
-rw-r--r--src/mame/includes/jaguar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/jaguar.h b/src/mame/includes/jaguar.h
index 36845ff4625..2effde1bd00 100644
--- a/src/mame/includes/jaguar.h
+++ b/src/mame/includes/jaguar.h
@@ -54,6 +54,7 @@ public:
, m_config_io(*this, "CONFIG")
, m_joy(*this, "JOY%u", 0U)
, m_buttons(*this, "BUTTONS%u", 0U)
+ , m_system(*this, "SYSTEM")
, m_is_r3000(false)
, m_is_cojag(false)
, m_hacks_enabled(false)
@@ -128,6 +129,7 @@ private:
optional_ioport m_config_io;
optional_ioport_array<8> m_joy;
optional_ioport_array<8> m_buttons;
+ optional_ioport m_system;
// configuration
bool m_is_r3000;