summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/igs022.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/igs022.h')
-rw-r--r--src/mame/machine/igs022.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/igs022.h b/src/mame/machine/igs022.h
index 5507fb2b9cf..2a32470b2d1 100644
--- a/src/mame/machine/igs022.h
+++ b/src/mame/machine/igs022.h
@@ -6,7 +6,7 @@ class igs022_device : public device_t
public:
igs022_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
- UINT16* m_sharedprotram;
+ UINT16* m_sharedprotram;
void IGS022_handle_command();
protected: