mirror of
https://github.com/holub/mame
synced 2025-05-20 20:58:51 +03:00
Fix typo: compresed → compressed
This commit is contained in:
parent
3fb9b74f11
commit
5cc90dc788
@ -1896,9 +1896,9 @@ WRITE16_MEMBER(dcs_audio_device:: adsp_control_w )
|
||||
|
||||
case S1_CONTROL_REG:
|
||||
if (((data >> 4) & 3) == 2)
|
||||
logerror("DCS: Oh no!, the data is compresed with u-law encoding\n");
|
||||
logerror("DCS: Oh no!, the data is compressed with u-law encoding\n");
|
||||
if (((data >> 4) & 3) == 3)
|
||||
logerror("DCS: Oh no!, the data is compresed with A-law encoding\n");
|
||||
logerror("DCS: Oh no!, the data is compressed with A-law encoding\n");
|
||||
break;
|
||||
|
||||
case TIMER_SCALE_REG:
|
||||
|
@ -582,9 +582,9 @@ WRITE16_MEMBER(gaelco3d_state::adsp_control_w)
|
||||
|
||||
case S1_CONTROL_REG:
|
||||
if (((data >> 4) & 3) == 2)
|
||||
logerror("Oh no!, the data is compresed with u-law encoding\n");
|
||||
logerror("Oh no!, the data is compressed with u-law encoding\n");
|
||||
if (((data >> 4) & 3) == 3)
|
||||
logerror("Oh no!, the data is compresed with A-law encoding\n");
|
||||
logerror("Oh no!, the data is compressed with A-law encoding\n");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user