Ignore:
Timestamp:
Oct 20, 2020, 1:10:09 AM (4 years ago)
Author:
chronos
Message:
  • Added: Devices form with tree view of connected devices. Device control form can be opened by double click.
  • Modifid: IN/OUT instructions now use also device group index to directly specify which device should be read/written.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CpuSingleSize/CpuSingleSize.lpr

    r217 r220  
    1010  Forms, UFormMain, UCpu, UAssembler, UInstructions, UFormScreen, UMachine,
    1111  UFormCpu, UFormConsole, UFormAssembler, UCore, UFormDisassembler,
    12   UDisassembler, UMemory, UFormMessages, UMessages, SysUtils, UFormHelp, UParser;
     12  UDisassembler, UMemory, UFormMessages, UMessages, SysUtils, UFormHelp,
     13  UParser, UFormDevices, UFormStorage;
    1314
    1415{$R *.res}
     
    3031  Application.CreateForm(TCore, Core);
    3132  Application.CreateForm(TFormMain, FormMain);
    32   Application.CreateForm(TFormScreen, FormScreen);
    33   Application.CreateForm(TFormConsole, FormConsole);
    3433  Application.CreateForm(TFormCpu, FormCpu);
    3534  Application.CreateForm(TFormAssembler, FormAssembler);
     
    3736  Application.CreateForm(TFormMessages, FormMessages);
    3837  Application.CreateForm(TFormHelp, FormHelp);
     38  Application.CreateForm(TFormDevices, FormDevices);
    3939  Application.Run;
    4040end.
Note: See TracChangeset for help on using the changeset viewer.