Changeset 14 for trunk/Z80/Z80Instructions.pas
- Timestamp:
- Apr 21, 2026, 3:52:53 PM (6 days ago)
- File:
-
- 1 edited
-
trunk/Z80/Z80Instructions.pas (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Z80/Z80Instructions.pas
r10 r14 4 4 5 5 uses 6 Classes, SysUtils ;6 Classes, SysUtils, Base; 7 7 8 8 type … … 708 708 ); 709 709 710 TEvent = procedure of object; 711 TInstructionMethods = array[TInstruction] of TEvent; 710 TInstructionMethods = array[TInstruction] of TBaseEvent; 712 711 713 712
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/mzxemu/chrome/site/your_project_logo.png)