Kernel 0.94

This commit is contained in:
Rémy GIBERT 2020-06-26 23:20:15 +02:00
parent d5c45c438a
commit 752958555e
3 changed files with 6 additions and 1 deletions

Binary file not shown.

View File

@ -211,6 +211,7 @@ A2osX.ScreenDLGR
sta CV sta CV
jsr VTAB jsr VTAB
sta SETALTCHAR
sta CLRHIRES sta CLRHIRES
sta SETMIXED sta SETMIXED
sta CLRTEXT sta CLRTEXT

View File

@ -115,11 +115,14 @@ Kernel.Init3 sta SETALTZP
stz IRQ.InLib stz IRQ.InLib
sta SETALTCHAR sta SETALTCHAR
sta SETMIXED sta CLRMIXED
sta CLRHIRES sta CLRHIRES
sta SET80DISP
sta SET80STORE sta SET80STORE
sta CLRPAGE2 sta CLRPAGE2
sta SETIOUDIS
sta SETDHIRES sta SETDHIRES
sta CLRIOUDIS
jsr MemMgrInit jsr MemMgrInit
@ -500,6 +503,7 @@ CPU.Init.6502 >PUSHWI MSG.CPU
nop (2) nop (2)
nop (2) nop (2)
nop (2) nop (2)
nop (2)
inc A2osX.RANDOM16 (6) inc A2osX.RANDOM16 (6)
bne .5 (2*) bne .5 (2*)