Oric Cinema - watch now full length movie ;)

Want to discuss about Demos on the Oric, here you are !
User avatar
iss
Wing Commander
Posts: 1637
Joined: Sat Apr 03, 2010 5:43 pm
Location: Bulgaria
Contact:

Re: Oric Cinema - watch now full length movie ;)

Post by iss »

My make command is (with sources from my last post):

Code: Select all

$make CC65=~/work/projects/8Bit/devtools/cc65 clean atmos
When compiled there is binary 'contiki' which is actually a ready to run TAP file,
so I added in 'Makefile.atmos' a copy command: contiki -> contiki.tap
I'm using last CC65 from git:

Code: Select all

$./cc65 -V
cc65 V2.14 - Git fe023a1
And yes, there are some differences between 2.3.13 and 2.14 in Atmos startup code.
You can try to copy your 'atmos.cfg' from cc65/cfg directory over the one in contiki directory -
this should fix the problem.
User avatar
ibisum
Wing Commander
Posts: 1643
Joined: Fri Apr 03, 2009 8:56 am
Location: Vienna, Austria
Contact:

Re: Oric Cinema - watch now full length movie ;)

Post by ibisum »

Thanks for the info - I'll update my copy of cc65 this evening and have another go at it.

I'm mostly curious as to what advantages we get from getting the Contiki port completed for Atmos .. seems like it provides a full-fledged set of functionality already, although of course I don't know the state of it on the Atmos per se .. but I will soon I guess.

I took a look at Contiki 2.7 and it seems like it might work for the Atmos too, though of course all references to our platform are removed - perhaps its a simple matter of adding the .cfg info to the new project and give it a build. I'll swing at it tonight and see what happens ..
User avatar
iss
Wing Commander
Posts: 1637
Joined: Sat Apr 03, 2010 5:43 pm
Location: Bulgaria
Contact:

Re: Oric Cinema - watch now full length movie ;)

Post by iss »

I'm very interested too to have working Contiki.
It would be fun to see e-mail, telnet, web browser clients on 'our good old' Atmos.
Now I'm in the middle of some other fun projects, but I'll be happy to participate in Contiki porting.
User avatar
kenneth
Squad Leader
Posts: 514
Joined: Fri Nov 26, 2010 9:11 pm
Location: France PdD
Contact:

Re: Oric Cinema - watch now full length movie ;)

Post by kenneth »

iss wrote: Sun Mar 08, 2015 3:57 am ...I tested this release with Oricutron only, probably it will not work with real Oric.
It works. :mrgreen:
Post Reply