Search found 342 matches
- Sat Dec 05, 2020 5:39 pm
- Forum: Emulators
- Topic: Oricutron or Euphoric in the browser anyone ?
- Replies: 37
- Views: 3095
Re: Oricutron or Euphoric in the browser anyone ?
A web GUI would be good indeed. I'll think about it.
- Sat Dec 05, 2020 11:34 am
- Forum: Emulators
- Topic: Oricutron or Euphoric in the browser anyone ?
- Replies: 37
- Views: 3095
Re: Oricutron or Euphoric in the browser anyone ?
I'm unsure about this. I have absolutely no experience with AWS. Basically you just need some webspace anywhere and if you are lazy (like me) PHP installed. If you don't have PHP installed then you'll have to update the index_nophp.html webpage by hand. There are two JavaScript static arrays there t...
- Wed Dec 02, 2020 5:17 pm
- Forum: Emulators
- Topic: Oricutron or Euphoric in the browser anyone ?
- Replies: 37
- Views: 3095
Re: Oricutron or Euphoric in the browser anyone ?
You can now save snapshots and ort tapes in the browser storage (IndexedDB).
This was easier than the download option.
I'll work on the download thing during the week-end if I can.
This was easier than the download option.
I'll work on the download thing during the week-end if I can.
- Mon Nov 30, 2020 2:57 pm
- Forum: Emulators
- Topic: Oricutron or Euphoric in the browser anyone ?
- Replies: 37
- Views: 3095
- Sun Nov 29, 2020 5:30 pm
- Forum: Emulators
- Topic: Oricutron or Euphoric in the browser anyone ?
- Replies: 37
- Views: 3095
Re: Oricutron or Euphoric in the browser anyone ?
I have pushed a new version to the www branch. You can now download .dsk and .tap files from the emulator's directory. Those files are then stored in the browser's IndexedDB so that you can save your changes there. Next thing to do: Allow files from the IndexedDB to be downloaded. You can see a live...
- Sat Nov 21, 2020 9:58 am
- Forum: Emulators
- Topic: Oricutron or Euphoric in the browser anyone ?
- Replies: 37
- Views: 3095
Re: Oricutron or Euphoric in the browser anyone ?
I have a strange behaviour on the iPad. When I use the virtual keyboard sticky mod keys and press shift and then another key (here ' ) I end up with the same key being pressed instead of the modified key (here " ). I have tried tracing things in ay_pressed but I end up with the same traces as can be...
- Thu Nov 19, 2020 6:19 pm
- Forum: Emulators
- Topic: Oricutron or Euphoric in the browser anyone ?
- Replies: 37
- Views: 3095
Re: Oricutron or Euphoric in the browser anyone ?
The saves can be done in the browser using the IndexedDB.
And I will try to allow the dsk to be downloaded as well.
And I will try to allow the dsk to be downloaded as well.
- Thu Nov 19, 2020 2:30 pm
- Forum: Emulators
- Topic: Oricutron or Euphoric in the browser anyone ?
- Replies: 37
- Views: 3095
Re: Oricutron or Euphoric in the browser anyone ?
Ah yes you are right.
- Thu Nov 19, 2020 8:20 am
- Forum: Emulators
- Topic: Oricutron or Euphoric in the browser anyone ?
- Replies: 37
- Views: 3095
Re: Oricutron or Euphoric in the browser anyone ?
Yes that's the goal. Once it's stable I hope we can host on this very website one or more Oricutron in the browser with Defence Force games and demos as well.
- Wed Nov 18, 2020 11:25 am
- Forum: Emulators
- Topic: Oricutron or Euphoric in the browser anyone ?
- Replies: 37
- Views: 3095
Re: Oricutron or Euphoric in the browser anyone ?
Yes that's something I'll work on.
You can do that only if you download the branch, install emscripten and build your own emulator page for your own website.
And thanks
You can do that only if you download the branch, install emscripten and build your own emulator page for your own website.
And thanks

- Tue Nov 17, 2020 4:36 am
- Forum: Emulators
- Topic: Oricutron or Euphoric in the browser anyone ?
- Replies: 37
- Views: 3095
Re: Oricutron or Euphoric in the browser anyone ?
Thanks
Good luck on the watch port
Now using the following code examples I’ll work on menus for mobile platforms using multitouch gestures :
https://erik-larsen.github.io/emscripten-sdl2-ogles2/
Next will be downloading taps and dsks from remote locations.
Good luck on the watch port

Now using the following code examples I’ll work on menus for mobile platforms using multitouch gestures :
https://erik-larsen.github.io/emscripten-sdl2-ogles2/
Next will be downloading taps and dsks from remote locations.
- Sun Nov 15, 2020 1:16 pm
- Forum: Emulators
- Topic: Oricutron or Euphoric in the browser anyone ?
- Replies: 37
- Views: 3095
Re: Oricutron or Euphoric in the browser anyone ?
The menus are starting to work now. You can check them here: https://torguet.net/oric/menus/Oricutron.html You can load Disks or Tapes using the menus. It's unrelated but I have also managed to compile Oricutron with SDL2 on OSX which is way faster. Edit : just found out that iss already did the las...
- Thu Nov 12, 2020 6:31 am
- Forum: Emulators
- Topic: Oricutron or Euphoric in the browser anyone ?
- Replies: 37
- Views: 3095
Re: Oricutron or Euphoric in the browser anyone ?
I was trying to have it working again with no luck so far.
I’ll try again and if it doesn’t work will revert to the old files.
I’ll try again and if it doesn’t work will revert to the old files.
- Wed Nov 11, 2020 9:53 pm
- Forum: Emulators
- Topic: Oricutron or Euphoric in the browser anyone ?
- Replies: 37
- Views: 3095
Re: Oricutron or Euphoric in the browser anyone ?
Well the code is quite horrible right now so don’t make fun of me please;)
- Wed Nov 11, 2020 3:51 pm
- Forum: Emulators
- Topic: Oricutron or Euphoric in the browser anyone ?
- Replies: 37
- Views: 3095
Re: Oricutron or Euphoric in the browser anyone ?
I have created a branch called www on the git repository : https://github.com/pete-gordon/oricutron/tree/www You will find a www directory and a Readme.txt file there to build your own Orics in browsers ;) The goal will be to integrate everything in master but as it is still bugged (can't manage to ...