Changes

Emulators

7 bytes removed, 10:52, 12 August 2023
/* Emulator Detection */
= Emulator Detection =
To detect Amstrad CPC emulators, the simplest method of all is to check if the memory is initialized with zeroes. The real CPC doesn't initialize it's memory at boot, so memory should be random.
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