Changeset 13 for trunk/Forms/FormCpu.lfm


Ignore:
Timestamp:
Apr 21, 2026, 2:55:51 PM (6 days ago)
Author:
chronos
Message:
  • Added: Call stack window.
  • Modified: Use reload pending boolean variable and reload from timer instead of Thread.Synchronize to not delay CPU execution.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormCpu.lfm

    r11 r13  
    11object FormCpu: TFormCpu
    22  Left = 834
    3   Height = 657
     3  Height = 610
    44  Top = 501
    5   Width = 274
     5  Width = 302
    66  Caption = 'CPU'
    7   ClientHeight = 657
    8   ClientWidth = 274
     7  ClientHeight = 610
     8  ClientWidth = 302
    99  DesignTimePPI = 144
    1010  LCLVersion = '4.6.0.0'
    1111  object GroupBox1: TGroupBox
    12     Left = 22
     12    Left = 8
    1313    Height = 546
    1414    Top = 22
    15     Width = 230
     15    Width = 256
    1616    Caption = 'Registers'
    1717    ClientHeight = 519
    18     ClientWidth = 228
     18    ClientWidth = 254
    1919    TabOrder = 0
    2020    object ValueListEditor1: TValueListEditor
     
    2222      Height = 499
    2323      Top = 5
    24       Width = 192
     24      Width = 218
    2525      Anchors = [akTop, akLeft, akRight, akBottom]
     26      DefaultColWidth = 100
    2627      RowCount = 2
    2728      TabOrder = 0
    2829      ColWidths = (
    29         96
    30         94
     30        100
     31        116
    3132      )
    3233    end
Note: See TracChangeset for help on using the changeset viewer.