Changeset 5 for trunk/Forms/FormMain.lfm


Ignore:
Timestamp:
Apr 18, 2026, 7:24:02 PM (9 days ago)
Author:
chronos
Message:
  • Added: Some I/O ports handling.
  • Added: Messages form for capturing error messages.
  • Added: Go to address action.
  • Added: Allow to view all used memory areas in Memory window.
  • Added: Allow to reset CPU execution.
  • Modified: Improved memory mapping for MZ-700 and MZ-800 modes.
  • Fixed: Focusing currently executed instruction position.
  • Fixed: Wrong order or 8-bit registers in 16-bit pair.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormMain.lfm

    r2 r5  
    55  Width = 1061
    66  Caption = 'SHARP MZ-800 emulator'
    7   ClientHeight = 682
     7  ClientHeight = 716
    88  ClientWidth = 1061
    99  DesignTimePPI = 144
    1010  Menu = MainMenu1
     11  LCLVersion = '4.6.0.0'
    1112  OnClose = FormClose
    1213  OnCreate = FormCreate
    1314  OnDestroy = FormDestroy
    1415  OnShow = FormShow
    15   LCLVersion = '2.2.6.0'
    1616  object PanelLeft: TPanel
    1717    Left = 0
    18     Height = 682
     18    Height = 716
    1919    Top = 0
    2020    Width = 231
     
    2525  object PanelRight: TPanel
    2626    Left = 806
    27     Height = 682
     27    Height = 716
    2828    Top = 0
    2929    Width = 255
     
    3434  object Splitter1: TSplitter
    3535    Left = 231
    36     Height = 682
     36    Height = 716
    3737    Top = 0
    3838    Width = 8
     
    4040  object Splitter2: TSplitter
    4141    Left = 798
    42     Height = 682
     42    Height = 716
    4343    Top = 0
    4444    Width = 8
     
    4848  object PanelCenter: TPanel
    4949    Left = 239
    50     Height = 682
     50    Height = 716
    5151    Top = 0
    5252    Width = 559
    5353    Align = alClient
    5454    BevelOuter = bvNone
     55    ClientHeight = 716
     56    ClientWidth = 559
    5557    TabOrder = 4
     58    object PanelBottom: TPanel
     59      Left = 0
     60      Height = 164
     61      Top = 552
     62      Width = 559
     63      Align = alBottom
     64      BevelOuter = bvNone
     65      TabOrder = 0
     66    end
    5667  end
    5768  object MainMenu1: TMainMenu
    5869    Left = 216
    5970    Top = 64
    60     object MenuItem1: TMenuItem
     71    object MenuItemFile: TMenuItem
    6172      Caption = 'File'
    6273      object MenuItem4: TMenuItem
     
    6475      end
    6576    end
    66     object MenuItem5: TMenuItem
     77    object MenuItemEdit: TMenuItem
     78      Caption = 'Edit'
     79      object MenuItem1: TMenuItem
     80        Action = Core.AGoToAddress
     81      end
     82    end
     83    object MenuItemView: TMenuItem
    6784      Caption = 'View'
    6885      object MenuItem6: TMenuItem
     
    7996      end
    8097    end
    81     object MenuItem2: TMenuItem
     98    object MenuItemDebug: TMenuItem
    8299      Caption = 'Debug'
    83100      object MenuItem3: TMenuItem
     
    86103      object MenuItem8: TMenuItem
    87104        Action = Core.APause
     105      end
     106      object MenuItem2: TMenuItem
     107        Action = Core.AReset
     108      end
     109      object Separator1: TMenuItem
     110        Caption = '-'
    88111      end
    89112      object MenuItem13: TMenuItem
Note: See TracChangeset for help on using the changeset viewer.