Search found 426 matches

by Xeron
Sun Feb 11, 2024 8:18 pm
Forum: Audio tools
Topic: Universal tracker
Replies: 28
Views: 29651

Re: Universal tracker

I didn't notice any problems. Of course the demo doesn't try and read the keyboard...
by Xeron
Sun Feb 04, 2024 1:24 pm
Forum: Demos
Topic: No Problem by IRIS
Replies: 26
Views: 5539

Re: No Problem by IRIS

I just converted the official player to my C assembler environment.

It's pretty straightforward, the tracker can directly export assembler code, and the player then parses the binary that it assembles to.
by Xeron
Sat Feb 03, 2024 6:52 pm
Forum: Demos
Topic: No Problem by IRIS
Replies: 26
Views: 5539

Re: No Problem by IRIS

I think it prints the snippet of code where it found the error. That's also a good idea with the macro.
by Xeron
Sat Feb 03, 2024 6:09 pm
Forum: Demos
Topic: No Problem by IRIS
Replies: 26
Views: 5539

Re: No Problem by IRIS

Another nice thing is when you want to rejig the memory map, you just call the functions that generate the code and data in a different order.
by Xeron
Sat Feb 03, 2024 11:45 am
Forum: Demos
Topic: No Problem by IRIS
Replies: 26
Views: 5539

Re: No Problem by IRIS

Yeah, that sounds like more work than my system, though.
by Xeron
Sat Feb 03, 2024 9:20 am
Forum: Demos
Topic: No Problem by IRIS
Replies: 26
Views: 5539

Re: No Problem by IRIS

You'd be surprised how quickly that stopped being annoying.

The other thing it was nice for was spitting out tables of code for the wobbler and rotator.
by Xeron
Sat Feb 03, 2024 9:03 am
Forum: Demos
Topic: No Problem by IRIS
Replies: 26
Views: 5539

Re: No Problem by IRIS

Yeah it's not perfect but I didn't mind.
by Xeron
Sat Feb 03, 2024 8:37 am
Forum: Demos
Topic: No Problem by IRIS
Replies: 26
Views: 5539

Re: No Problem by IRIS

I just like using C as the preprocessor to spit out the code and data. Its more powerful than a typical assembler preprocessor.
by Xeron
Sat Jan 20, 2024 4:16 pm
Forum: Demos
Topic: No Problem by IRIS
Replies: 26
Views: 5539

Re: No Problem by IRIS

Oh.. and if you mean who should you put in a greetings list, most people greet their friends and groups they respect. There is no protocol for that.

... oh nearly forgot. Obviously you have to greet IRIS 😉
by Xeron
Sat Jan 20, 2024 11:59 am
Forum: Demos
Topic: No Problem by IRIS
Replies: 26
Views: 5539

Re: No Problem by IRIS

Best thing to do is see if there is a demoparty happening where you could attend in person and see your demo up on the big screen. Next best thing is to find a demoparty that accepts remote entries and email them. Unfortunately most parties won't have an oric so you'd also have to send a capture. If...
by Xeron
Fri Jan 19, 2024 9:00 pm
Forum: Demos
Topic: No Problem by IRIS
Replies: 26
Views: 5539

Re: No Problem by IRIS

I didn't release the sources to No Problem, because they were a hobbled together mess, and I wanted to tidy them up first. However, I realised I was never going to get around to tidying them up, so I've just chucked them up on GitHub more or less as-is. I have kept all the git history intact (i had ...
by Xeron
Wed Nov 15, 2023 2:29 pm
Forum: General Discussion
Topic: TELISTRAT in ORICUTRON
Replies: 4
Views: 1817

Re: TELISTRAT in ORICUTRON

ISS maintains some more recent builds here: https://iss.sandacite.com/iss/oricutron/.

Sorry I didn't have the link to hand when I replied and was hoping someone would post it.
by Xeron
Sat Nov 11, 2023 8:56 pm
Forum: General Discussion
Topic: TELISTRAT in ORICUTRON
Replies: 4
Views: 1817

Re: TELISTRAT in ORICUTRON

The 1.2 version is broken. You need to use a recent build. We really need to sort out a 1.3 version.
by Xeron
Sat Aug 05, 2023 2:44 pm
Forum: General Discussion
Topic: Oric-1 Reborn - Possible Project?
Replies: 7
Views: 2022

Re: Oric-1 Reborn - Possible Project?

I was talking to Vamoure/TZT about this at Nova demoparty. He created a "re-oric" which is original hw on a smaller self contained pcb, but it didn't have an expansion port for Erebus or disk. We talked about how difficult it is to capture clean audio from an oric because of all the interf...
by Xeron
Wed Jul 19, 2023 9:43 pm
Forum: Hardware hacks and extensions
Topic: Manual Erebus multiload
Replies: 8
Views: 1773

Re: Manual Erebus multiload

OK, I figured it out. The Erebus modified CLOAD differs from the ROM v1.1 CLOAD starting at address $E874. The stuff before E874 is all the expression parsing stuff I was trying to avoid, but you can't just jump there, because CLOAD itself starts with a PHP, but you can do this: loader: JSR EnterCLO...