Changeset 13 for trunk/SharpMz800.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/SharpMz800.pas

    r8 r13  
    44
    55uses
    6   Classes, SysUtils, Z80, Memory, Base, I8255, I8253;
     6  Classes, SysUtils, Z80, MemoryTypes, Base, I8255, I8253;
    77
    88type
     
    118118  MappedMemory.Areas.AddNew($0, Memory);
    119119  if Assigned(Cpu) then
    120     TThread.Synchronize(Cpu.Thread, DoMemoryMappingChange);
     120    DoMemoryMappingChange;
    121121end;
    122122
Note: See TracChangeset for help on using the changeset viewer.