C64Lib.Core.MOS6581.MOS6581 C# (CSharp) Method

MOS6581() public method

public MOS6581 ( C64 c64 ) : System
c64 C64
return System
        public MOS6581(C64 c64)
        {
            the_c64 = c64;
            the_renderer = null;
            for (int i = 0; i < regs.Length; i++)
                regs[i] = 0;

            // Open the renderer
            open_close_renderer(SIDType.SIDTYPE_NONE, GlobalPrefs.ThePrefs.SIDType);
        }