Changeset 6 for trunk/Forms/FormCpu.pas


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/Forms/FormCpu.pas

    r5 r6  
    55uses
    66  Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, ValEdit,
    7   ExtCtrls, CpuZ80;
     7  ExtCtrls, Z80;
    88
    99type
Note: See TracChangeset for help on using the changeset viewer.