mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
snes7110: fixed variable size
This commit is contained in:
parent
a7898300e2
commit
f28d2fda5a
@ -374,7 +374,7 @@ static void SPC7110Decomp_mode1(SPC7110Decomp *thisptr, UINT8 init)
|
||||
|
||||
while(thisptr->decomp_buffer_length < (spc7110_decomp_buffer_size >> 1))
|
||||
{
|
||||
UINT8 data;
|
||||
UINT16 data;
|
||||
UINT32 pixel;
|
||||
for(pixel = 0; pixel < 8; pixel++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user