summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taitosj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/taitosj.h')
-rw-r--r--src/mame/includes/taitosj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/taitosj.h b/src/mame/includes/taitosj.h
index 7937e0104c6..d4c9e2a65f5 100644
--- a/src/mame/includes/taitosj.h
+++ b/src/mame/includes/taitosj.h
@@ -18,7 +18,7 @@ public:
m_collision_reg(*this, "collision_reg"),
m_kikstart_scrollram(*this, "kikstart_scroll"){ }
- typedef void (taitosj_state::*copy_layer_func_t)(bitmap_ind16 &,
+ typedef void (taitosj_state::*copy_layer_func_t)(bitmap_ind16 &,
const rectangle &, int, int *, rectangle *);
UINT8 m_sndnmi_disable;
UINT8 m_input_port_4_f0;