Search found 4443 matches

by Dbug
Tue Feb 20, 2024 9:09 pm
Forum: Demos
Topic: No Problem by IRIS
Replies: 26
Views: 6277

Re: No Problem by IRIS

Is the AKS file available anywhere?
I'd like to put it in the OSDK AKY music-disk demo if that's not a problem!
by Dbug
Mon Feb 19, 2024 6:59 pm
Forum: General Discussion
Topic: No operating system on disc
Replies: 2
Views: 345

Re: No operating system on disc

As far as I know, the main two causes could be that:
- You are trying to run a Jasmin disc on a Microdisc system (or the other way around)
- The disc is not bootable and requires first to boot on a DOS master disk, and then you can access the floppy to see the content
by Dbug
Mon Feb 19, 2024 11:27 am
Forum: C programming
Topic: Multi-Key Handling
Replies: 19
Views: 17891

Re: Multi-Key Handling

Yeah, we basically get the benefit of having both proper "typing" and also multi-touch testing at the same time, so technically (assuming the keyboard itself accepts it) you can do things like CTRL+SHIFT+key, mixing message sending and "action controls" if we wanted :)
by Dbug
Mon Feb 19, 2024 7:53 am
Forum: C programming
Topic: Multi-Key Handling
Replies: 19
Views: 17891

Re: Multi-Key Handling

ibisum wrote: Sun Feb 18, 2024 11:15 pm Awesome tutorial, Dbug! .TAP link at the end doesn't work .. but sure is great to have the sources to understand this better. THANKS for doing this!
Try again, it was a typo in the filename when I renamed it.
by Dbug
Sun Feb 18, 2024 9:20 pm
Forum: C programming
Topic: Multi-Key Handling
Replies: 19
Views: 17891

Re: Multi-Key Handling

I've finally written the second part of my article about the keyboard handling.

https://osdk.org/index.php?page=articles&ref=ART20

The source code of the sample is now on github: https://github.com/Oric-Software-Develo ... FullMatrix
image_2024-02-18_212037723.png
image_2024-02-18_212037723.png (6.88 KiB) Viewed 791 times
by Dbug
Mon Feb 12, 2024 10:44 am
Forum: Audio tools
Topic: Universal tracker
Replies: 28
Views: 29899

Re: Universal tracker

Yeah, the ORA #64 is also what I did.
by Dbug
Sun Feb 11, 2024 7:58 pm
Forum: Audio tools
Topic: Universal tracker
Replies: 28
Views: 29899

Re: Universal tracker

I tried to use the Oric replayer found in the latest Arkos Tracker, and I encountered a number of problems: The first is that the register 7 access does not properly mask the I/O bits, resulting in the keyboard not working. After fixing that, I tried both "Saboteur" and "Just add Crea...
by Dbug
Sun Feb 11, 2024 7:37 pm
Forum: Hardware hacks and extensions
Topic: YM2610
Replies: 2
Views: 303

Re: YM2610

I guess the 64 pins may indeed take some room :wink:
I was not considering it fitting in the case, just if that was technically doable.
by Dbug
Sun Feb 11, 2024 1:55 pm
Forum: Hardware hacks and extensions
Topic: YM2610
Replies: 2
Views: 303

YM2610

Hi, earlier today I was discussing on IRC about the Arkos Tracker, the various ports, supported features on the various platforms, then someone mentioned they had ported it to play music on the NeoGeo game console, which apparently has a Yamaha YM2610 sound chip... which apparently as a subsets cont...
by Dbug
Fri Feb 09, 2024 4:35 pm
Forum: General Discussion
Topic: osid
Replies: 1
Views: 276

Re: osid

These files are basically Commodore 64 SID music files, some need a separate player, some come with a built-in player. Some work on the Oric without any problem while some are quite corrupted (for technical reasons that cannot be fixed), so really depends of which version you have. Also, they only w...
by Dbug
Thu Feb 08, 2024 8:46 pm
Forum: Games
Topic: Upgrade Time: Encounter
Replies: 165
Views: 105571

Re: Upgrade Time: Encounter

Nice, great job Dbug!!! But I tried to head to http://encounter.defence-force.org/ and I got an error (name could not be resolved). Any idea? The domain is not yet set-up :D It's on my todo list, but I've not changed the DNS Basically that will be a redirect to https://defence-force.org/index.php?p...
by Dbug
Thu Feb 08, 2024 6:38 pm
Forum: Games
Topic: Upgrade Time: Encounter
Replies: 165
Views: 105571

Re: Upgrade Time: Encounter

Been a while since I had some updates, so here is what the current end sequence looks like:

by Dbug
Tue Feb 06, 2024 3:05 pm
Forum: General Discussion
Topic: Spammers or legit people?
Replies: 6
Views: 786

Re: Spammers or legit people?

I changed the security question, will see if that somewhat stops the flood of requests :shock:
by Dbug
Mon Feb 05, 2024 1:40 pm
Forum: General Discussion
Topic: Spammers or legit people?
Replies: 6
Views: 786

Re: Spammers or legit people?

I guess the question is answering itself: image_2024-02-05_131922060.png Now the real question is why it happened, and if it is humans or if it has been somewhat AI automated to answer the registration question. Until that is solved, I will not validate any new account, so if you are an actual perso...
by Dbug
Sun Feb 04, 2024 1:03 pm
Forum: Demos
Topic: No Problem by IRIS
Replies: 26
Views: 6277

Re: No Problem by IRIS

Regarding the music player, is it one you wrote/improved, or is it an existing one you ported to your assembler? I was considering using the Arkhos tracker for Encounter, but I've not really followed the "state of the art" on how to get a music made, exported, compiled and play on the Oric...