Beispiel #1
0
    public DebugRegisters(IEmulator emulator)
    {
        //initialize the form
        ShowIcon        = false;
        MaximizeBox     = false;
        MinimizeBox     = false;
        FormBorderStyle = FormBorderStyle.FixedSingle;

        //get the processors
        p_Emulator   = emulator;
        p_Processors = emulator.GetProcessors();

        //
        int[] col;
        getTable(out col);
    }
Beispiel #2
0
    public DebugRegisters(IEmulator emulator)
    {
        //initialize the form
        ShowIcon = false;
        MaximizeBox = false;
        MinimizeBox = false;
        FormBorderStyle = FormBorderStyle.FixedSingle;

        //get the processors
        p_Emulator = emulator;
        p_Processors = emulator.GetProcessors();

        //
        int[] col;
        getTable(out col);
    }