Fix for k053260.cpp, fixes parodius

This commit is contained in:
Barry Harris 2011-12-21 16:18:38 +00:00
parent 086738cff5
commit a095ecf4e9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ struct k053260_channel_def {
UINT32 volume;
INT32 play;
UINT32 pan;
INT32 pos;
UINT32 pos;
INT32 loop;
INT32 ppcm; /* packed PCM ( 4 bit signed ) */
INT32 ppcm_data;