Ignore:
Timestamp:
Jul 5, 2022, 8:28:18 PM (23 months ago)
Author:
chronos
Message:
  • Modified: Improved sample code execution.
  • Added: Memory map form.
Location:
branches/UltimatOS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/UltimatOS

    • Property svn:ignore set to
      UltimatOS
      UltimatOS.lps
      UltimatOS.res
      lib
  • branches/UltimatOS/UMachine.pas

    r29 r30  
    211211  Screen.Reset;
    212212  Cpu.Reset;
     213  FillChar(Memory.Data^, Memory.Size, 0);
    213214end;
    214215
     
    216217begin
    217218  Memory := TMemory.Create;
    218   Memory.Size := 65535;
     219  Memory.Size := 200000;
    219220  Keyboard := TKeyboard.Create;
    220221  Mouse := TMouse.Create;
Note: See TracChangeset for help on using the changeset viewer.