Changeset 13 for trunk/mzxemu.lpr


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/mzxemu.lpr

    r8 r13  
    1111  {$ENDIF}
    1212  SysUtils, Interfaces, // this includes the LCL widgetset
    13   Forms, FormMain, FormMemory, FormDisassembler, Z80, SharpMz800, Memory, Core,
     13  Forms, FormMain, FormMemory, FormDisassembler, Z80, SharpMz800,
     14MemoryTypes, Core,
    1415  Z80InstructionInfo, Z80Instructions, Disassembler, FormCpu, FormScreen,
    15   FormGoToAddress, FormMessages, Base, InstructionSetGen, I8253, I8255;
     16  FormGoToAddress, FormMessages, Base, InstructionSetGen, I8253, I8255,
     17FormCallStack, Debugger;
    1618
    1719{$if declared(UseHeapTrace)}
Note: See TracChangeset for help on using the changeset viewer.