mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Restore consistent formatting of audio devices
This commit is contained in:
parent
03dfe9f871
commit
d999f7e023
5 changed files with 31 additions and 31 deletions
|
@ -115,7 +115,7 @@ static void adlib_kill_timers (AdlibState *s)
|
|||
}
|
||||
}
|
||||
|
||||
static IO_WRITE_PROTO(adlib_write)
|
||||
static IO_WRITE_PROTO (adlib_write)
|
||||
{
|
||||
AdlibState *s = opaque;
|
||||
int a = nport & 3;
|
||||
|
@ -133,7 +133,7 @@ static IO_WRITE_PROTO(adlib_write)
|
|||
#endif
|
||||
}
|
||||
|
||||
static IO_READ_PROTO(adlib_read)
|
||||
static IO_READ_PROTO (adlib_read)
|
||||
{
|
||||
AdlibState *s = opaque;
|
||||
uint8_t data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue