summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taitotz.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taitotz.c')
-rw-r--r--src/mame/drivers/taitotz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/taitotz.c b/src/mame/drivers/taitotz.c
index 53bce6e0113..6493a7afa84 100644
--- a/src/mame/drivers/taitotz.c
+++ b/src/mame/drivers/taitotz.c
@@ -626,7 +626,7 @@ class taitotz_renderer : public poly_manager<float, taitotz_polydata, 6, 50000>
public:
taitotz_renderer(taitotz_state &state, int width, int height, UINT32 *texram)
: poly_manager<float, taitotz_polydata, 6, 50000>(state.machine()),
- m_state(state)
+ m_state(state)
{
m_zbuffer = auto_bitmap_ind32_alloc(state.machine(), width, height);
m_texture = texram;