Changeset 220 for branches/CpuSingleSize/CpuSingleSize.lpr
- Timestamp:
- Oct 20, 2020, 1:10:09 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/CpuSingleSize/CpuSingleSize.lpr
r217 r220 10 10 Forms, UFormMain, UCpu, UAssembler, UInstructions, UFormScreen, UMachine, 11 11 UFormCpu, UFormConsole, UFormAssembler, UCore, UFormDisassembler, 12 UDisassembler, UMemory, UFormMessages, UMessages, SysUtils, UFormHelp, UParser; 12 UDisassembler, UMemory, UFormMessages, UMessages, SysUtils, UFormHelp, 13 UParser, UFormDevices, UFormStorage; 13 14 14 15 {$R *.res} … … 30 31 Application.CreateForm(TCore, Core); 31 32 Application.CreateForm(TFormMain, FormMain); 32 Application.CreateForm(TFormScreen, FormScreen);33 Application.CreateForm(TFormConsole, FormConsole);34 33 Application.CreateForm(TFormCpu, FormCpu); 35 34 Application.CreateForm(TFormAssembler, FormAssembler); … … 37 36 Application.CreateForm(TFormMessages, FormMessages); 38 37 Application.CreateForm(TFormHelp, FormHelp); 38 Application.CreateForm(TFormDevices, FormDevices); 39 39 Application.Run; 40 40 end.
Note:
See TracChangeset
for help on using the changeset viewer.