Page 1 of 1

TrackOric - android "something" for Oric

Posted: Mon Aug 14, 2017 12:37 am
by iss
Hello everybody,
During my work on TapOric,
I suddenly realized: it would be relatively easy, using TAP-like transfer,
to convert any smart phone in TrackPad for Oric!
I started already the implementation and hope to have something working very soon!

@Chema: Oh, how I wish to play "Blacke's 7" with my Track(Pad)Oric... ;)

Re: TrackOric - android "something" for Oric

Posted: Mon Aug 14, 2017 6:08 am
by Symoon
Amazing good idea!
And no extra hardware except the audio cable...
I love that!

Re: TrackOric - android "something" for Oric

Posted: Mon Aug 14, 2017 2:30 pm
by Chema
The idea is cool, but I doubt I could add support for it... :(

I even doubt I could add support for joysticks... and not sure I can afford the space needed to tweak the disk code to support the Telestrat!

Yeah, my free space is almost zero. And I mean less than 200 bytes. And I need most of it (each game resource in disk needs space in tables in memory, for example)

I am struggling to make all fit!
:cry:

Re: TrackOric - android "something" for Oric

Posted: Mon Aug 14, 2017 4:01 pm
by iss
Chema wrote: Mon Aug 14, 2017 2:30 pm The idea is cool, but I doubt I could add support for it...
No pressure from my side. Let see first if the idea will work at all ...

Re: TrackOric - android "something" for Oric

Posted: Sat Oct 14, 2017 11:07 pm
by iss
TrackOric is currently part of TapOric.
There is no problem to be released as standalone app too. All android code is ready and supposed to work.
Now remains the more interesting Oric part...

Re: TrackOric - android "something" for Oric

Posted: Sun Oct 15, 2017 10:09 am
by Dbug
Regarding the implementation, the big question are:
- Can you make it small, like very very small
- Can you make it so it does not use a lot of cpu time
- Can you make it so it works by only being called once a frame

There was a graphic tablet on the Oric, the Graphiscop, it was quite inaccurate, but I seem to remember that to read the coordinates and the buttons it was like just reading two or three bytes in page 3, which made it super easy to use from a program point of view.

Maybe the Cumulus hardware has some free pins/ports/whatever to handle a few additional input ports to plug joystick or mouse on it...