kawishka / hpcalc-iphone

Automatically exported from code.google.com/p/hpcalc-iphone
GNU General Public License v2.0
0 stars 0 forks source link

Feature request #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Checkout model.c

    { "11C",  PLATFORM_VOYAGER,   ARCH_NUT,        40, 215000 },
    { "12C",  PLATFORM_VOYAGER,   ARCH_NUT,        40, 215000 },
    { "15C",  PLATFORM_VOYAGER,   ARCH_NUT,        80, 215000 },
    { "16C",  PLATFORM_VOYAGER,   ARCH_NUT,        40, 215000 },

If you increase that last number (215000) you increase the speed.  Make it
too big and you run the risk of key bounce issues.  Something to consider
as a feature in later releases:  turbo mode.

Original issue reported on code.google.com by dataj...@gmail.com on 15 Jan 2008 at 5:23

GoogleCodeExporter commented 8 years ago
Thanks.  I'm looking into making it run at iphone native speed in a future 
release!

Original comment by tomf...@gmail.com on 29 Jan 2008 at 12:37

GoogleCodeExporter commented 8 years ago
Go to the "Accelerate your Nonpareil" section of
http://www.hpmuseum.org/cgi-sys/cgiwrap/hpmuseum/articles.cgi?read=866 for more
performance hacks.

Original comment by dataj...@gmail.com on 2 May 2008 at 8:18