1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-05-31 18:41:30 +00:00

comment fix

This commit is contained in:
zbyti 2020-09-23 20:18:04 +02:00
parent 7182f32032
commit 433066fedd

View File

@ -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