Changeset 238 for branches/CpuSingleSize/Forms/FormDevices.pas
- Timestamp:
- Jul 15, 2023, 12:51:15 AM (16 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/CpuSingleSize/Forms/FormDevices.pas
r237 r238 1 unit UFormDevices;1 unit FormDevices; 2 2 3 3 interface … … 5 5 uses 6 6 Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ComCtrls, ExtCtrls, 7 UMachine;7 Machine; 8 8 9 9 type … … 22 22 end; 23 23 24 var25 FormDevices: TFormDevices;26 24 27 25 implementation … … 30 28 31 29 uses 32 UFormConsole, UFormScreen, UFormStorage;30 FormConsole, FormScreen, FormStorage; 33 31 34 32 const
Note:
See TracChangeset
for help on using the changeset viewer.