Turbo-R ST 4MB Internal Memory Upgrade

Página 3/4
1 | 2 | | 4

Por NYYRIKKI

Enlighted (6067)

Imagen del NYYRIKKI

21-07-2009, 07:09

Software that reads the mapper registers to find out the amount of RAM (which is WRONG) will only read back 512kB on turboR anyways, because only the first 5 bits are connected, which means you can only discover 32 (amount of 5 bits)*16kB (block size) = 512kB...

I'd say: no problem at all to connect 4MB. Software with bad RAM detection won't fail (but will only find 512kB) and good software will find all 4MB.

I think the RAM detection is rarely the problem... The biggest problem is really that the read back does not work correctly. (Can some hardware expert set this straight to me? Is it 5bits or 6bits? It seems there is plenty of different information around)

This makes it impossible to run for example any mapper using DOS1 software (demos games) on DOS2 (ie. from CF or IDE) And yes... we can talk about "it is not standard to read back from the mapper registers" issue forever, but it does not make the games work any better...

On the other hand, you can also say that this makes only one program not to work: "MAP2" How ever because this is the program that makes all those other programs to run, I don't think it is that simple.

Por NYYRIKKI

Enlighted (6067)

Imagen del NYYRIKKI

21-07-2009, 07:12

Sorry I only have 1MB internal in my TR-ST, so I can't volunteer for this test Smile

Can you please tell, what you get if you write in BASIC:
?inp(-1)

Por TheRogue

Expert (116)

Imagen del TheRogue

21-07-2009, 21:40

My 512k turbo-r st should be arriving some time this week if all is well, and I will shortly be ordering Padial's 4MB cart, so I can assist with testing once my stuff arrives!

Por Patsie

Master (254)

Imagen del Patsie

22-07-2009, 10:01

Can you please tell, what you get if you write in BASIC:
?inp(-1)

It says '192'

Por NYYRIKKI

Enlighted (6067)

Imagen del NYYRIKKI

22-07-2009, 10:54

Can you please tell, what you get if you write in BASIC:
?inp(-1)

It says '192'

@manuel: You are wrong, 6 bits is possible! You can upgrade MSX tR to 1MB without any problems.

Por Manuel

Ascended (19463)

Imagen del Manuel

22-07-2009, 16:28

inp(-1)? Not peek(-1)?

Por Jipe

Paragon (1614)

Imagen del Jipe

22-07-2009, 17:23

if you want 1Mo on GT or ST you added a little board with 74LS670 and decode chip for read bit 6
original Turbo-R have 5 bits
and for holland software or french megarom required Mapper.com

Por msd

Paragon (1515)

Imagen del msd

22-07-2009, 18:19

So it would also be posible to add 3 extra bits for decoding?

Por Jipe

Paragon (1614)

Imagen del Jipe

22-07-2009, 20:26

the R800 accept 4Mo Memory but the S1990 chip is not ready for
i think more complex for added the two bit missed but no info for chip

Por NYYRIKKI

Enlighted (6067)

Imagen del NYYRIKKI

22-07-2009, 21:15

Ah, so I think the complete answer would be:
MSX tR (A1ST) motherboard is ready for 512KB update (5bits) but S1990 (A1ST/A1GT) can handle also 1MB (6bits) if you add mapper logic. For 4MB (8bits) there is no known solution to get mapper readback working correctly.
inp(-1)? Not peek(-1)?
No, but that command is usefull also... It can be used for checking RAM subslot. Now we were how ever talking about memory mapper size and support logic.

Problem is when you execute something like OUT-1,INP(-1) on computer that has more RAM than the S1990 can return (2MB or 4MB) the computer will crash. On standard MSX tR: business as usual... This may not sound very reasonable thing to do, but this kind of tricks are needed for example to run DOS1 programs under DOS2. (MAP2)

RAM detection is also problematic, if it has been done in "quick and ugly" way like for example:
PRINT "RAM:"; (256-INP(-1))*16 ;"KB"

I hope this clears things up...

Página 3/4
1 | 2 | | 4