Re: Optimising ArcEm for ARM hosts

2010-08-01 Thread Matthew Howkins
>>> This week I decided to take a quick break from my OMAP work and instead >>> had a play around with optimising ArcEm to run faster on ARM hardware >>> (although I suspect most of the optimisations will benefit other platforms >>> too). >> >> Impressive!  Could you re-zip your archive though, as

Re: ArcEm Display refactoring

2006-03-11 Thread Matthew Howkins
> Inside DisplayKbd_Init() try adding this line to the shared version > DC.AutoRefresh=AUTOREFRESHPOLL; /* Surely this is set somewhere??? */ > > Might be a place to start? The same line is missing from the gp2x version > too, so that might be the same problem. I spent a long time studying that li

Re: ArcEm Display refactoring

2006-03-10 Thread Matthew Howkins
> Inside DisplayKbd_Init() try adding this line to the shared version > DC.AutoRefresh=AUTOREFRESHPOLL; /* Surely this is set somewhere??? */ > > Might be a place to start? The same line is missing from the gp2x version > too, so that might be the same problem. I spent a long time studying that li

ArcEm Display refactoring

2006-03-10 Thread Matthew Howkins
I have just committed to CVS a patch to refactor some of the display code in ArcEm: Summary: Factor out common parts of functions DisplayKbd_Init() and DisplayKbd_XPoll(), (and rename DisplayKbd_XPoll() to DisplayKbd_Poll()). Details: 1. Rename DisplayKbd_XPoll() to DisplayKbd_PollHost() in e

Re: Getting files into the system, via hostfs or other means.

2005-12-07 Thread Matthew Howkins
> > I used dsktrans to get the file images off a couple of my old > > floppies, but arcem won't mount the images. So I used the python > > ADFS-libs to get the individual files off the disk images. What was the problem mounting the floppy-disk images? I have not had any problems with this (althou

Re: Sound

2005-01-29 Thread Matthew Howkins
On Saturday 29 January 2005 14:02, Peter Naulls wrote: > In message <[EMAIL PROTECTED]> > > Daniel Clarke <[EMAIL PROTECTED]> wrote: > > I have found that by using posix threads I can keep the emulator running > > very smoothly, as well as some small changes to how the buffer operates. >

Re: Scroll wheel

2005-01-19 Thread Matthew Howkins
On Wednesday 19 January 2005 20:11, Daniel Clarke wrote: > Hi, > > In order to try and make switching between !Zap and KDevelop more > comfortable for myself I today wrote a scroll wheel support module for RISC > OS and modified arcem to send along button 4 and 5 events. (This is just in > X). > >

Re: Filing system for arcem

2005-01-18 Thread Matthew Howkins
ve not had a chance to study the source closely yet. I am working on preparing the code that I have written, and making it into a suitable standalone patch so that you and others can see it. After that we can have some sort of discussion on how to combine the two code-bas

Re: Filing system for arcem

2005-01-15 Thread Matthew Howkins
On Friday 14 January 2005 14:25, Daniel Clarke wrote: > Hi, > > I am writing a RISC OS filing system (and accompanying module for filer > icon of course), and code to go in arcem that makes it work. The purpose of > it is to give access to linux directories from within RISC OS running on > arcem. (