Search found 2311 matches

by Symoon
Thu Jul 04, 2013 11:59 pm
Forum: Emulators
Topic: Simulating a keypress in Euphoric debugger
Replies: 6
Views: 13172

Simulating a keypress in Euphoric debugger

Ok, here's the story. I want to upgrade my old disk transfer tool (Cloaddsk), that reads a disk on real Oric, saves it to PC using the tape save (a simple CSAVE of the read data), then building a disk image (DSK file) from it. This works perfectly fine with Sedoric disks, I'd like to make it work wi...
by Symoon
Thu Jul 04, 2013 11:40 pm
Forum: Tape and floppy disk converters
Topic: Tape deck dying - solution?
Replies: 9
Views: 24712

Re: Tape deck dying - solution?

I just replaced the thing by a little elastic. Does the job. In the worst case, I'll live without it!
by Symoon
Thu Jul 04, 2013 8:26 pm
Forum: General Discussion
Topic: Kbeep sound for PC computers?
Replies: 3
Views: 6698

Re: Kbeep sound for PC computers?

Noisy Keyboard, used it years ago.
http://www.leeos.com/noisy_keyboard.html

And, well, Oric keys sound files.
by Symoon
Thu Jul 04, 2013 12:01 am
Forum: Emulators
Topic: Writedsk
Replies: 15
Views: 27416

Re: Writedsk

You have to either find an old USB drive / key / SD card reader that has Win98 driver, or... Use floppy disks - seriously ;-)
by Symoon
Wed Jul 03, 2013 5:56 pm
Forum: Technical questions
Topic: Oric Hard drive
Replies: 9
Views: 12768

Re: Oric Hard drive

All the IDE attempts I heared of stalled. I'm not a hardware guy, so I don't know the reasons. The most recent one I heared of was by Alexios:
http://www.bedroomlan.org/hardware/oric-ide
by Symoon
Tue Jul 02, 2013 9:12 pm
Forum: Emulators
Topic: Writedsk
Replies: 15
Views: 27416

Re: Writedsk

CWSDPMI is a 'dos extender', it's what is(was) used by Fabrice's old tools to be able to use more than 64k of memory under DOS or Windows 9x. It has to be there for the program to just run at all. If I understood the code correctly, that's also there that are stored the (rather low-level) write and...
by Symoon
Tue Jul 02, 2013 9:04 pm
Forum: Emulators
Topic: Writedsk
Replies: 15
Views: 27416

Re: Writedsk

I've recently had so much trouble trying to make a real floppy from a disk image that I hope we soon have another solution for ou real Orics ;-) Anyway. I tried to transfer a 18 sectors per track disk, and this won't work with Writedsk only (the libraries used by Writedsk won't format more than 17 s...
by Symoon
Mon Jul 01, 2013 6:46 am
Forum: Games
Topic: Orical Backgammon (Dormere Software)
Replies: 18
Views: 22988

Re: Orical Backgammon (Dormere Software)

Steve, I'm not a great specialist when it comes to real disk drives, but maybe this can help: - I have never managed to load a tape with an Atmos + microdisc - I read in Théoric that it was a power problem, one signal being too weak (don't know exactly, but I think that's what the "ampli bus&qu...
by Symoon
Sun Jun 30, 2013 8:14 pm
Forum: Games
Topic: Orical Backgammon (Dormere Software)
Replies: 18
Views: 22988

Re: Orical Backgammon (Dormere Software)

Fair point and interesting to hear about breakout, I have half a dozen copies of that. Will have to check them all. The key is to have something else to do while the tape is running (book, mail, or whatever). If the tapes are in good condition, the TAP converting and comparing results with a hex ed...
by Symoon
Sun Jun 30, 2013 6:54 pm
Forum: Games
Topic: Orical Backgammon (Dormere Software)
Replies: 18
Views: 22988

Re: Orical Backgammon (Dormere Software)

Depends ;) Look at Super Advanced Breakout for instance, there were several different versions with almost similar packaging. But when the racket hits the ball, there are many more angle possibilities in the 2nd version than in the 1st. Looks like it could be the same for Orical Backgammon. So I wou...
by Symoon
Sun Jun 30, 2013 6:24 pm
Forum: Games
Topic: Orical Backgammon (Dormere Software)
Replies: 18
Views: 22988

Re: Orical Backgammon (Dormere Software)

Steve M wrote:I got Orical Invaders and Orical Backgammon out.
If you wish to, you can send me the tapes, and I'll do my best to convert them to TAP.
Oh, and send them back to you ;-)

EDIT: BTW, re-transfered my own tape last weekend, and managed to run it finally. But still not sure it's not an altered version.
by Symoon
Sun Jun 30, 2013 7:12 am
Forum: Games
Topic: Orical Backgammon (Dormere Software)
Replies: 18
Views: 22988

Re: Orical Backgammon (Dormere Software)

tagged "V.09 220384". Where can i see the tag ? Thanks Didier but Dave is right, it's the one from Oric.org. Our works complemente each other in a different way: I think Dave wants to be as complete as possible, on my side I only want to bring transfers from 100% original unmodified sourc...
by Symoon
Sun Jun 30, 2013 7:01 am
Forum: Games
Topic: Orical Backgammon (Dormere Software)
Replies: 18
Views: 22988

Re: Orical Backgammon (Dormere Software)

I wonder, when you "digitalize" tape, what is your process? Do you store a high fidelity records of the tape audio, or do you only "read" them with a (virtual) oric then make tap file? BTW Godzil, I realize I may not have fully replied to your question: no, I don't store the dig...
by Symoon
Wed Jun 26, 2013 7:25 am
Forum: 6502 assembly coding
Topic: Horizontal HIRES and Text scrolling code needed.
Replies: 33
Views: 51775

Re: Horizontal HIRES and Text scrolling code needed.

To understand each other, Peacer, you can try the great Oric Explorer. It will read your TAP file, and disassemble it with the mnemonics. Then you just have to copy/paste. I am myself coding machine code with hex values, I still have trouble reading assembler. Having the hex code and the mnemonics n...
by Symoon
Tue Jun 25, 2013 6:32 pm
Forum: 6502 assembly coding
Topic: Cycles and video timing II
Replies: 19
Views: 32662

Re: Cycles and video timing II

Just for the record, I tried my program on a real Oric (with CRT display), and it behaved exactly like it did with Oricutron ;)