I'm currently trying to get into the c256 dev system, but I'm not quite sure
where to find the current *_def.asm files - they are quite different everywhere,
see
https://github.com/Trinity-11/FoenixIDE ... kernel.lst
;Sat Oct 17 20:31:34 2020
;src\vicky_ii_def.asm
BACKGROUND_COLOR_B = $AF000D
whereas
the "master" branch
https://github.com/Trinity-11/Kernel/bl ... ky_def.asm
and the more recent "pjw-dev" branch
https://github.com/Trinity-11/Kernel/bl ... ky_def.asm
say
BACKGROUND_COLOR_B = $AF0008
I can't find the vicky_ii_def.asm anywhere.
Any help appreciated, thanks
Where to find the current vicky_def.asm
Re: Where to find the current vicky_def.asm
You should use the Vicky II branch of the kernel: https://github.com/Trinity-11/Kernel_FMX/tree/vicky-ii
Re: Where to find the current vicky_def.asm
got it, thanks!