Re: Euphoria on DOSbox
- Posted by Igor Kachan <kinz at peterli?k.?u> Oct 14, 2007
- 849 views
Bernie Ryan wrote: > > Igor Kachan wrote: [snip] > > > > That thing we can see on Kolibri OS, specific port of DOSBox to > > Kolibri runs Euphoria DOS32 OK, there are some bugs, for example, > > DOS mouse of EU doesn't work on that DOSBox, but DOSBox itself > > is not completed by development, so we have just some > > perspective of perfect work. [snip] > Igor: > > This is index for using mouse on MinuetOS which should be > same as Kolibri OS. > > So a mouse driver should be easy to setup for Euphoria. > > -- ========================================================== > 37 - Get mouse data > > In : rbx - 0 Mouse coordinates, screen relative > > Out: rax - X shl 32 + Y > > In : rbx - 1 Mouse coordinates, window relative > > Out: rax - X shl 32 + Y > > In : rbx - 2 Mouse buttons state > > Out: rax - State > > In : rbx - 3 Scroll wheel change > > Out: rax - Change > -- ========================================================== Hi Bernie, Yes, I have same picture on Kolibri. And the problem is that EU DOS32 mouse works good just in mode 18, but we must draw our own mouse cursors on SVGA. And DOSBox on Kolibri uses SVGA modes and there is no the EU mode 18 mouse cursor! See? I almost finished my Kolibri/Euphoria instruction. Tomorrow, I plan to upload it to RDS site. Regards, Igor Kachan kinz at peterlink.ru