Ignore:
Timestamp:
Apr 12, 2019, 2:03:51 PM (6 years ago)
Author:
chronos
Message:
  • Modified: Better use data and address prefix opcodes.
  • Added: More instructions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/virtualcpu4/UMachine.pas

    r176 r177  
    5151  Cpu.OnOutput := CpuOutput;
    5252  Cpu.DataSize := bw32;
    53   Cpu.AddressSize := bw32;
     53  Cpu.AddrSize := bw32;
    5454  Screen := TScreen.Create;
    5555  Screen.Size := Point(320, 240);
Note: See TracChangeset for help on using the changeset viewer.