This is a beta release of my emulator running under windows, PC-CPC.
Sorry, the keyboard layout, the menu, the small documentation are in French...
The source-code (made in c++, with visual studio) is available, just ask me
The lastest changes are :
Integrated Assembler:
- Add "RUN" instruction,
- Add "INCBIN" instruction,
UPD 765:
- Handle two sided dsk,
- Handle dsk for A: and B:,
- Correct timings of head moving (Midline process don't detect pc-cpc as an emulator now

),
Integgrated Debugger:
- Add breakpoints,
- support of undocumented Z80 instructions DDCBXXXX
- Show stack, memory, CRTC/GateArray registers,
- Read and save snapshots inside the debugger
Z80:
- Correct timings of instructions,
- Using bits 3 and 5 of Z80 flags;
- Add "MemPtr" register
CRTC/GateArray:
- Correct problem of register 3,
- Use offset 1μs between the CRTC and the GA (color display),
- Correct CPC mode 3 colors,
Misc:
- Rewrite of AY3/PSG module for better sounds,
- Add port #FEFE (emulator port), return PC-CPC's ID(#AA),
- Add RSX FILLTRIANGLE and port #FEFE inside the "ROMPACK",
- Using V3 snapshots,
- Add SHIFT+F8 key (rompack ON/OFF)
- Correct problem of command line arguments,
- Add menu to modify running options and configuration of the emulator.
The file is attached at the bottom of this message