Search found 145 matches
- Wed Sep 30, 2020 9:43 am
- Forum: Buy/sell
- Topic: WTB: MZ-800
- Replies: 10
- Views: 1940
Re: WTB: MZ-800
Looks like stock 821's go for around 150 euros on eBay. I have no idea what the QD is worth though. To me - not very much I'm afraid. Interesting technology but not very practical today. Where are you located?
- Sun Sep 27, 2020 7:32 pm
- Forum: Buy/sell
- Topic: WTB: MZ-800
- Replies: 10
- Views: 1940
WTB: MZ-800
Does anybody have an 800 for sale for a reasonable price?
- Fri Apr 17, 2020 10:28 am
- Forum: Other
- Topic: 700/800 - are custom taperoutines common?
- Replies: 17
- Views: 6752
Re: 700/800 - are custom taperoutines common?
That's something I wanted to do with my existing project (mz-sd²cmt) but the AVR is not fast enough to handle memory bus unless you plan to use /halt, /busreq/ack or /wait to take the full control when needed. True, a faster microcontroller is needed. Something ARM-based, like the Teensy series, wo...
- Fri Apr 17, 2020 10:26 am
- Forum: Hardware
- Topic: MZ800 is not an euro MZ1500 !!!
- Replies: 9
- Views: 3462
Re: MZ800 is not an euro MZ1500 !!!
I have removed the 1500 compatibility flag on all downloads in the database except for those where 1500-compatibility was explicitly mentioned in the description.
- Fri Apr 17, 2020 10:09 am
- Forum: Hardware
- Topic: MZ800 is not an euro MZ1500 !!!
- Replies: 9
- Views: 3462
Re: MZ800 is not an euro MZ1500 !!!
The original sharpmz.org will not be updated, it's basically a snapshot of the site before the transition to Wordpress started and should only be considered as a historical document. KHM does not maintain those pages anymore and has not had access to this site for more than a year. The MZ-1500 page ...
- Thu Apr 16, 2020 7:42 pm
- Forum: Other
- Topic: 700/800 - are custom taperoutines common?
- Replies: 17
- Views: 6752
Re: 700/800 - are custom taperoutines common?
Yes, my imaginary tape emulator has that.
- Thu Apr 16, 2020 6:30 pm
- Forum: Other
- Topic: 700/800 - are custom taperoutines common?
- Replies: 17
- Views: 6752
Re: 700/800 - are custom taperoutines common?
If I don't patch the BASIC monitor it will use the normal tapeport, which the tapeemulator also supports. So in that case it will work at normal speed.
- Thu Apr 16, 2020 2:10 pm
- Forum: Other
- Topic: 700/800 - are custom taperoutines common?
- Replies: 17
- Views: 6752
Re: 700/800 - are custom taperoutines common?
Oh I see what you mean. So do want you to patch the tape routines of the monitor (through a patched copy in DRAM) and make them to use the expansion port to read/write a header/data blocks? Virtual Instantaneous Tape? Yes, something like that. I'm aware of the BASIC monitor, that one would have to ...
- Thu Apr 16, 2020 12:38 pm
- Forum: Other
- Topic: 700/800 - are custom taperoutines common?
- Replies: 17
- Views: 6752
Re: 700/800 - are custom taperoutines common?
The point is to avoid the current bit-banged serial tapeport, and transfer data directly on the databus to a microcontroller-based tape-emulator connected to the expansion port. This should allow almost instant loading and saving to "tape".
- Thu Apr 16, 2020 11:26 am
- Forum: Other
- Topic: 700/800 - are custom taperoutines common?
- Replies: 17
- Views: 6752
Re: 700/800 - are custom taperoutines common?
I ask because it would be rather trivial to modify the monitor tape routines to just read/write bytes through a port instead of bit-banging the tape port. It would require some custom hardware (tape emulator connected to the expansion port) but would also be super fast. But not much point in doing t...