We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156872f commit f70065aCopy full SHA for f70065a
arch/m68k/atari/ataints.c
@@ -301,11 +301,7 @@ void __init atari_init_IRQ(void)
301
302
if (ATARIHW_PRESENT(SCU)) {
303
/* init the SCU if present */
304
- tt_scu.sys_mask = 0x10; /* enable VBL (for the cursor) and
305
- * disable HSYNC interrupts (who
306
- * needs them?) MFP and SCC are
307
- * enabled in VME mask
308
- */
+ tt_scu.sys_mask = 0x0; /* disable all interrupts */
309
tt_scu.vme_mask = 0x60; /* enable MFP and SCC ints */
310
} else {
311
/* If no SCU and no Hades, the HSYNC interrupt needs to be
0 commit comments