Example #1
0
        private void Init()
        {
            C64.SetCharSet(C64Address.FromLabel("charset"));
            C64.SetMultiColor();
            C64.SetBackgroundColor(Colors.Black);
            C64.SetBorderColor(Colors.Black);
            C64.SetCharBackgroundColor(0, Colors.Grey1);
            C64.SetCharBackgroundColor(1, Colors.White);
            C64.Sprites.CommonColor1 = Colors.Brown;
            C64.Sprites.CommonColor2 = Colors.Grey3;

            C64.Sound.Volume = 15;
        }