summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/seta.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/seta.h')
-rw-r--r--src/mame/includes/seta.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/seta.h b/src/mame/includes/seta.h
index 9bcf747876f..bb290cdc3ba 100644
--- a/src/mame/includes/seta.h
+++ b/src/mame/includes/seta.h
@@ -279,7 +279,7 @@ protected:
u8 m_twineagl_xram[8];
u8 m_twineagl_tilebank[4];
- std::unique_ptr<u16[]> m_downtown_protection;
+ std::unique_ptr<u8[]> m_downtown_protection;
u16 metafox_protection_r(offs_t offset);
void twineagl_tilebank_w(offs_t offset, u8 data);