BBC BASIC
« BBC BASIC for SDL 2.0 v0.16a released »
Welcome Guest. Please Login or Register. Mar 31st, 2018, 10:51pm
ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018. We apologize Conforums does not have any export functions to migrate data. Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.
Thank you Conforums members.
Cross-platform BBC BASIC (Windows, Linux x86, Mac OS-X, Android, iOS, Raspberry Pi)
Re: BBC BASIC for SDL 2.0 v0.16a released
« Reply #21 on: Feb 15th, 2017, 08:07am »
OK, thanks - that's what I did, and it still didn't help. I hoped that when it started up "from cold" they'd all take contiguous memory,and leave a nice big chunk at the end for BBCSDL. Anyway, .16e seems to have done the trick!
I have rather few apps installed (by me) - but you're right, there are a ridiculous number that I can't even delete, mostly trying to get me to buy things from the Play store...
I hoped that when it started up "from cold" they'd all take contiguous memory,and leave a nice big chunk at the end for BBCSDL.
Me too, but the fly in the ointment is quite possibly ASLR (Address Space Layout Randomization) which is a security measure implemented by all modern operating systems:
Re: BBC BASIC for SDL 2.0 v0.16a released
« Reply #23 on: Feb 18th, 2017, 5:50pm »
I've discovered a minor bug, which affects only the ARM editions (i.e. Android and Raspberry Pi): INKEY(-10), INKEY(-11) and INKEY(-12), which should detect the mouse buttons, were not working. This is fixed in version 0.16g; there are no other changes.