Search found 1642 matches

by iss
Sat Nov 14, 2020 9:10 pm
Forum: Games
Topic: Wolfenstein / DOOM for Oric : has this been done?
Replies: 118
Views: 57863

Re: Wolfenstein / DOOM for Oric : has this been done?

Congrats! (Glop-Glop! ;))
by iss
Fri Nov 13, 2020 9:38 am
Forum: Games
Topic: Space:1999 feedback and review thread
Replies: 48
Views: 146123

Re: Space:1999 feedback and review thread

IMHO, there is one more small thing for fix: the links on the top right have full URL i.e. they explicitly point to "defence-force. org " and if you follow (for instance) Chema's link which stars with www.defence-force. com then the result is "cross-domain" request and most brows...
by iss
Wed Nov 11, 2020 10:41 pm
Forum: Emulators
Topic: Oricutron or Euphoric in the browser anyone ?
Replies: 48
Views: 22725

Re: Oricutron or Euphoric in the browser anyone ?

Hialmar wrote: Wed Nov 11, 2020 9:53 pm Well the code is quite horrible right now so don’t make fun of me please;)
Your code is just fine! Don't worry about such things :).
I saw some changes in files related to Mac's XCode project files - actually nothing special, so do you mind to preserve originals when we do merge?
by iss
Wed Nov 11, 2020 6:13 pm
Forum: Emulators
Topic: Oricutron or Euphoric in the browser anyone ?
Replies: 48
Views: 22725

Re: Oricutron or Euphoric in the browser anyone ?

Great! Thanks, I'll check it asap.
by iss
Mon Nov 09, 2020 2:15 am
Forum: Hardware hacks and extensions
Topic: Oric extender - a basis for DIY projects and experiments
Replies: 36
Views: 17363

Re: Oric extender - a basis for DIY projects and experiments

which way is the expansion connector wired? ie. where would the power jack be related to the board? I guess it's not that important since it's for prototyping. Some pics: 20201109_023144.jpg 20201109_023215.jpg The form factor is 96mm x 96mm and the only reason for this is the price - the most of P...
by iss
Mon Nov 09, 2020 1:21 am
Forum: Emulators
Topic: Oricutron or Euphoric in the browser anyone ?
Replies: 48
Views: 22725

Re: Oricutron or Euphoric in the browser anyone ?

Great result, congrats! Actually some time ago I gave a try of emscripten to compile Oricutron and with small hacks it worked (well, kind of). Since then I have the idea to make an Oric IDE for browser with integrated C compiler and Oricutron, but you know the free-time problem... Anyway, well done ...
by iss
Fri Nov 06, 2020 10:24 pm
Forum: Technical questions
Topic: New Oric Project. The OriClone-1
Replies: 47
Views: 20987

Re: New Oric Project. The OriClone-1

... could you power an Oric from a mobile phone charger? Yes, and it works fine. But why to change the connector? This is what I've done for OricExos https://raw.githubusercontent.com/iss000/OricExos/master/hardware/Master/1.Power_mod.jpg You need to short this two holes with piece of thick wire: p...
by iss
Thu Nov 05, 2020 9:51 pm
Forum: Games
Topic: Treasure [raxiss]
Replies: 18
Views: 8729

Re: Treasure [raxiss]

@all Oricians: Enjoy! 8)
by iss
Sat Oct 31, 2020 10:05 pm
Forum: General Discussion
Topic: Season greetings!
Replies: 44
Views: 27091

Re: Season greetings!

jbperin wrote: Sat Oct 31, 2020 7:44 pm... i suddenly wondered how you generated the data of this song:
Indeed, no black magic here - exactly as you guess Ym2Mym + Bin2Txt. :)
by iss
Sat Oct 31, 2020 12:39 pm
Forum: Hardware hacks and extensions
Topic: Downsway Joystick Interface reverse engineering
Replies: 13
Views: 6152

Re: Downsway Joystick Interface reverse engineering

Cool! Your hardware analysis coincides fully with my knowledge about the programmable joystick. Attached are pics of my interface. It would be nice to have the schematics reverse-engineered - I didn't made it so far because I plan to integrate it (... one day in the future ...) into something bigger...
by iss
Fri Oct 30, 2020 9:28 am
Forum: BASIC programming
Topic: SEDORIC extended BASIC commands syntax samples/manual?
Replies: 50
Views: 22150

Re: SEDORIC extended BASIC commands syntax samples/manual?

... will I then also loose those commands? I've checked with !MOVE#BB81,#BB81+40,#BB80 command after !QUIT and it works fine (i.e. it moves the 'CAPS' label one position to left). So all extended command should work too. ... the cure is worse than the disease..... Actually I suggested this approach...
by iss
Fri Oct 30, 2020 12:43 am
Forum: BASIC programming
Topic: SEDORIC extended BASIC commands syntax samples/manual?
Replies: 50
Views: 22150

Re: SEDORIC extended BASIC commands syntax samples/manual?

One easy thing to try:
In your BASIC source precede all DOS commands with '!' (i.e. !OPEN S,AN$,1 : !PUT 1,BS etc.).
After boot exit Sedoric DOS with command "QUIT" (or !QUIT) and start your program. Hope this will help!
by iss
Thu Oct 29, 2020 8:16 pm
Forum: BASIC programming
Topic: SEDORIC extended BASIC commands syntax samples/manual?
Replies: 50
Views: 22150

Re: SEDORIC extended BASIC commands syntax samples/manual?

IMO, the freeze of Oricutron is related to the issue which we already discussed here i.e. how to proceed when DSK image needs to be extended. The root of the problem is in tap2dsk - it allocates so much space to fit the selected taps - historically this makes sense to have smaller files... Possible ...
by iss
Thu Oct 29, 2020 7:37 pm
Forum: Hardware hacks and extensions
Topic: DRAMARDUINO - Dram tester with Arduino
Replies: 53
Views: 76335

Re: DRAMARDUINO - Dram tester with Arduino

thekorex wrote: Thu Oct 29, 2020 5:42 pm ...
Thank you for reporting @thekorex!

First post is updated again with the correct sketch!
by iss
Sat Oct 10, 2020 11:06 am
Forum: Operating systems, utilities and other serious software
Topic: Cumana Reborn DSK support
Replies: 99
Views: 40611

Re: Cumana Reborn DSK support

Symoon wrote: Sat Oct 10, 2020 8:39 am...
Absolutely correct, @Symoon!
Here are @Jeff's last changes which make Oric DSK writer working.