Search found 97 matches

by Yicker
Sun Sep 21, 2008 10:07 pm
Forum: Cross development tools
Topic: 6502 Windows-based disassembler
Replies: 37
Views: 55881

Hi Symoon. I've downloaded the tape file, I'll try and take a look at it sometime over the next few days. Thanks for your feedback it's very much appreciated. I'll look at implementing some better error reporting as you suggested as well. The Data Viewer by the way came about by accident when the so...
by Yicker
Sat Sep 20, 2008 11:16 pm
Forum: Cross development tools
Topic: 6502 Windows-based disassembler
Replies: 37
Views: 55881

Hi Symoon, Thanks for trying out Oric Explorer. I'd be very grateful if you could send me the file in question so that I can debug the program. I'm sure there's lots of other little bugs in there but hopefully not too many. Haven't had much time to do any development on it later but if people are us...
by Yicker
Fri Sep 19, 2008 12:20 am
Forum: Cross development tools
Topic: 6502 Windows-based disassembler
Replies: 37
Views: 55881

Hi Symoon. Don't know if it's of any use to you but I've got two utilities that can be downloaded from my website that will produce a disassembly of a file from a Tape or Disk. They can be downloaded from here : http://oric.mrandmrsdavies.com/ Just go to the download page. OricDiskInfo is a kinda cu...
by Yicker
Fri Jul 04, 2008 1:26 pm
Forum: Operating systems, utilities and other serious software
Topic: English version of SEDORIC documents
Replies: 12
Views: 26164

English version of SEDORIC documents

Hi,

Does anyone have english versions of the following documents?

sedna3_0.pdf
sednb3_0.pdf
sednc3_0.pdf

Cheers
Scott
by Yicker
Tue Jun 10, 2008 11:29 pm
Forum: Painting tricks
Topic: How to change the shape of the cursor?
Replies: 13
Views: 29240

Don't know if this will help, it's taken from the Oric Advanced User Guide. F801 2D 6A 02 AND $026A This routine turns the cursor F804 4A LSR A on or off depending on value F805 6A ROR A in A. 0 for off, 1 for on. F806 8D 65 02 STA $0265 Cursor being turned on is F809 AC 69 02 LDY $0269 subject to c...
by Yicker
Mon Jun 02, 2008 1:40 pm
Forum: Emulators
Topic: Caloric for windows
Replies: 29
Views: 40679

Hi,

Just tried the -z 2 command line option and it works a treat, well impressed :-D.

Are there any other command line options that might be of use?

Cheers
Scott
by Yicker
Sun Jun 01, 2008 11:47 am
Forum: Emulators
Topic: Caloric for windows
Replies: 29
Views: 40679

Looks good and runs well on my Laptop. Only had a quick look so far but a couple of points, - Couldn't do some control functions such as Ctrl-C and Ctrl-Q. - Some corruption when loading a BASIC test program. Some suggestions - Would be nice to have a black border around the screen like the real Ori...
by Yicker
Mon Apr 28, 2008 12:25 am
Forum: Emulators
Topic: Euphoric won't load ROM file
Replies: 11
Views: 19773

Hi guys, I've finally solved the problem with the ROM file. :-) Turns out that the assembler I was using was at fault. The last byte of the ROM should have been #02 but the assembler wasn't writing the last byte so it had a default value of #FF instead. Unfortunately the last two bytes in the ROM ar...
by Yicker
Sat Apr 26, 2008 12:51 pm
Forum: Emulators
Topic: Euphoric won't load ROM file
Replies: 11
Views: 19773

Sorry Symoon, i didn't give a very good explanation.

I do get the big white lines/blocks that appear at the very beginning.

Hopefully I'll get sometime over the weekend to debug the ROM and track down what's going on.

Cheers
Scott
by Yicker
Sat Apr 26, 2008 1:17 am
Forum: Emulators
Topic: Euphoric won't load ROM file
Replies: 11
Views: 19773

Hi guys, Thanks for the prompt replies. I've been debugging the ROM file and found that during startup it fills all memory locations with hex value 55, including the screen memory. The binary value of #55 is 1010101 which explains the stripes that I can see. It should then display the 'ORIC EXTENDED...
by Yicker
Fri Apr 25, 2008 1:42 pm
Forum: Emulators
Topic: Euphoric won't load ROM file
Replies: 11
Views: 19773

Euphoric won't load ROM file

Hi, I've been playing around with the Atmos ROM file (BASIC11b.rom) to test some changes to some of the commands. However when I try and run up Euphoric with the new ROM file it just displays a screen of vertical grey stripes and doesn't get to the Oric welcome screen. :-( Does Euphoric do any check...
by Yicker
Fri Apr 04, 2008 12:45 pm
Forum: BASIC programming
Topic: English version of the Hyperbasic for Telestrat manual!
Replies: 12
Views: 28991

Hi Brana,

I'd be interested in an English version of the manual. :D

Cheers
Scott
by Yicker
Sat Mar 01, 2008 1:04 am
Forum: Emulators
Topic: remakes of Oric games
Replies: 37
Views: 49648

Wow fantastic. :D

Just played them both, brings back fond memories.

A job well done, can't wait till other classics get converted. :wink:

Yicker
by Yicker
Mon Dec 17, 2007 8:59 pm
Forum: Operating systems, utilities and other serious software
Topic: FT-DOS Structure
Replies: 7
Views: 18715

:shock: this looks like a wonderful tool ! Finally, I can drop the poor old Oric Disk Manager ;-) I don't think I have info on the disk structure you're looking for, but I'll dig the manuals I have. Cheers Symoon, It works fine with ORICDOS disks and most of the SEDORIC disks that I have, I'll take...
by Yicker
Mon Dec 17, 2007 8:54 pm
Forum: Operating systems, utilities and other serious software
Topic: FT-DOS Structure
Replies: 7
Views: 18715

waskol wrote:What is relly funny is that I am developping more or less what you present here (symoon needed a dissasembler) :lol:

(have a look on the forum)
Sorry Waskol didn't realise you were developing a dissasembler, hope I haven't trod on your toes, so to speak. :-(

Scott