Changeset 6 for trunk/Forms/FormMain.lfm


Ignore:
Timestamp:
Apr 19, 2026, 10:45:05 AM (8 days ago)
Author:
chronos
Message:
  • Modified: Execute instructions from array of methods instead of big case statement.
  • Added: Check which instructions are missing in InstructionInfo.
  • Added: Instruction generator.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormMain.lfm

    r5 r6  
    44  Top = 509
    55  Width = 1061
    6   Caption = 'SHARP MZ-800 emulator'
     6  Caption = 'MZXEmu'
    77  ClientHeight = 716
    88  ClientWidth = 1061
     
    126126      end
    127127    end
     128    object MenuItemTools: TMenuItem
     129      Caption = 'Tools'
     130      object MenuItem5: TMenuItem
     131        Action = Core.AInstructionSetGen
     132      end
     133    end
    128134  end
    129135end
Note: See TracChangeset for help on using the changeset viewer.