Changes

Jump to: navigation, search

Emulator IDs

116 bytes added, 11 May
Some CPC emulators use Port &FEFE to provide a method to identify a specific CPC emulator. CPC programs could use this ID to detect an emulator and change some of their behaviour (e.g. changing graphic effechts which will not work on an emulator or using special emulator-specific features). Reading from this port returns the Emulator-ID or &FF on the real CPC and on emulators which do not provide this feature.
 
== Showing the Emulator-ID ==
In Locomotive BASIC, type the following command:
<pre>
PRINT HEX$(INP(&FEFE))
</pre>
== List of known Emulator-IDs ==
4,751
edits