What's this then?

Any discussions related to the creation of new hardware or software for the ZX80 or ZX81
User avatar
siggi
Posts: 992
Joined: Thu May 08, 2008 9:30 am
Location: Wetterau, Germany
Contact:

Re: What's this then?

Post by siggi »

sirmorris wrote:OK, that's what I needed to hear :)

Yerz - please give this a try. I'll verify the zxpand-turbo mode if you (or Sascha?) would try the MrX route. Thanks!

C
Hi Charlie,
I would like to adapt the program to use 2 MrX boards and no Zxpand (to load files using MEFISDOS or ZeddyNet).
Line 10 looks quite strange. Is is special Zxpand code ("LLIST M=H"), which I could ignore, when not using Zxpand?

Siggi
My ZX81 web-server: online since 2007, running since dec. 2020 using ZeddyNet hardware
http://zx81.ddns.net/ZxTeaM
User avatar
Paul
Posts: 1523
Joined: Thu May 27, 2010 8:15 am
Location: Germanys west end

Re: What's this then?

Post by Paul »

It means configure m=h and enables ram from 16k to 48k. Your zeddy will most probably have ram there so you can delete the lIne.
Regards Paul
In theory, there is no difference between theory and practice. But, in practice, there is.
User avatar
siggi
Posts: 992
Joined: Thu May 08, 2008 9:30 am
Location: Wetterau, Germany
Contact:

Re: What's this then?

Post by siggi »

Line 10 contains also machine code (not only the LLIST command):
Line10.jpg
Line10.jpg (43.72 KiB) Viewed 15680 times
Could I also delete line 30, which (probably) calls the m/c in line 10?

Siggi
My ZX81 web-server: online since 2007, running since dec. 2020 using ZeddyNet hardware
http://zx81.ddns.net/ZxTeaM
User avatar
yerzmyey
Posts: 1240
Joined: Thu May 15, 2008 10:11 am
Location: Rubber Planet
Contact:

Re: What's this then?

Post by yerzmyey »

siggi wrote:is it possible to use 2 Mr X. boards (no Zxpand), one "normal" and one with the new gals? If yes then I would like to program a gal by myself.
Siggi
Yupp, it must work too.
Y
IN NIHILUM REVERTERIS - a big text-adventure game for ZX81: http://tiny.pl/g2m6m
"MONOCHROME" issue 5 - (Spring 2014) free paper/PDF magazine about ZX81: http://tiny.pl/q2m44
ZX81 COMPETITIONS 2007/2009: http://zx81.republika.pl/
User avatar
yerzmyey
Posts: 1240
Joined: Thu May 15, 2008 10:11 am
Location: Rubber Planet
Contact:

Re: What's this then?

Post by yerzmyey »

Andy Rea wrote:@Yerzmyey...
Erm... what :?: the tsplayer for ZX81 expects a Hobeta image file ( renamed with the .TS extension) the way i did it was thus :-
1) create your turbo sound master piece ( or load one ) with vortex II tracker
2) select EXPORTS from the File menu
3) select Save With ZX Spectrum player
4) set address to 61A8(hex) 25000(dec)
5) select Hobeta without player
6) click OK
7) type a filename
8) click Save
9) rename the resulting file from .$m to .TS (zx81 doesn't like the $)
So erm if you can load it into Vortex somehow you can play it on ZX81 :D
Regards Andy
Ahaaaaaaa. So probably there are no chances to play this http://zx81.republika.pl/ziuta_z_lancuta.zip
So it's a player that plays especially prepared files?
It's not enough to take any TurboSound file from ZX and just rename it into *.TS?
I see.

Thx for da info 'though and some work awaits me then, to find in my collection (HUUUUUUGE) all separated TS files, compile them and prepare for ZX81. ;)
Hahahah.
Cheerzzzzzz!
IN NIHILUM REVERTERIS - a big text-adventure game for ZX81: http://tiny.pl/g2m6m
"MONOCHROME" issue 5 - (Spring 2014) free paper/PDF magazine about ZX81: http://tiny.pl/q2m44
ZX81 COMPETITIONS 2007/2009: http://zx81.republika.pl/
User avatar
yerzmyey
Posts: 1240
Joined: Thu May 15, 2008 10:11 am
Location: Rubber Planet
Contact:

Re: What's this then?

Post by yerzmyey »

OK, I converted about 15 more TurboSound songs from ZX Spectrum, by various authors, into ZX81 -
enjoy:
http://zx81.republika.pl/tsplayer.zip
IN NIHILUM REVERTERIS - a big text-adventure game for ZX81: http://tiny.pl/g2m6m
"MONOCHROME" issue 5 - (Spring 2014) free paper/PDF magazine about ZX81: http://tiny.pl/q2m44
ZX81 COMPETITIONS 2007/2009: http://zx81.republika.pl/
User avatar
Andy Rea
Posts: 1606
Joined: Fri May 09, 2008 2:48 pm
Location: Planet Earth
Contact:

Re: What's this then?

Post by Andy Rea »

Looks like those files ( the .$S ones ) are packed with Hrust packer, there is some depackers floating around, i'll have a look when i get chance but it won't be this weekend.

Regards Andy
what's that Smell.... smells like fresh flux and solder fumes...
User avatar
yerzmyey
Posts: 1240
Joined: Thu May 15, 2008 10:11 am
Location: Rubber Planet
Contact:

Re: What's this then?

Post by yerzmyey »

No problem at all dude.

Meanwhile - http://zx81.republika.pl/karbofos-ts_album.zip

TS album composed by Karbofos. 13 more songs for 2 AYs.
IN NIHILUM REVERTERIS - a big text-adventure game for ZX81: http://tiny.pl/g2m6m
"MONOCHROME" issue 5 - (Spring 2014) free paper/PDF magazine about ZX81: http://tiny.pl/q2m44
ZX81 COMPETITIONS 2007/2009: http://zx81.republika.pl/
sirmorris
Posts: 2811
Joined: Thu May 08, 2008 5:45 pm

Re: What's this then?

Post by sirmorris »

@siggi -

The line 10 REM and the call to it on line 20 lower RAMTOP to 25000 and should be left alone.

CONFIG 'M=H' makes the memory map RAM 16-48K. This should be removed on non-zxpand systems as it will read as LLIST "m=h" which of course will not run :D

I see that I have a little bug - the machine code is injected into the P file after it is compiled from text using ZXTEXT2P. I think the REM wasn't long enough :¬.

Here is version 1.2, with that error corrected.

It should ply happily on 2 mrx boards, as long as the second has the updated GAL code.

HTH

C
Attachments
tsplay.p
(6.39 KiB) Downloaded 135 times
User avatar
1024MAK
Posts: 5124
Joined: Mon Sep 26, 2011 10:56 am
Location: Looking forward to summer in Somerset, UK...

Re: What's this then?

Post by 1024MAK »

sascha2000 wrote:Hello everybody,

@ yerzmyey

Congratulations! Fantastic sound! Really fucking ;-) impressive!

I think concerning the combination of MrX ZXpand AY there is no further help needed from my side?


@Paul (and others)

Please send me a PN with your private adress and I will send you a new GAL.

@all
I am using two PC soundspeakers instead of a mixer. Works well and is quadrophonic like. :D :D :D :D :D
Those 4 speakers around my desk are giving a kind of 3d feeling ....

If anybody wants to burn his own MrX Turbosound gal I can offer the jed file or the galasm source.

Regards
Sascha
Okay. <<<Please wait>>> while mind and brain attempt to restart....
I have lost the plot :? . Blink and we jump from one amazing "AY" to a double "AY"!!!! :!:
So I take it that the hardware requirements are two "AY" sound generators (ZXpand+"AY") + (MrX with new GAL) or (ZXpand+double "AY") or (two MrX one with the new GAL)...
Also are the three channels from each "AY" being separated (to make a total of 6 channels) and going to a mixer, or are all output channels being connected together to create a mono channel, or are the two "AY"'s feeding as a 3 + 3 stereo output? :?:

:arrow: I must add that many thanks to everyone who has contributed to both the hardware, the firmware, the software and the music composition :D 8-) :mrgreen:

Mark
ZX81 Variations
ZX81 Chip Pin-outs
ZX81 Video Transistor Buffer Amp

:!: Standby alert :!:
There are four lights!
Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb :!:
Looking forward to summer later in the year.
Post Reply