Ignore:
Timestamp:
Sep 22, 2019, 9:31:49 PM (5 years ago)
Author:
chronos
Message:
  • Modified: All parts of virtual machine have own form in Forms subdirectory.
  • Modified: Main form moved to Forms subdirectory.
  • Modified: TCpu class moved to UCpu unit.
  • Added: Assembler and dissasembler forms.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/virtcpu varint/virtcpu.lpr

    r196 r197  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UFormMain, UMachine, UInstructionWriter, UVarInt
    11   { you can add units after this };
     10  Forms, UMachine, UInstructionWriter, UVarInt
     11  { you can add units after this },
     12  UFormMain, UCpu;
    1213
    1314{$R *.res}
    1415
    1516begin
    16   RequireDerivedFormResource:=True;
     17  RequireDerivedFormResource := True;
    1718  Application.Initialize;
    1819  Application.CreateForm(TFormMain, FormMain);
Note: See TracChangeset for help on using the changeset viewer.