Search found 5 matches
- Sun Oct 25, 2020 9:17 pm
- Forum: 8-bit acorn software: other
- Topic: Please could someone build a new beebdroid
- Replies: 44
- Views: 8318
Re: Please could someone build a new beebdroid
In case anyone other than Kenton - hi Kenton - is following this, I've made progress with the 64 bit ports, which will allow us to post the newer version to Play (64 bit support is a requirement for anything with native code). 64 bit architectures reach the BASIC prompt with identical CPU traces to ...
- Wed Jan 29, 2020 10:43 pm
- Forum: 8-bit acorn software: other
- Topic: Please could someone build a new beebdroid
- Replies: 44
- Views: 8318
Re: Please could someone build a new beebdroid
Not sure about position independent code, my main problem was the bug in the ARM ASM for I think a sbc ZP,X instruction (or something like that). There's a patch for that; I haven't encountered anything triggering it, but it was on my radar to check. Kenton has reached out to me, so hopefully we'll...
- Tue Jan 07, 2020 8:53 am
- Forum: 8-bit acorn emulators
- Topic: Unreleased Android version of B-Em
- Replies: 13
- Views: 3282
Re: Unreleased Android version of B-Em
Sorry to hear of Kieran's passing, though I'm not active on this board. My recent fork of Beebdroid under 'sleekweasel' compiles under Gradle/Android Studio, has position-independent libraries, ASCII-based (Bluetooth/Android) keyboard support when you're in 'no keyboard' mode, and saves/restores mac...
- Tue Jan 07, 2020 8:39 am
- Forum: 8-bit acorn emulators
- Topic: Beebdroid Disc Handling
- Replies: 24
- Views: 5770
Re: Beebdroid Disc Handling
Beebdroid is open source but we've never had a pull request from anyone, and there are none outstanding now. I've been working on a GitHub fork (user sleekweasel) over the past two months, so now it compiles with Gradle under Android Studio, I've made both libraries position independent as required...
- Tue Jan 07, 2020 7:51 am
- Forum: 8-bit acorn software: other
- Topic: Please could someone build a new beebdroid
- Replies: 44
- Views: 8318
Re: Please could someone build a new beebdroid
I've been working on a fork of Little Fluffy Toys' Beebdroid on GitHub - user sleekweasel - over the past couple of months. It complies under Android Studio and fixes the position independent code issue that probably stopped most people working on it. It also makes it work properly with Bluetooth ke...