Ignore:
Timestamp:
Apr 21, 2026, 3:52:53 PM (6 days ago)
Author:
chronos
Message:
  • Modified: Pausing CPU thread execution with event object instead of freeing thread object.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Z80/Z80Instructions.pas

    r10 r14  
    44
    55uses
    6   Classes, SysUtils;
     6  Classes, SysUtils, Base;
    77
    88type
     
    708708  );
    709709
    710   TEvent = procedure of object;
    711   TInstructionMethods = array[TInstruction] of TEvent;
     710  TInstructionMethods = array[TInstruction] of TBaseEvent;
    712711
    713712
Note: See TracChangeset for help on using the changeset viewer.