type changing for portability

This commit is contained in:
ekeeke31 2011-04-30 15:22:45 +00:00
parent e46c46e2ff
commit b088d33ce0

View File

@ -189,7 +189,7 @@ void sound_reset(void)
void sound_restore()
{
int size;
u8 *ptr, *temp;
uint8 *ptr, *temp;
/* save YM context */
if (system_hw != SYSTEM_PBC)