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
jsr VTAB
sta SETALTCHAR
sta CLRHIRES
sta SETMIXED
sta CLRTEXT

View File

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