Search found 11 matches

by Hobes128
Mon May 25, 2020 11:45 am
Forum: Hardware
Topic: Combining several audio interfaces into a single composition
Replies: 1
Views: 422

Combining several audio interfaces into a single composition

I had an idea today. It's probably way beyond both my coding skills, and my musical talent, but I'm furloughed at the moment and don't have much else to do so I thought I might at least look into it a bit. My idea was to create/code a zx spectrum chip tune that utilises several spectrum hardware int...
by Hobes128
Sun May 26, 2019 8:14 am
Forum: Showcase your work!
Topic: I made a new App for the Multiface 3
Replies: 26
Views: 6909

Re: I made a new App for the Multiface 3

Well, i've made a new version of my MF3 Easter Egg finder, with a pause added (as requested by druellan). After pressing the MF3 button, it now waits untill you press space before returning to the game. I incorporated some of djnzx's advice and removed all the calls, and replaced them with relative ...
by Hobes128
Fri May 17, 2019 1:05 am
Forum: Showcase your work!
Topic: I made a new App for the Multiface 3
Replies: 26
Views: 6909

Re: I made a new App for the Multiface 3

Thanks for the very detailed reply djnzx. The multiface is indeed triggered via a non-mascable interuprt, but the last page of the manual states... "to return from your program, to the program you stopped, use RST 0" so i just did what the manual said ;-) http://www.worldofspectrum.org/pub...
by Hobes128
Fri May 17, 2019 12:15 am
Forum: Showcase your work!
Topic: I made a new App for the Multiface 3
Replies: 26
Views: 6909

Re: I made a new App for the Multiface 3

Hmmm, could you please help me understand your code djnzx... ld a, (hl) ; this loads the attribute data i want to check - straight forward. Spectrum attributes are in the format... Bit 8 = flash on/off Bit 7 = Bright on / off Bits 6, 5, 4 = Ink Colour Bits 3, 2, 1 = Paper Color So let's imagine this...
by Hobes128
Thu May 16, 2019 11:22 pm
Forum: Showcase your work!
Topic: I made a new App for the Multiface 3
Replies: 26
Views: 6909

Re: I made a new App for the Multiface 3

Sorry, it's been a while since i checked in here, and it seems you guys sent a load of great replies :-) I'm really happy that you've actually found my daft little routine interesting, and taken the time to play with it and even provide feedback, so thank you so much for that! Guesser - Thanks for t...
by Hobes128
Sat May 04, 2019 10:22 pm
Forum: Showcase your work!
Topic: I made a new App for the Multiface 3
Replies: 26
Views: 6909

Re: I made a new App for the Multiface 3

Basinc seems to done the job nicley, so here's my Multiface 3 Easter Egg finder in Type-In format (although i doubt anyone will ever bother to try it)... 10 REM Multiface Easter Egg Finder - By Hobes128 06,04,2019 20 CLEAR 32768 30 PAPER 6: INK 3: BORDER 0: BRIGHT 1: FLASH 1: CLS : PRINT "MULTI...
by Hobes128
Fri May 03, 2019 9:47 pm
Forum: Showcase your work!
Topic: I made a new App for the Multiface 3
Replies: 26
Views: 6909

Re: I made a new App for the Multiface 3

It just occured to me that my MF3 easter egg finder is a really short basic listing, so i could easily share it as a type-in by pastign it directly to this forum thread. I quite like that idea as it feels very old school, but I'm not sure how to get my basic program out of my spectrum emulator as a ...
by Hobes128
Sat Apr 27, 2019 7:52 pm
Forum: Showcase your work!
Topic: I made a new App for the Multiface 3
Replies: 26
Views: 6909

Re: I made a new App for the Multiface 3

Thanks you both for the replies R-Tape / dnzx :-) I've not seen zx-art website before. I can see i'm going to waste hours of my time working though all the demos, and and music on there. so many of the demo writers pull off effects that are just mind boggling to me TBH, and the artists mastery of at...
by Hobes128
Sun Apr 14, 2019 9:21 pm
Forum: Games/Software
Topic: The best classic Speccy game beginning with #: re-run vote
Replies: 22
Views: 4060

Re: The best classic Speccy game beginning with #: re-run vote

Hmmm, I'm new to the forum (just joined tonight), so didn't vote in any of the previous polls. From the "D" list, I would have been torn between DeathChase, Dynamite Dan, Dizzy (although TBH, while I'm quite a big fan of the Dizzy games, the latter games were much better than the first one...
by Hobes128
Sun Apr 14, 2019 8:56 pm
Forum: Games/Software
Topic: The best classic Speccy game beginning with #: re-run vote
Replies: 22
Views: 4060

Re: The best classic Speccy game beginning with #: re-run vote

The only one on the list that i've ever played was 180. I remember liking the speech when you hit the top score, but i didn’t really like the way the hand bobbed around on the screen.

Why isn't 3D death chase available as an option?
by Hobes128
Sun Apr 14, 2019 7:11 pm
Forum: Showcase your work!
Topic: I made a new App for the Multiface 3
Replies: 26
Views: 6909

I made a new App for the Multiface 3

Evening all, I have no idea if anyone will be interested in this, but i thought it might be nice to document it somewhere anyway, so here it is... I became quite adept at spectrum basic when i was a kid many years ago, but only ever learned a very small bit of machine code. I recently got the urge t...