Changeset 5 for trunk/Core.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/Core.lfm

    r2 r5  
    1919      Category = 'View'
    2020      Caption = 'Memory'
     21      ShortCut = 113
    2122      OnExecute = AViewMemoryExecute
    22       ShortCut = 113
    2323    end
    2424    object AViewDissssembler: TAction
    2525      Category = 'View'
    2626      Caption = 'Disassembler'
     27      ShortCut = 114
    2728      OnExecute = AViewDissssemblerExecute
    28       ShortCut = 114
    2929    end
    3030    object AStepIn: TAction
     31      Category = 'Debug'
    3132      Caption = 'Step in'
     33      ShortCut = 118
    3234      OnExecute = AStepInExecute
    33       ShortCut = 118
    3435    end
    3536    object AStepOver: TAction
     37      Category = 'Debug'
    3638      Caption = 'Step over'
     39      ShortCut = 119
    3740      OnExecute = AStepOverExecute
    38       ShortCut = 119
    3941    end
    4042    object ARunToCursor: TAction
     43      Category = 'Debug'
    4144      Caption = 'Run to cursor'
    4245      ShortCut = 115
    4346    end
    4447    object APause: TAction
     48      Category = 'Debug'
    4549      Caption = 'Pause'
     50      ShortCut = 16504
    4651      OnExecute = APauseExecute
    47       ShortCut = 16504
    4852    end
    4953    object ARun: TAction
     54      Category = 'Debug'
    5055      Caption = 'Run'
     56      ShortCut = 120
    5157      OnExecute = ARunExecute
    52       ShortCut = 120
    5358    end
    5459    object AStepOut: TAction
     60      Category = 'Debug'
    5561      Caption = 'Step out'
     62      ShortCut = 8311
    5663      OnExecute = AStepOutExecute
    57       ShortCut = 8311
    5864    end
    5965    object AStop: TAction
     66      Category = 'Debug'
    6067      Caption = 'Stop'
     68      ShortCut = 8312
    6169      OnExecute = AStopExecute
    62       ShortCut = 8312
    6370    end
    6471    object AViewCpu: TAction
    6572      Category = 'View'
    6673      Caption = 'CPU'
     74      ShortCut = 116
    6775      OnExecute = AViewCpuExecute
    68       ShortCut = 116
    6976    end
    7077    object AViewScreen: TAction
     
    7279      Caption = 'Screen'
    7380      OnExecute = AViewScreenExecute
     81    end
     82    object AReset: TAction
     83      Category = 'Debug'
     84      Caption = 'Reset'
     85      OnExecute = AResetExecute
     86    end
     87    object AGoToAddress: TAction
     88      Category = 'Edit'
     89      Caption = 'Go to address'
     90      ShortCut = 16455
     91      OnExecute = AGoToAddressExecute
     92    end
     93    object AViewMessages: TAction
     94      Category = 'View'
     95      Caption = 'Messages'
     96      OnExecute = AViewMessagesExecute
    7497    end
    7598  end
Note: See TracChangeset for help on using the changeset viewer.