VOGONS

Common searches


First post, by Freight

User metadata

Hi,

i use dosbox under linux. it works very fine! however i have to deactivate the mouse, so a programm wont find it. Is this possible? How?

Thanks.
Yours Freight

Reply 1 of 3, by Harekiet

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Hmm you'd have to write a little program to overwrite the int 33h mouse interrupt or edit the source. And before you ask, no there will not be a config option.

Reply 3 of 3, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

uhm find a crash course on dosprogramming
more specificly find some help on assembly and intterupt vectors 😀

As you are under linux I advise you to change the source of dosbox 😀

Look at dosbox.cpp (in dosbox/src/) and look for
something like add_initfunction(Mouse_INIT)
just comment that line and the mouse is disabled.

more specificly
secprop->AddInitFunction(&MOUSE_Init);
that line.

And recompile of course.

Water flows down the stream
How to ask questions the smart way!