Can ZX81 load progs directly from MP3 player?

Discussions about Sinclair ZX80 and ZX81 Hardware
User avatar
yerzmyey
Posts: 1240
Joined: Thu May 15, 2008 10:11 am
Location: Rubber Planet
Contact:

Re: Can ZX81 load progs directly from MP3 player?

Post by yerzmyey »

Hehe, I can see "oldschool techno" in Your profile. ;)
I like it too. :) "James Brown is still alive" ;) heheheh.

Anywayz.
I will point it to one guy who maybe would be able to make such interface basing on the schemes etc. However I will have to wait for my ZX81 to come by post.
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: Can ZX81 load progs directly from MP3 player?

Post by Andy Rea »

A Question for SirMorris.

Re. MMC interface.

To Clarify a few things if you please.

1. I need 3 bits latched output + 1 bit input I/O capability on my ZX81 to work with MMC interface ?
2. The code can be assembled to work in the 8-16K region (assuming Ram is fitted?)
3. Could i ask where you sourced your MMC sockets from ?

My intention is to build simple-ish external module which includes the 8K static ram Mapped to 8-16K,

Regards Andy
what's that Smell.... smells like fresh flux and solder fumes...
sirmorris
Posts: 2811
Joined: Thu May 08, 2008 5:45 pm

Re: Can ZX81 load progs directly from MP3 player?

Post by sirmorris »

1. I need 3 bits latched output + 1 bit input I/O capability on my ZX81 to work with MMC interface ?
Correct.
Out: Data, clock, chipselect [even if only one card]
In: Data
2. The code can be assembled to work in the 8-16K region (assuming Ram is fitted?)
Correct.
That's where mine runs from at the moment. You only need to alter two routines to get it working with whatever hardware you have.
3. Could i ask where you sourced your MMC sockets from ?
http://www.crownhill.co.uk. A couple of quid for the socket & 1.50 postage. Not bad.
My intention is to build simple-ish external module which includes the 8K static ram Mapped to 8-16K,
If I may be so bold might I suggest having eeprom in there. I'm bored of losing the contents of my BB ram and having to reload the driver :evil:

Keep me posted - this is one of my favourite subjects! ;)
User avatar
Andy Rea
Posts: 1606
Joined: Fri May 09, 2008 2:48 pm
Location: Planet Earth
Contact:

Re: Can ZX81 load progs directly from MP3 player?

Post by Andy Rea »

Cool Thanks for that, i'll order a few bits from them.

I was wondering about putting an eprom in there too, maybe switchable so i can copy the code to main ram, then switch 8-16 to ram, and copy the code back again, wonder if i could arrage some kind of bootstrap so it would happen on power up ? Food for thought anyway.

Regards Andy
what's that Smell.... smells like fresh flux and solder fumes...
sirmorris
Posts: 2811
Joined: Thu May 08, 2008 5:45 pm

Re: Can ZX81 load progs directly from MP3 player?

Post by sirmorris »

Maybe 4k rom & 4k ram..? 4k should be enough for anyone, right?!

If you've got a big rampack then the 4k ram could be used for code, and the data required can sit above 32k.

Switching in and out? naah. Switch on, load 3dmm.p, play, reset, load zxgal.p, play .. :)
Post Reply