Changeset 5 for trunk/mzxemu.lpr


Ignore:
Timestamp:
Apr 18, 2026, 7:24:02 PM (9 days ago)
Author:
chronos
Message:
  • Added: Some I/O ports handling.
  • Added: Messages form for capturing error messages.
  • Added: Go to address action.
  • Added: Allow to view all used memory areas in Memory window.
  • Added: Allow to reset CPU execution.
  • Modified: Improved memory mapping for MZ-700 and MZ-800 modes.
  • Fixed: Focusing currently executed instruction position.
  • Fixed: Wrong order or 8-bit registers in 16-bit pair.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mzxemu.lpr

    r3 r5  
    1212  SysUtils, Interfaces, // this includes the LCL widgetset
    1313  Forms, FormMain, FormMemory, FormDisassembler, CpuZ80, SharpMz800, Memory,
    14   Core, Instructions, Disassembler, FormCpu, FormScreen
     14  Core, Instructions, Disassembler, FormCpu, FormScreen, FormGoToAddress,
     15FormMessages, Base
    1516  { you can add units after this };
    1617
Note: See TracChangeset for help on using the changeset viewer.