Ignore:
Timestamp:
Jul 14, 2022, 11:29:01 PM (22 months ago)
Author:
chronos
Message:
  • Added: Cpu state window.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UltimatOS/UltimatOS.lpr

    r32 r35  
    1111  {$ENDIF}
    1212  Interfaces, // this includes the LCL widgetset
    13   Forms, UFormMain, UMachine, UCpu, UMemory, UAssembler, UFormMemory
    14   { you can add units after this };
     13  Forms, UFormMain, UMachine, UCpu, UMemory, UAssembler, UFormMemory, UFormCpu;
    1514
    1615{$R *.res}
     
    2120  Application.Initialize;
    2221  Application.CreateForm(TFormMain, FormMain);
    23   Application.CreateForm(TFormMemory, FormMemory);
    2422  Application.Run;
    2523end.
Note: See TracChangeset for help on using the changeset viewer.