diff options
Diffstat (limited to 'src/mame/video/buggychl.cpp')
-rw-r--r-- | src/mame/video/buggychl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/buggychl.cpp b/src/mame/video/buggychl.cpp index 758cb12330f..26bf22f4ff4 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 uint16_t *pendata; + const uint8_t *pendata; pos = base_pos + 2 * ch; code = 8 * (lookup[pos] | ((lookup[pos + 1] & 0x07) << 8)); |