amiga_cyberspace

diff src/main.c @ 4:12ec766e435c

enabling all interrupts was stupid, and would crash the real amiga.
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 30 Jul 2017 14:24:00 +0300
parents 200e512488e4
children
line diff
     1.1 --- a/src/main.c	Thu Jul 27 10:42:36 2017 +0300
     1.2 +++ b/src/main.c	Sun Jul 30 14:24:00 2017 +0300
     1.3 @@ -117,8 +117,6 @@
     1.4  	REG_DMACON = CLRBITS(DMA_ALL);
     1.5  
     1.6  	prev_intena = REG_INTENAR;
     1.7 -	REG_INTENA = SETBITS(INTEN_ALL);
     1.8 -
     1.9  	prev_intreq = REG_INTREQR;
    1.10  	prev_adkcon = REG_ADKCONR;
    1.11