mirror of
https://github.com/KarolS/millfork.git
synced 2025-02-03 11:33:33 +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
|
// init procedure
|
||||||
void system_off(){
|
void system_off(){
|
||||||
asm { sei } // turn off IRQ
|
asm { sei } // turn off IRQ
|
||||||
antic_nmien = 0 // turn off ANTIC
|
antic_nmien = 0 // turn off NMI
|
||||||
pia_portb = $fe // turn off ROM
|
pia_portb = $fe // turn off ROM
|
||||||
rti = $40 // set RTI opcode
|
rti = $40 // set RTI opcode
|
||||||
vbivec = rti.addr // set address for VBI routine
|
vbivec = rti.addr // set address for VBI routine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user