Changes

Jump to: navigation, search

Emulators

1 byte removed, 10:57, 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 it's the memory at boot, so memory values 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