Search found 1642 matches

by iss
Tue Apr 21, 2020 10:47 pm
Forum: 6502 assembly coding
Topic: Reading keyboard status, with keypress sound and cursor flashing disabled
Replies: 9
Views: 7076

Re: Reading keyboard status, with keypress sound and cursor flashing disabled

Cool!
For more info about Geoff's keyboard routine check this OLD POST ... and the book is available in the DF Library too. :)
by iss
Tue Apr 21, 2020 9:59 pm
Forum: 6502 assembly coding
Topic: Reading keyboard status, with keypress sound and cursor flashing disabled
Replies: 9
Views: 7076

Re: Reading keyboard status, with keypress sound and cursor flashing disabled

Here you are: .text * = $1000 _entry lda $026A ora #%00001000 and #%01111111 ; and #!%10000000 <-- doesn't work sta $026A rts Your code works fine, but the problem is in the '!' - it's not a 'NOT' operation. From the XA manual : ! in situations where the expression could be understood as either an a...
by iss
Sat Apr 18, 2020 7:16 pm
Forum: Emulators
Topic: Booting a disk in Telestrat mode using Oricutron?
Replies: 8
Views: 7373

Re: Booting a disk in Telestrat mode using Oricutron?

Isn't the Stratoric cartridge usually one in use? I'm not very familiar with Telestrat cartridges, but what I know about Stratoric is that it allows Telestrat to 'emulate' Atmos and you can boot normal Sedoric DOS for Atmos with this configuration in 'Oricutron.cfg': ; Filename of ROMs for the tele...
by iss
Sat Apr 18, 2020 6:52 pm
Forum: Emulators
Topic: Booting a disk in Telestrat mode using Oricutron?
Replies: 8
Views: 7373

Re: Booting a disk in Telestrat mode using Oricutron?

I can't see any way to change the ROMs in Oricutron (Is there a way?) Look in Oricutron.cfg file: ; Filename of ROMs for the telestrat banks ;telebank0 = '' ;telebank1 = '' ;telebank2 = '' ;telebank3 = '' ;telebank4 = '' ;telebank5 = 'roms/teleass' ;telebank6 = 'roms/hyperbas' ;telebank7 = 'roms/te...
by iss
Thu Mar 26, 2020 10:21 pm
Forum: Emulators
Topic: Clock Signal — an Oric emulator for macOS and Linux
Replies: 170
Views: 160049

Re: Clock Signal — an Oric emulator for macOS and Linux

Incredible work, @ThomH ! As I already said I follow you permanently and do Oric tests on every new commit. Here is small detail which can be useful for users which want to compile CLK from source under XCode: recently I have to change the signing to be able to build the executable: xcode-signing.pn...
by iss
Thu Mar 26, 2020 9:09 pm
Forum: General Discussion
Topic: Oriclopedia: A series of videos on all things Oric
Replies: 101
Views: 70682

Re: Oriclopedia: A series of videos on all things Oric

Thanks, Dbug! For my very personal taste and interest this is the best Oriclopedia episode (so far ;))! And that being said, It would be great if you can make an enlightenment video about the mentioned in this episode Minitel / Prestel service. I know it's more Telestrat specific but I'm sure that w...
by iss
Tue Mar 24, 2020 1:23 pm
Forum: General Discussion
Topic: Connectivity problems (again)
Replies: 117
Views: 54538

Re: Connectivity problems (again)

The same by me:
14:18:48 local time (13:18:48 French)
Chrome Version 80.0.3987.149 (Official Build) (64-bit) / Linux
IP: 87.121.115.one_hundred_thirty-one
by iss
Sat Mar 21, 2020 11:27 pm
Forum: Games
Topic: Flappy Oric 3D
Replies: 9
Views: 5035

Re: Flappy Oric 3D

...Tell me what you think. Cool! IMHO it looks really pro 8) . Actually I don't have any special personal preferences related to source code. May be just two simple rules which I try to follow: to use spaces for indentation and the formatting to be consistent for all files of the project. That's it...
by iss
Fri Mar 20, 2020 8:32 pm
Forum: Games
Topic: I’ve done it again !
Replies: 7
Views: 4093

Re: I’ve done it again !

coolman66 wrote: Fri Mar 20, 2020 3:05 pm... the three files merged... i am nearly 80 years old
Here you are attached is zip with 3-parts merged - tested with Oricutron and works.
Be always coolman and take care!
by iss
Thu Mar 19, 2020 10:32 am
Forum: Demos
Topic: Swiss16 - the Sweet16 port for Oric by [raxiss] + demo
Replies: 3
Views: 4476

Swiss16 - the Sweet16 port for Oric by [raxiss] + demo

Hello all! I'm glad to present you a new release by raxiss - this time it's a port of the famous metaprocessor or "pseudo microprocessor" implemented in 6502 assembly language by Steve Wozniak - the Sweet16 . swiss16-demo.png We decided to change the original name to Swiss16 because it's: ...
by iss
Tue Mar 17, 2020 7:36 pm
Forum: Games
Topic: Flappy Oric 3D
Replies: 9
Views: 5035

Re: Flappy Oric 3D

Congrats @ jbperin ! This is very good achievement and really exciting. Keep going 3D! With permission ... You or anyone else doesn't actually need to ask explicitly raxiss for permissions. All our sources which we made public are exactly for this purpose. We are very glad if someone find them usefu...
by iss
Fri Mar 13, 2020 11:12 pm
Forum: Games
Topic: Flappy Oric :)
Replies: 26
Views: 34011

Re: Flappy Oric :)



... and demo clip to complete the game presentation. :D
by iss
Fri Mar 13, 2020 12:16 am
Forum: Games
Topic: Bocco's adventures
Replies: 50
Views: 32878

Re: Bocco's adventures

Indeed! Well done, @Dom.
For sake of backup Dom's file is attached below.
by iss
Wed Mar 04, 2020 1:56 am
Forum: Operating systems, utilities and other serious software
Topic: Is BD-DOS lost to time?
Replies: 94
Views: 66952

Re: Is BD-DOS lost to time?

Steve M wrote: Tue Mar 03, 2020 11:52 pmI have a ByteDrive.
Wow! This is amazing.
All paper scans will be great and helpful.
@Steve M: If you decide to sell any ByteDrive stuff count me as a candidate! :)
Else I'm ready also to borrow it for some short time and cover all two-way postage.
by iss
Fri Feb 14, 2020 11:08 pm
Forum: Emulators
Topic: Clock Signal — an Oric emulator for macOS and Linux
Replies: 170
Views: 160049

Re: Clock Signal — an Oric emulator for macOS and Linux

Well done and great progress! About the BD500 support I found that clksignal fails to boot (and displays color garbage on screen) when you force to use Oric-1 v.1.0 ROM. No problem with Atmos 1.1b ROM which is automagically selected by more 'votes' in the StaticAnalyser.cpp. Here is a quick fix: Ins...