Changeset 6 for trunk/mzxemu.lpr


Ignore:
Timestamp:
Apr 19, 2026, 10:45:05 AM (8 days ago)
Author:
chronos
Message:
  • Modified: Execute instructions from array of methods instead of big case statement.
  • Added: Check which instructions are missing in InstructionInfo.
  • Added: Instruction generator.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mzxemu.lpr

    r5 r6  
    1111  {$ENDIF}
    1212  SysUtils, Interfaces, // this includes the LCL widgetset
    13   Forms, FormMain, FormMemory, FormDisassembler, CpuZ80, SharpMz800, Memory,
    14   Core, Instructions, Disassembler, FormCpu, FormScreen, FormGoToAddress,
    15 FormMessages, Base
    16   { you can add units after this };
     13  Forms, FormMain, FormMemory, FormDisassembler, Z80, SharpMz800, Memory, Core,
     14  Z80InstructionInfo, Z80Instructions, Disassembler, FormCpu, FormScreen,
     15  FormGoToAddress, FormMessages, Base, InstructionSetGen;
    1716
    1817{$if declared(UseHeapTrace)}
Note: See TracChangeset for help on using the changeset viewer.