Changes

Emulators

12 bytes added, 12:23, 12 August 2023
/* Emulator Detection */
= Emulator Detection =
To detect Amstrad CPC emulators, the simplest method is to check if the memory is initialized with zeroes. The CPC firmware doesn't initialize the memory at boot, so memory values should be are randomon a real machine.
You can also target the minute details of the Z80, CRTC and PPI chips that are almost always wrongly implemented by emulators.
13,173
edits