Ignore:
Timestamp:
Jul 6, 2022, 1:05:27 AM (23 months ago)
Author:
chronos
Message:
  • Modified: Code parsing and execution improvements.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UltimatOS/UMachine.pas

    r30 r31  
    2727    function GetSize: TPoint;
    2828    procedure SetSize(AValue: TPoint);
    29     procedure Reset; override;
    3029  public
    3130    Memory: TMemory;
    3231    PendingRefresh: Boolean;
     32    procedure Reset; override;
    3333    procedure SetPointer(Value: Integer);
    3434    procedure WriteData(Value: Integer);
     
    8181implementation
    8282
    83 uses
    84   UInstructionWriter;
    85 
    8683{ TDevice }
    8784
Note: See TracChangeset for help on using the changeset viewer.