RE: Memory Mapper mirror effect?

1999-09-17 Thread Patrick Kramer



 -Original Message-
 From: Laurens Holst [SMTP:[EMAIL PROTECTED]]
 Sent: Wednesday, September 16, 1998 8:52 PM
 To:   [EMAIL PROTECTED]
 Subject:  Re: Memory Mapper mirror effect?
 
  Anyone knows if there are memory mappers with mirror effect (i.e.,
  for example, a 128k mapper (8 pages), if I select page 16, I'll get page
  8). I don't know any, but maybe there is...
 
 All mappers do this 'mirroring'...
 If they didn't then it would not be possible to detect the mappersize...
 (only legal mappersize-detection is done by using the mirror-effect).
 
It would be possible if selecting a page that doesn't exist results
in selecting memory that is not present.
Then data written to an address in that page can not be read back.

In fact. it would be simpler then:

10 i=0
20 out hfe,i:d=peek(h8000):pokeh8000,d xor 255
30 if peek(h8000)d xor 255 then 100
40 pokeh8000,d
50 if peek(h8000)d then 100
60 i=i+1:if i=256 then 100
70 goto 20
100 print i;:print " pages of mapper RAM"

Well, something like this...

Greetz,
Patrick


MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put
in the body (not subject) "unsubscribe msx [EMAIL PROTECTED]" (without the
quotes :-) Problems? contact [EMAIL PROTECTED] (www.stack.nl/~wiebe/mailinglist/)




Re: Memory Mapper mirror effect?

1999-09-17 Thread Erik Maas

 Anyone knows if there are memory mappers with mirror effect (i.e.,
 for example, a 128k mapper (8 pages), if I select page 16, I'll get page
 8). I don't know any, but maybe there is...
All mappers do this 'mirroring'...
If they didn't then it would not be possible to detect the mappersize...
(only legal mappersize-detection is done by using the mirror-effect).


No!

This is not the correct way to detect the mapper size!!!
As a matter of fact, the turbo-R does not have 2^x mapper pages accessible
when running in R800-dram mode!!! 4 pages are reserved to store bios, basic
and kanji (thought these were the ones) in to speed up the execution,
because
ROM is not as fast as RAM. The access to these pages is disabled by
hardware.

Even a turbo-R has the 'mirror' effect, but you can not say that this is the
only
thing you have to look at to determine the number of mapper pages.


By the way, there is a trick to alter these pages:
* switch to R800-ROM and these pages are accessible
* make changes (e.g. replace KANJI with KUN, I use this method now and then)
* and switch back to R800-DRAM

H... Here comes a nice thing, not related to this subject, but I have
noticed
that access to the internal ram of the turbo-R is faster than access to
external
memory/ram. So it is faster to run KUN-Basic in place of the kanji-ram-place
than
from an rom-module in a cartridge slot.
Another thing is : data that has to be accessed a lot should be in the
internal ram of
the turbo-R. Not only because of the slot-switching, but because of the
access time
too!


Greetings from Erik Maas

p.s. I don't know what kind of program is under development, but I hope the
mapper



MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put
in the body (not subject) "unsubscribe msx [EMAIL PROTECTED]" (without the
quotes :-) Problems? contact [EMAIL PROTECTED] (www.stack.nl/~wiebe/mailinglist/)




Re: Memory Mapper mirror effect?

1999-09-16 Thread Laurens Holst

 Anyone knows if there are memory mappers with mirror effect (i.e.,
 for example, a 128k mapper (8 pages), if I select page 16, I'll get page
 8). I don't know any, but maybe there is...

All mappers do this 'mirroring'...
If they didn't then it would not be possible to detect the mappersize...
(only legal mappersize-detection is done by using the mirror-effect).


~Grauw


--

  email me: [EMAIL PROTECTED] or ICQ: 10196372
 visit the Datax homepage at http://datax.cjb.net/
MSX fair Bussum / MSX Marathon homepage: http://msxfair.cjb.net/




MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put
in the body (not subject) "unsubscribe msx [EMAIL PROTECTED]" (without the
quotes :-) Problems? contact [EMAIL PROTECTED] (www.stack.nl/~wiebe/mailinglist/)




Memory Mapper mirror effect?

1999-09-15 Thread Adriano Camargo Rodrigues da Cunha


Hi, folks.

Anyone knows if there are memory mappers with mirror effect (i.e.,
for example, a 128k mapper (8 pages), if I select page 16, I'll get page
8). I don't know any, but maybe there is...

Thanks,


Adriano Camargo Rodrigues da Cunha   ([EMAIL PROTECTED])
Engenharia de Computacao - UNICAMP
http://www.adrpage.cjb.net   MSX-TR:I have one.And you?

* Suicide is like saying to God - You can't fire me ! I am quiting! *



MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put
in the body (not subject) "unsubscribe msx [EMAIL PROTECTED]" (without the
quotes :-) Problems? contact [EMAIL PROTECTED] (www.stack.nl/~wiebe/mailinglist/)




Re: Memory Mapper mirror effect?

1999-09-15 Thread Marco Antonio Simon dal Poz

On Wed, 15 Sep 1999, Adriano Camargo Rodrigues da Cunha wrote:

   Anyone knows if there are memory mappers with mirror effect (i.e.,
 for example, a 128k mapper (8 pages), if I select page 16, I'll get page
 8). I don't know any, but maybe there is...

Sure there is! I don't know how Turbo-R's Mapper works, but standard
mappers have mirror effect. If you select block 16, you'll get block 0,
and the same will happen if you select block 8. (blocks are numbered from
0 to 7).

But the most interesting is to select the same block in different RAM
pages. You can write a byte in one address, and in another address the
same byte appears! Really cool!

Greetings from Brazil!

-
Marco Antonio Simon Dal Pozhttp://www.lsi.usp.br/~mdalpoz
[EMAIL PROTECTED]   "Apple" (c) Copyright 1767, Sir Isaac Newton



MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put
in the body (not subject) "unsubscribe msx [EMAIL PROTECTED]" (without the
quotes :-) Problems? contact [EMAIL PROTECTED] (www.stack.nl/~wiebe/mailinglist/)




Fw: Memory Mapper

1999-03-04 Thread J. Lukens


-Original Message-
From: J. Lukens +ADw-j.lukens+AEA-hetnet.nl+AD4-
Newsgroups: comp.sys.msx
Date: Thursday, March 04, 1999 09:10
Subject: Memory Mapper


+AD4-Hello all,
+AD4-
+AD4-Since I have stopped my quest for a Turbo R for now, I am looking for
+AD4-someone who is willing to sell me an external memorymapper of about 512 KB
+AD4-or one MB, preferebly in the Netherlands, so I can come and get it myself.
+AD4-
+AD4-I am the proud owner of an NMS8280 in complete original condition, and I do
+AD4-not want to take any risks with it, but if anyone out there knows an
address
+AD4-or so where I can have my MSX2 internally upgraded to 1 MB or so, I would
+AD4-really like to know too.
+AD4-
+AD4-Jan Lukens
+AD4-
+AD4-
+AD4-



MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put
in the body (not subject) "unsubscribe msx [EMAIL PROTECTED]" (without the
quotes :-) Problems? contact [EMAIL PROTECTED] (www.stack.nl/~wiebe/mailinglist/)




Re: Memory mapper

1999-02-25 Thread Ricardo Jurczyk Pinheiro

At 16:48 24/02/99 +0100, you wrote:
At 16:09 24/02/99 +0100, you wrote:
Hi
Does anyone have a schematic of a memory mapper that can use 1 MB SIMMs ? 

I'll ask a friend about this, I only have it for Turbo R internal


Can u send this info 2 me too?

4th question: does anyone know of a MSX-site that has anything related to
MSX-hardware (schematics etc.)

don't know

I've a friend who were preparing a MSX Hardware Book, like that Hardware
Book that we can find in the web. And you can take a look at Alwin's
homepage, and Novatec's homepage. There are some very interesting projects.
  _   __  
 |  __ \ (_| ICQ UIN: 3635907 | | M. Sc. In Numerical Modelling - UFF 
 | |__) | _   __ _ _ __ __| | ___ Niteroi - RJ - BR  +-+
 |  _  / | |/ __// _` | '__/ _` |/ _ \   |  Sola Scriptura |
 | | \ \ | | (__| (_| | | | (_| | (_) |  |   Sola Gratia   |
 |_|  \_\|_|\___\\__,_|_|  \__,_|\___/  Jurczyk Pinheiro |Sola Fide|
 http://pagina.de/rjp - [EMAIL PROTECTED] - [EMAIL PROTECTED]  |   Solo Cristi   |
 MSX freak, X-Phile, Trekker, Christian, Transformers,   | Soli Deo Gloria |
 Anime (Yamato!), CuD, Linux, Rock, Comics, and hate M$! +-+


MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put
in the body (not subject) "unsubscribe msx [EMAIL PROTECTED]" (without the
quotes :-) Problems? contact [EMAIL PROTECTED] (www.stack.nl/~wiebe/mailinglist/)




Memory mapper

1999-02-24 Thread Patrick Kramer

Hi
Does anyone have a schematic of a memory mapper that can use 1 MB SIMMs ? 
2nd question: where do I get 50 pin header connectors or experimental MSX
slot PCB's ?
3rd question: anybody happens to have the schematics of a Canon V20 MSX1 ?
4th question: does anyone know of a MSX-site that has anything related to
MSX-hardware (schematics etc.)

Thanx




MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put
in the body (not subject) "unsubscribe msx [EMAIL PROTECTED]" (without the
quotes :-) Problems? contact [EMAIL PROTECTED] (www.stack.nl/~wiebe/mailinglist/)




Re: Memory mapper

1999-02-24 Thread Martial BENOIT

At 16:09 24/02/99 +0100, you wrote:
Hi
Does anyone have a schematic of a memory mapper that can use 1 MB SIMMs ? 

I'll ask a friend about this, I only have it for Turbo R internal


2nd question: where do I get 50 pin header connectors or experimental MSX
slot PCB's ?

humm let's see. try your local electronic part dealer ;-)

3rd question: anybody happens to have the schematics of a Canon V20 MSX1 ?

I don't have it but I'm very interesting in it, once I've started to drawn
it by looking at the PCB, but it take hours of verification to make it
right...

4th question: does anyone know of a MSX-site that has anything related to
MSX-hardware (schematics etc.)

don't know

Thanx

you are welcome :-)


Martial.



MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put
in the body (not subject) "unsubscribe msx [EMAIL PROTECTED]" (without the
quotes :-) Problems? contact [EMAIL PROTECTED] (www.stack.nl/~wiebe/mailinglist/)




Re: Memory mapper

1999-02-24 Thread Luiz H. Lugato

Martial BENOIT wrote:

At 16:09 24/02/99 +0100, you wrote:
Hi
Does anyone have a schematic of a memory mapper that can use 1 MB SIMMs ?

I'll ask a friend about this, I only have it for Turbo R internal

Can u send me the schematic? I have a Turbo R ST ..

Thank's


Luiz H. Lugato





MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put
in the body (not subject) "unsubscribe msx [EMAIL PROTECTED]" (without the
quotes :-) Problems? contact [EMAIL PROTECTED] (www.stack.nl/~wiebe/mailinglist/)