Changeset 13 for trunk/Disassembler.pas


Ignore:
Timestamp:
Apr 21, 2026, 2:55:51 PM (6 days ago)
Author:
chronos
Message:
  • Added: Call stack window.
  • Modified: Use reload pending boolean variable and reload from timer instead of Thread.Synchronize to not delay CPU execution.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Disassembler.pas

    r12 r13  
    44
    55uses
    6   Classes, SysUtils, Z80Instructions, Z80InstructionInfo, StrUtils, Memory,
     6  Classes, SysUtils, Z80Instructions, Z80InstructionInfo, StrUtils, MemoryTypes,
    77  Generics.Collections;
    88
Note: See TracChangeset for help on using the changeset viewer.