summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/buggychl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/buggychl.cpp')
-rw-r--r--src/mame/video/buggychl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/buggychl.cpp b/src/mame/video/buggychl.cpp
index 26bf22f4ff4..758cb12330f 100644
--- a/src/mame/video/buggychl.cpp
+++ b/src/mame/video/buggychl.cpp
@@ -196,7 +196,7 @@ void buggychl_state::draw_sprites( bitmap_ind16 &bitmap, const rectangle &clipre
for (ch = 0; ch < 4; ch++)
{
int pos, code, realflipy;
- const uint8_t *pendata;
+ const uint16_t *pendata;
pos = base_pos + 2 * ch;
code = 8 * (lookup[pos] | ((lookup[pos + 1] & 0x07) << 8));