diff --git a/examples/a8/systemoff_example.mfk b/examples/a8/systemoff_example.mfk index 8ea33344..991dd27f 100644 --- a/examples/a8/systemoff_example.mfk +++ b/examples/a8/systemoff_example.mfk @@ -34,7 +34,7 @@ const array(byte) dl align(32) = [ // init procedure void system_off(){ asm { sei } // turn off IRQ - antic_nmien = 0 // turn off ANTIC + antic_nmien = 0 // turn off NMI pia_portb = $fe // turn off ROM rti = $40 // set RTI opcode vbivec = rti.addr // set address for VBI routine