Q-emulator add on hardware api

Discussion and advice about emulating the QL on other machines.
Post Reply
User avatar
Pr0f
QL Wafer Drive
Posts: 1298
Joined: Thu Oct 12, 2017 9:54 am

Q-emulator add on hardware api

Post 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.


User avatar
M68008
Trump Card
Posts: 223
Joined: Sat Jan 29, 2011 1:55 am
Contact:

Re: Q-emulator add on hardware api

Post 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


User avatar
Pr0f
QL Wafer Drive
Posts: 1298
Joined: Thu Oct 12, 2017 9:54 am

Re: Q-emulator add on hardware api

Post by Pr0f »

Many thanks for the heads up :-)


Post Reply