summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/thunderj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/thunderj.h')
-rw-r--r--src/mame/includes/thunderj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/thunderj.h b/src/mame/includes/thunderj.h
index d3c1a4b6d2c..4915b7bfd10 100644
--- a/src/mame/includes/thunderj.h
+++ b/src/mame/includes/thunderj.h
@@ -11,7 +11,7 @@ class thunderj_state : public atarigen_state
public:
thunderj_state(const machine_config &mconfig, device_type type, const char *tag)
: atarigen_state(mconfig, type, tag),
- m_extra(*this, "extra") { }
+ m_extra(*this, "extra") { }
UINT8 m_alpha_tile_bank;
virtual void update_interrupts();