Search found 84 matches
- Fri May 15, 2020 10:50 am
- Forum: Emulators
- Topic: Sound hacking and Oricutron: Paste from clipboard in Atmos mode?
- Replies: 17
- Views: 2632
Re: Sound hacking and Oricutron: Paste from clipboard in Atmos mode?
keymap file: use 1 line per keycode to translate, with the following pattern: <SDL_host_keycode> : <SDL_oric_keycode> Here is the file I use on my french laptop (decimal values): 38 : 49 233 : 50 34 : 51 39 : 52 40 : 53 45 : 54 232 : 55 95 : 56 231 : 57 224 : 48 41 : 45 61 : 61 33 : 92 94 : 91 36 : ...
- Thu Mar 19, 2020 2:12 pm
- Forum: Demos
- Topic: Swiss16 - the Sweet16 port for Oric by [raxiss] + demo
- Replies: 3
- Views: 1251
Re: Swiss16 - the Sweet16 port for Oric by [raxiss] + demo
Nice demo and port! A small note, the BRxx instructions of the original version used a relative displacement which allowed to load a sweet16 program anywhere in memory, but this version seems to use absolute addresses. Maybe a relative displacement of +/- 32767 might be enough (but this will slightl...
- Sat Jan 25, 2020 4:56 pm
- Forum: Technical questions
- Topic: Jasmin time
- Replies: 29
- Views: 10221
Re: Jasmin time
FTDOS use always IRQ to read or write data
- Fri Jan 17, 2020 10:41 am
- Forum: Emulators
- Topic: Clock Signal — an Oric emulator for macOS and Linux
- Replies: 141
- Views: 90830
Re: Clock Signal — an Oric emulator for macOS and Linux
Drive 0 -> 0x3FC, Drive 1->0x3FD, Drive 2->0x3FE, Drive 3->0x3FFactually, follow-up query on the Jasmin: if you can select arbitrarily many then how do you deselect drives?
To select a drive write 1 to the corresponding address and 0 to deselect.
- Fri Jan 10, 2020 12:04 pm
- Forum: Technical questions
- Topic: Jasmin time
- Replies: 29
- Views: 10221
Re: Jasmin time
I do not remember ever having encountered this problem with my Jasmin.
Do you have the same problem within other address ranges?
Do you have the same problem within other address ranges?
- Wed Dec 11, 2019 6:37 pm
- Forum: Painting tricks
- Topic: A little sprite-demo (textmode)
- Replies: 27
- Views: 34319
Re: A little sprite-demo (textmode)
Works with Oricutron too
- Mon Dec 02, 2019 11:47 am
- Forum: Technical questions
- Topic: Atmos/Microdisk - ghost in the machine!?!?!?
- Replies: 28
- Views: 8269
Re: Atmos/Microdisk - ghost in the machine!?!?!?
<r>I think the FDC should be a WD1793, not a MB8877.<br/> They are "firmware compatible" but not "pin compatible"<br/> <br/> Here is the datasheet: <URL url="http://bitsavers.org/components/westernDigital/FD179X-02_Data_Sheet_May1980.pdf"><s>[url]</s><LINK_TEXT text="http://bitsavers.org/components/...
- Sun Nov 24, 2019 6:41 pm
- Forum: Emulators
- Topic: Oricutron 1.0 (EDIT: Now 1.2)
- Replies: 182
- Views: 145659
Re: Oricutron 1.0 (EDIT: Now 1.2)
I just made a PR on Github with the patch to add the support of the WRITE TRACK command.
- Tue Nov 19, 2019 5:28 pm
- Forum: Emulators
- Topic: Oricutron 1.0 (EDIT: Now 1.2)
- Replies: 182
- Views: 145659
Re: Oricutron 1.0 (EDIT: Now 1.2)
I found my quick and dirty patch, it works with Ftdos and Sedoric.
I still have to add some checks to avoid having buffer overflow (when trying to format an image with more tracks than the image file)
Also the header of the disk image isn't modified...
I still have to add some checks to avoid having buffer overflow (when trying to format an image with more tracks than the image file)
Also the header of the disk image isn't modified...
- Mon Nov 18, 2019 10:11 pm
- Forum: Emulators
- Topic: Oricutron 1.0 (EDIT: Now 1.2)
- Replies: 182
- Views: 145659
Re: Oricutron 1.0 (EDIT: Now 1.2)
I wrote a patch some time ago to support the WRITE TRACK command but I have never published.
I needed it for a program that formatted its data diskettes (can't remember its name)
If I remember correctly, my modification works but the delay before the IRQ interrupt may not be accurate.
I needed it for a program that formatted its data diskettes (can't remember its name)
If I remember correctly, my modification works but the delay before the IRQ interrupt may not be accurate.
- Tue Nov 05, 2019 7:01 pm
- Forum: General Discussion
- Topic: Connectivity problems (again)
- Replies: 117
- Views: 28485
Re: Connectivity problems (again)
There is something really weird, the home page says I'm the only registered visitor with more than 200 guests If I go to a random discussion, I'm with at least 10 guests (even in a post from 2006!) and the response time is very high. Can you check the log files of Apache and see if some IP addresses...
- Sat Sep 14, 2019 8:56 am
- Forum: BASIC programming
- Topic: cataloguing tapes
- Replies: 29
- Views: 12942
Re: cataloguing tapes
The default start address for the .text segment is $1000.
So, the program is assembled at $1000, and BNE $9730 is out of range.
You must set the start address with the -bt option: xa isscat.txt -o isscat.s -e errorlog.txt -bt 38656
Note: 38656 = $9700
So, the program is assembled at $1000, and BNE $9730 is out of range.
You must set the start address with the -bt option: xa isscat.txt -o isscat.s -e errorlog.txt -bt 38656
Note: 38656 = $9700
- Sat Sep 07, 2019 7:27 pm
- Forum: Emulators
- Topic: Oricutron 1.0 (EDIT: Now 1.2)
- Replies: 182
- Views: 145659
Re: Oricutron 1.0 (EDIT: Now 1.2)
@chema, @iss: regarding the issue with The Quill, I think i found a way. After loading quill.tap: disable the option "Turbo Tape" in the hardware menu select "Save tape output" and set a file name go back to the quill and save your datas (you can save many times) go to Oricutron menu and select "Sto...
- Thu Sep 05, 2019 2:55 pm
- Forum: Emulators
- Topic: Oricutron disks and tapes
- Replies: 14
- Views: 5280
Re: Oricutron disks and tapes
The fix was accepted and merged in the repository yesterday.
- Wed Sep 04, 2019 10:10 am
- Forum: Emulators
- Topic: Oricutron disks and tapes
- Replies: 14
- Views: 5280
Re: Oricutron disks and tapes
Pull Request submitted, waiting for review