Search found 191 matches

by jede
Tue Jan 31, 2017 11:09 pm
Forum: Hardware hacks and extensions
Topic: New Os and sdcard/usb key reader
Replies: 16
Views: 20276

Re: New Os and sdcard/usb key reader

pull request sent for oricutron :)
by jede
Tue Jan 31, 2017 10:09 pm
Forum: Hardware hacks and extensions
Topic: New Os and sdcard/usb key reader
Replies: 16
Views: 20276

Re: New Os and sdcard/usb key reader

iss wrote:Thanks for the answer - I see new bright future for our Oric ;).
I'll check with jorodr what can be done about AtmoStatGX(65816).
Ok thanks :)
by jede
Tue Jan 31, 2017 1:42 pm
Forum: Hardware hacks and extensions
Topic: New Os and sdcard/usb key reader
Replies: 16
Views: 20276

Re: New Os and sdcard/usb key reader

Congrats! Great work indeed. I'm expecting with big interest your commit to Oricutron (maybe first at your github fork). Do you think for some compatibility with any Oric Dos? I mean something really basic, so old multi-part games which do run-time loading can be played without modifications. Hello...
by jede
Mon Jan 30, 2017 9:59 pm
Forum: Hardware hacks and extensions
Topic: New Os and sdcard/usb key reader
Replies: 16
Views: 20276

Re: New Os and sdcard/usb key reader

Whoa, this looks really exciting! Does this mean we'll have a compiler onboard at some point? Count me as very interested - my Atmos and Telestrats are at your service! I did cc65 primitives, but there is no compiler running on the oric. It could be done with this kind of storage. Anyway, i did som...
by jede
Mon Jan 30, 2017 9:53 pm
Forum: Hardware hacks and extensions
Topic: New Os and sdcard/usb key reader
Replies: 16
Views: 20276

Re: New Os and sdcard/usb key reader

How are you going to address the USB port? I fear you underestimate the difficulty for that. Don't expect to have a driver on the oric itself for that, it will not be possible. I see a chinese chip CH376. Thats a bit of cheating but ok Hello, The chip manage USB mouse, Joystick, keyboard etc, but i...
by jede
Mon Jan 30, 2017 10:32 am
Forum: Hardware hacks and extensions
Topic: New Os and sdcard/usb key reader
Replies: 16
Views: 20276

Re: New Os and sdcard/usb key reader

How are you going to address the USB port? I fear you underestimate the difficulty for that. Don't expect to have a driver on the oric itself for that, it will not be possible. I see a chinese chip CH376. Thats a bit of cheating but ok Hello, The chip manage USB mouse, Joystick, keyboard etc, but i...
by jede
Sun Jan 29, 2017 10:08 pm
Forum: Hardware hacks and extensions
Topic: New Os and sdcard/usb key reader
Replies: 16
Views: 20276

New Os and sdcard/usb key reader

Hello, It's time to release my work started in April 2016 :) A new OS 'orix' and some hardware extension to read FAT 32 key : It means that we have now a "harddrive" on the Oric. The extension works on the atmos and telestrat. For telestrat, it needs only the extension and a 3 banks cardri...
by jede
Mon Jan 02, 2017 6:16 pm
Forum: Tape and floppy disk converters
Topic: Barbitoric has incorrect CRCs?
Replies: 16
Views: 26880

Re: Barbitoric has incorrect CRCs?

The very first sector of the disk contains the text: SEDORIC SEDORIC V3.006 01/01/96 Upgraded by Ray McLaughlin and Andr{ Ch{ramy See SEDORIC3.FIX file for information (with my hex editor presumably preferring { to é for predictable reasons) Yes because the disk used was a sedoric disk, but everyth...
by jede
Mon Jan 02, 2017 11:15 am
Forum: Tape and floppy disk converters
Topic: Barbitoric has incorrect CRCs?
Replies: 16
Views: 26880

Re: Barbitoric has incorrect CRCs?

Hello, Demos (barbitoric, vip3, vip4) had been built with the first version of floppy builder. It was a simple tool : it takes the binary, split into 256 bytes (size of a sector) and write it in a dsk in the sector offset. It means that others infos are not changed. CRC are data of another dsk. To c...
by jede
Sun Jan 01, 2017 8:50 pm
Forum: Hardware hacks and extensions
Topic: New cardridge for telestrat
Replies: 3
Views: 7693

Re: New cardridge for telestrat

Hello, I have no cardridge soldered. If someone wants one, i do it/sold it on demand. Because i don't want to keep some spare : I spend some money in many electronic stuff, so i would like to avoid to have cardridges unused :) For your second question, i am using it for something new :) I can't say ...
by jede
Sat Dec 24, 2016 12:51 pm
Forum: Hardware hacks and extensions
Topic: New cardridge for telestrat
Replies: 3
Views: 7693

New cardridge for telestrat

Hello I did a new cardridge for telestrat. It's for only left port. I put more information on the new ceo website.It's a 3 banks cardridge. If someone wants this cardridge (soldered with all chips), contact me. I can write in the eeprom what you want. Anyway, this version can't fit in a cardridge bo...
by jede
Wed Sep 28, 2016 9:37 pm
Forum: Hardware hacks and extensions
Topic: Announcing... the AtmoStrat !
Replies: 41
Views: 49457

Re: Announcing... the AtmoStrat !

Really good news ! :)

How to build it ? will someone release gerber file ? or it will be build by someone ?
by jede
Tue Jul 19, 2016 2:01 pm
Forum: AY sound chip
Topic: Oric's 8912 volume scale
Replies: 49
Views: 64787

Re: Oric's 8912 volume scale

Mmmm maybe some Orics have different AY chips or something different on the sound parts? I think I recall something about this, and it was related to the way it handled the volume (log scale). My Oric, for instance, plays horrible noise with the digitized music of one of your demos (Barbitoric? - t...
by jede
Tue Jul 05, 2016 10:58 am
Forum: Tape and floppy disk converters
Topic: FloppyBuilder evolution
Replies: 89
Views: 120546

Re: FloppyBuilder evolution

Hello, I know this problem, i discovered it last month. But as you said, i did the code on telestrat in 2001 thinking about a problem on my floppy drive ! :). but it's maybe the bug. It's a bit hard to know how some chips works on telestrat, because there is one chip which do the work of the microdi...
by jede
Sat Jul 02, 2016 4:27 pm
Forum: Tape and floppy disk converters
Topic: FloppyBuilder evolution
Replies: 89
Views: 120546

Re: FloppyBuilder evolution

Hello, I did this routine 15 years ago I can't remind how the FDC works. When i was coding it, i always tried it on real hardware (telestrat mainly) with 3 1/2 floppy drive. The timing is really important : FDC/head have to finish the work. NOP are really important in the first routine release. The ...