aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
Diffstat (limited to 'hw')
-rw-r--r--hw/sb16.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/sb16.c b/hw/sb16.c
index bc17d6f..ac41a13 100644
--- a/hw/sb16.c
+++ b/hw/sb16.c
@@ -1409,6 +1409,7 @@ int SB16_init (qemu_irq *pic)
s->cmd = -1;
s->pic = isa_reserve_irq (conf.irq);
+ s->irq = conf.irq;
s->dma = conf.dma;
s->hdma = conf.hdma;
s->port = conf.port;