Page 1 of 1

Is it possible to run Online Oric Emulator?

Posted: Sat Jun 22, 2013 3:39 pm
by peacer
http://scriptedamigaemulator.net/

They made amiga java-script emulator to run amiga games on browser.

Can we do that for Oric?

Re: Is it possible to run Online Oric Emulator?

Posted: Sat Jun 22, 2013 3:41 pm
by Xeron
Anythings possible, it just requires someone to actually do it.

Re: Is it possible to run Online Oric Emulator?

Posted: Sat Jun 22, 2013 4:48 pm
by peacer
I guess that someone must be an "emulation expert" :D :wink:

Re: Is it possible to run Online Oric Emulator?

Posted: Sat Jun 22, 2013 8:10 pm
by Xeron
Don't look at me. I don't like Javascript, and I've been too busy to even work on my current emulator...

Re: Is it possible to run Online Oric Emulator?

Posted: Sat Jun 22, 2013 9:54 pm
by Symoon
I have a rather bad memory, but didn't Fabrice or someone already try something in Java, years ago?

Re: Is it possible to run Online Oric Emulator?

Posted: Sat Jun 22, 2013 10:02 pm
by Dbug
It was for the Microtan I believe.

Re: Is it possible to run Online Oric Emulator?

Posted: Sun Jun 23, 2013 3:41 pm
by ibisum
If we can get Oriculator to compile with LLVM, we could use emscripten to build a Javascript version .. ;)

Re: Is it possible to run Online Oric Emulator?

Posted: Tue Jun 25, 2013 6:17 pm
by Godzil
Warning, java is not javascript ^^

Re: Is it possible to run Online Oric Emulator?

Posted: Tue Jan 07, 2014 9:59 am
by waskol
Fabrice Frances did it a few years ago :
http://oric.free.fr/Java/Minigame2004.html

If I remember well, there are two versions. The second version was a work in ptogress to add the sound. It was never finished.

Here are the class files, may be you can "decompile" them, and recompile them for Android OS for instance :
http://oric.free.fr/Java/

What I hate in java, is that the 8-bit variables (bytes) exist only in unsigned flavour (-127..128).

Re: Is it possible to run Online Oric Emulator?

Posted: Tue Jan 07, 2014 7:11 pm
by Symoon
Ah, thanks Waskol, my memory wasn't that bad ;)

Re: Is it possible to run Online Oric Emulator?

Posted: Tue Feb 18, 2014 12:57 pm
by Godzil
There are NES javascript emulators and even TI-68k Javascript emulator, so an Oric Javascript emulator shouldn't be impossible to do