Changeset 238 for branches/CpuSingleSize/Forms/FormConsole.pas
- Timestamp:
- Jul 15, 2023, 12:51:15 AM (16 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/CpuSingleSize/Forms/FormConsole.pas
r237 r238 1 unit UFormConsole;1 unit FormConsole; 2 2 3 3 interface … … 5 5 uses 6 6 Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, ExtCtrls, 7 UMachine, UCpu;7 Machine, Cpu; 8 8 9 9 type … … 25 25 end; 26 26 27 var28 FormConsole: TFormConsole;29 27 30 28 implementation
Note:
See TracChangeset
for help on using the changeset viewer.