aboutsummaryrefslogtreecommitdiff
path: root/hw/sh7750.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/sh7750.c')
-rw-r--r--hw/sh7750.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/hw/sh7750.c b/hw/sh7750.c
index f04d13a6f6..33e733704e 100644
--- a/hw/sh7750.c
+++ b/hw/sh7750.c
@@ -662,18 +662,18 @@ SH7750State *sh7750_init(CPUSH4State * cpu)
cpu->intc_handle = &s->intc;
sh_serial_init(0x1fe00000, 0, s->periph_freq, serial_hds[0],
- sh_intc_source(&s->intc, SCI1_ERI),
- sh_intc_source(&s->intc, SCI1_RXI),
- sh_intc_source(&s->intc, SCI1_TXI),
- sh_intc_source(&s->intc, SCI1_TEI),
+ s->intc.irqs[SCI1_ERI],
+ s->intc.irqs[SCI1_RXI],
+ s->intc.irqs[SCI1_TXI],
+ s->intc.irqs[SCI1_TEI],
NULL);
sh_serial_init(0x1fe80000, SH_SERIAL_FEAT_SCIF,
s->periph_freq, serial_hds[1],
- sh_intc_source(&s->intc, SCIF_ERI),
- sh_intc_source(&s->intc, SCIF_RXI),
- sh_intc_source(&s->intc, SCIF_TXI),
+ s->intc.irqs[SCIF_ERI],
+ s->intc.irqs[SCIF_RXI],
+ s->intc.irqs[SCIF_TXI],
NULL,
- sh_intc_source(&s->intc, SCIF_BRI));
+ s->intc.irqs[SCIF_BRI]);
tmu012_init(0x1fd80000,
TMU012_FEAT_TOCR | TMU012_FEAT_3CHAN | TMU012_FEAT_EXTCLK,