Search found 191 matches

by jede
Thu Jul 18, 2019 11:15 am
Forum: General Discussion
Topic: Sources for MODEM programs
Replies: 13
Views: 12043

Re: Sources for MODEM programs

ibisum wrote: Wed Jul 17, 2019 6:35 pm Wow, very nice. :)

perhaps there is planned support for the Twilighte Cards' UART's, at some point?
Yes but it's not finished (hardware and software :)
by jede
Thu Jul 18, 2019 11:14 am
Forum: General Discussion
Topic: Sources for MODEM programs
Replies: 13
Views: 12043

Re: Sources for MODEM programs

There are actually some bbs working and accesible through telnet. Of course you need a serial add-on for your Oric and some equipment to implement a gateway, but that is the easy part. There are some progs for Linux (and Windows, I think) which would do it, for instance https://packages.debian.org/...
by jede
Thu Jun 28, 2018 9:04 pm
Forum: Emulators
Topic: Oricutron : Joysticks not working
Replies: 1
Views: 6106

Oricutron : Joysticks not working

Telestrat Joysticks does not work in Oricutron ; How to emulate joysticks attached to the telestrat ; Options are 'none', 'kbjoy1', 'kbjoy2', 'sdljoyN', 'mouse' telejoy_a = kbjoy2 telejoy_b = mouse ; Keys to emulate joystick, set 1 ; NOTE: "fire2" is only available on telestrat kbjoy1_up =...
by jede
Thu Jun 28, 2018 8:49 pm
Forum: Hardware hacks and extensions
Topic: Simplest MMC Interface hardware
Replies: 63
Views: 89017

Re: Simplest MMC Interface hardware

On my side, I have two other questions: - How expensive/difficult is it to have 8 banks of RAM versus just 2 banks. I guess it's a bigger memory chip with more pins, is that much more problematic to use? If not, why not 16, 32, 64 pages??? (just to push the cork) six years after, i found this post ...
by jede
Wed Jun 27, 2018 5:06 pm
Forum: Operating systems, utilities and other serious software
Topic: Monitor for Orix
Replies: 2
Views: 7461

Monitor for Orix

For information, a debugger is now available in Orix (it's in fact Teleass from telestrat).

Trace command is also available (not shown on the video). Tool from assinie



Others stuffs are coming soon :)
by jede
Mon May 28, 2018 8:48 am
Forum: Painting tricks
Topic: HIRESMAN
Replies: 10
Views: 23965

Re: HIRESMAN

About hiresman, it's in Graphic suite tools from Twilighte :

https://www.oric.org/software/graphic_suite-2226.html
by jede
Fri May 25, 2018 12:23 pm
Forum: Cross development tools
Topic: IDEs, text editors and extensions used for cross development?
Replies: 6
Views: 10239

Re: IDEs, text editors and extensions used for cross development?

I published yesterday a xa65 highlighting extension for Visual code (name : osdk). It did it 3 months ago.

Of course, the extension can be improved a lot. Source code is available under github https://github.com/oric-software/osdkVsExtension
by jede
Thu May 10, 2018 10:13 am
Forum: Hardware hacks and extensions
Topic: Ripping cartridges
Replies: 6
Views: 9706

Re: Ripping cartridges

(EDITED: Merged the three posts to make it easier to follow) It's almost possible, i did not tested it but it should work. On the telestrat (or with Twilighte card), when you push reset button, the 7th bank rom is always selected (it's a hardware trick). I guess you mean the Telestrat cartridge rat...
by jede
Tue May 08, 2018 7:26 am
Forum: Hardware hacks and extensions
Topic: Ripping cartridges
Replies: 6
Views: 9706

Re: Ripping cartridges

The simpler way to proceed overall would probably be to start with a ripping cartridge for the C64 and adapt it for the Oric. I guess that the expansion used by JeDe for Orix would also be a good starting point. It's almost possible, i did not tested it but it should work. On the telestrat (or with...
by jede
Mon Apr 30, 2018 9:59 am
Forum: Hardware hacks and extensions
Topic: Joysticks/mouse ports on the oric
Replies: 3
Views: 6544

Re: Joysticks/mouse ports on the oric

The hardware is the same than telestrat. Anyway, i noticed that Stormlord does not manage telestrat joysticks. It does not work on real telestrat also.

We can select "tele joysticks", but it does not work something is wrong in the code.
by jede
Fri Apr 27, 2018 12:57 pm
Forum: Hardware hacks and extensions
Topic: Oric AtmoStrat GX
Replies: 7
Views: 8956

Oric AtmoStrat GX

Does someone know if AtmoStrat GX is available ? I still want one, but there is no news.

If it's not available, will the schematics be released ?
by jede
Tue Apr 17, 2018 12:36 pm
Forum: Hardware hacks and extensions
Topic: Twilighte card & sittler card (sdcard/joysticks/mouse)
Replies: 36
Views: 25611

Re: Twilighte card & sittler card (sdcard/joysticks/mouse)

For information (loading tape file from sdcard) (Code from Assinie)

by jede
Wed Mar 21, 2018 1:24 pm
Forum: Cross development tools
Topic: Visual code plugin for cc65
Replies: 3
Views: 8231

Re: Visual code plugin for cc65

I started a visual code plugin for OSDK (xa syntax) last month

https://github.com/oric-software/osdkVsExtension

I don't have the time to work on it, but if someone want to work on it, let me know, i will add rights on oric-software group