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/UCore.lfm

    r216 r220  
    5858      OnExecute = ACpuExecute
    5959    end
    60     object AConsole: TAction
    61       Caption = 'Console'
    62       OnExecute = AConsoleExecute
    63     end
    64     object AScreen: TAction
    65       Caption = 'Screen'
    66       OnExecute = AScreenExecute
     60    object ADevices: TAction
     61      Caption = 'Devices'
     62      OnExecute = ADevicesExecute
    6763    end
    6864    object AHelp: TAction
Note: See TracChangeset for help on using the changeset viewer.