Restore consistent formatting

Signed-off-by: malc <av1474@comtv.ru>
master
malc 2011-10-09 19:04:16 +04:00
parent df2921d326
commit 8acbc9b21d
3 changed files with 14 additions and 15 deletions

View File

@ -276,7 +276,6 @@ static int gus_initfn (ISADevice *dev)
register_ioport_read (s->port + 6, 10, 2, gus_readw, s);
isa_init_ioport_range (dev, s->port + 6, 10);
register_ioport_write (s->port + 0x100, 8, 1, gus_writeb, s);
register_ioport_write (s->port + 0x100, 8, 2, gus_writew, s);
register_ioport_read (s->port + 0x100, 8, 1, gus_readb, s);