mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-24 22:31:38 +00:00
comment fix
This commit is contained in:
parent
7182f32032
commit
433066fedd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user