Ignore:
Timestamp:
Apr 18, 2026, 7:24:02 PM (8 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/FormMemory.lfm

    r2 r5  
    88  ClientWidth = 1150
    99  DesignTimePPI = 144
     10  LCLVersion = '4.6.0.0'
     11  OnCreate = FormCreate
     12  OnDestroy = FormDestroy
    1013  OnShow = FormShow
    11   LCLVersion = '2.2.6.0'
    1214  object ListViewMemory: TListView
    13     Left = 8
    14     Height = 850
    15     Top = 8
    16     Width = 1134
    17     Align = alClient
     15    Left = 0
     16    Height = 810
     17    Top = 48
     18    Width = 1142
     19    Align = alCustom
    1820    Anchors = [akTop, akLeft, akBottom]
    1921    BorderSpacing.Around = 8
     
    2931      item
    3032        Caption = 'ASCII'
    31         Width = 356
     33        Width = 364
    3234      end>
    3335    Font.Height = -20
     
    3941    OnData = ListViewMemoryData
    4042  end
     43  object Label1: TLabel
     44    Left = 8
     45    Height = 26
     46    Top = 8
     47    Width = 44
     48    Caption = 'Area:'
     49  end
     50  object ComboBoxArea: TComboBox
     51    Left = 104
     52    Height = 42
     53    Top = 0
     54    Width = 334
     55    ItemHeight = 0
     56    Style = csDropDownList
     57    TabOrder = 1
     58    OnSelect = ComboBoxAreaSelect
     59  end
    4160  object Timer1: TTimer
    4261    Interval = 500
Note: See TracChangeset for help on using the changeset viewer.