Changeset 13 for trunk/SharpMz800.pas
- Timestamp:
- Apr 21, 2026, 2:55:51 PM (6 days ago)
- File:
-
- 1 edited
-
trunk/SharpMz800.pas (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SharpMz800.pas
r8 r13 4 4 5 5 uses 6 Classes, SysUtils, Z80, Memory , Base, I8255, I8253;6 Classes, SysUtils, Z80, MemoryTypes, Base, I8255, I8253; 7 7 8 8 type … … 118 118 MappedMemory.Areas.AddNew($0, Memory); 119 119 if Assigned(Cpu) then 120 TThread.Synchronize(Cpu.Thread, DoMemoryMappingChange);120 DoMemoryMappingChange; 121 121 end; 122 122
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/mzxemu/chrome/site/your_project_logo.png)