Page 1 of 1

Q-emulator add on hardware api

Posted: Wed Nov 22, 2017 11:54 am
by Pr0f
Does anyone have any experience of how the API works and how to even get into it?

I have a registered copy, and it mentions something about this requiring expanded license, which I assume is what the registered copy is, but can't find much in the way of examples or documentation about how to present virtualised hardware to the emulator.

Re: Q-emulator add on hardware api

Posted: Sat Dec 16, 2017 4:34 am
by M68008
The API is meant to help HW developers simulate their device for testing the drivers. It's available on Windows, by writing a DLL and placing it in a directory named 'Extensions' inside the directory where QemuLator.exe is.

Here is some starter code for the DLL:
http://www.terdina.net/ql/soft/HwExtensionSample.zip

Re: Q-emulator add on hardware api

Posted: Sat Dec 16, 2017 2:43 pm
by Pr0f
Many thanks for the heads up :-)