I/O board for the MTX+ isn't fully wired yet, but it's sufficient to allow the keyboard to work.
CPU is clocked at 4Mhz, 512k ram visible to basic
VDP board fitted with 128k, although MTX basic only uses the 16k of the 9929A it expects to see.
MTX+ Running BASIC
Re: MTX+ Running BASIC
Hi Martin,
Not that it needs it, but, as you know, the video board can take another 64k of VRAM. Are you short of the VRAM chips? I have some spare that Lez sent me if you want a couple?
Regards
Dave
Not that it needs it, but, as you know, the video board can take another 64k of VRAM. Are you short of the VRAM chips? I have some spare that Lez sent me if you want a couple?
Regards
Dave
Re: MTX+ Running BASIC
Printer output tested and running to spec.
Shame about the output, that was a previously un-opened ribbon, I guess 25 years in storage has taken it's toll on the ink, sealed or not.
System test at 8Mhz was partially successful, BASIC booted and ran as expected there were a lot of graphical glitches as the VDP minimum access times weren't being met.
16Mhz was way too fast for any meaningful VDP output, the Video routines will need altering before BASIC can run at that speed.
Shame about the output, that was a previously un-opened ribbon, I guess 25 years in storage has taken it's toll on the ink, sealed or not.
System test at 8Mhz was partially successful, BASIC booted and ran as expected there were a lot of graphical glitches as the VDP minimum access times weren't being met.
16Mhz was way too fast for any meaningful VDP output, the Video routines will need altering before BASIC can run at that speed.
Re: MTX+ Running BASIC
I've got more chips, the board is wired for them, however at the moment I can't see any real need for them. It'll need a lot of work just to get the system to use the VRAM it's got.Dave wrote:Hi Martin,
Not that it needs it, but, as you know, the video board can take another 64k of VRAM. Are you short of the VRAM chips? I have some spare that Lez sent me if you want a couple?
Regards
Dave
Re: MTX+ Running BASIC
A short spay of WD40 may help to sort that outMartin A wrote:Printer output tested and running to spec.
Shame about the output, that was a previously un-opened ribbon, I guess 25 years in storage has taken it's toll on the ink, sealed or not.

Mark


“There are four lights!”
Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb

Autumn is here. Bye bye summer 2024...
Not as many MTXs as Dave!

Re: MTX+ Running BASIC
Just like to say well done. Not being a hardware whizz this is just like magic to me.
THIS is what Memotech is doing now.
-
- Posts: 186
- Joined: 14 Aug 2012 15:31
Re: MTX+ Running BASIC
The Beast Lives Dr Frankenstein ! Yes Igor it's alive !!
Awesome Job.....
Awesome Job.....
Re: MTX+ Running BASIC
I've just looked at the pictures again (last time, I was on a mobile ithingy device).
Now I'm sure that Master is calling the shots
Mark
Now I'm sure that Master is calling the shots

Mark


“There are four lights!”
Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb

Autumn is here. Bye bye summer 2024...
Not as many MTXs as Dave!

Re: MTX+ Running BASIC
The Master that has been cleverly modified to run with the power off....1024MAK wrote:I've just looked at the pictures again (last time, I was on a mobile ithingy device).
Now I'm sure that Master is calling the shots![]()
Mark
Actually the Master has a Gig or so of CF storage hanging off the back.
It would be nice if we could have the MTX+ have full access to a CF, at the moment all we have is the ability to read one sector to a buffer.
Re: MTX+ Running BASIC
Dave should have a copy of my CP/M code for reading and writing FAT format disks. You would need to replace my code for reading/writing 512 byte sectors from the SDX drive with your CF sector read/write code.
Not that my code is a full implementation, it only processes files in the root directory, but good enough to use to transfer files between MTX and PC.
There is also a small Y2K issue with displaying the file dates that I have never got around to fixing.
Not that my code is a full implementation, it only processes files in the root directory, but good enough to use to transfer files between MTX and PC.
There is also a small Y2K issue with displaying the file dates that I have never got around to fixing.