Re: [MSX] MSX-Audio BIOS upgrade for Music Module

2005-05-02 Thread JP Grobler
FRS
Can an extra call command call music (same command as call audio) be added 
to make the rom very compatible for msx music and msx audio. Saves te 
trouble of editing basic programs.

JP 

___
MSX mailing list (msx@stack.nl)
Info page: http://lists.stack.nl/mailman/listinfo/msx


[MSX] MSX-Audio BIOS upgrade for Music Module

2005-05-01 Thread JP Grobler
Hi
I played with tthe MM to audio conversion a bit today. I NEED HELP!!
Should 74ls139 pin 8 be grounded? (YES)
I build it with a 32k sram grounding the 2 extra adresslines (what a waste,
but I have them in ample supply old 286/386 motherboards)
It did not work
Running SUPPER-X I found the sram mapped  mirrored to
,2000,4000,6000,8000,A000.
Sram is stable
I could not read anything else (see the eprom)( 1000, 3000 etc is FF)
I switched the CS (CE) signals!
   27C256 pin 20 to 74LS139 pin 11
   61256   pin 20 to 74LS139 pin 12
Now Sram is mapped  Mirrored to 1000, 3000, 5000, 7000, 9000, B000
Sram is stable
I do read data on (,2000,8000, A000),(4000,6000) () mirrored inside the 
pair
Call Audio still does not work.

I know the mirroring of the eprom can be due to the mappertype and super-x
readig it unmapped
What is wrong??
JP

___
MSX mailing list (msx@stack.nl)
Info page: http://lists.stack.nl/mailman/listinfo/msx


Re: [MSX] MSX-Audio BIOS upgrade for Music Module

2005-05-01 Thread JP Grobler
FRS
Thanks for teh reply, no luck yet
Where did you connected the pin-15 of the 74LS139? It must me connected to
the pin-20 of the eprom soquet on the MM.
Connected correctly
Please note that the pin-20 of both 27C256 and the SRAM must not be
connected to this same pin, but to the pins 12 ans 11 of the 74LS139,
respectively.
If i connect them  27256 to pin 12 and 61256 tp pin 11 then the sram is
mapped to ., 2000 etc
If I connect them 27256 to pin 11 and 61256 to pin 12 then the  sram is on
1000, 3000 etc
Also check the A13 pin of your 27C257, as it may be connected to the wrong
place.
A13 to 74LS193 pin 3
Maybe its short-circuited somewhere? Are the A12 and A13 lines
short-circuited? Because they must not be.
Can't see any
On the msxaudio-BIOS.gif file, the only lines short-circuited are the Y
like ones that have the same color. There are only two of them, labeled
/CS Soquete (pin-20) and IC3, pin-1.
Fine
Call Audio still does not work.
___
MSX mailing list (msx@stack.nl)
Info page: http://lists.stack.nl/mailman/listinfo/msx


Re: [MSX] MSX-Audio BIOS upgrade for Music Module

2005-05-01 Thread JP Grobler
Hi
I found the error.
In the gif file of the schematic A13 of the erom shows it should not be 
connected! This is wrong!
A13 pin 26 of the 27c256 should be insterted into the eprom socket!

All is fine now!!
Thanks FRS!
JP
- Original Message - 
From: FRS [EMAIL PROTECTED]
To: msx@stack.nl
Sent: Monday, May 02, 2005 5:00 AM
Subject: Re: [MSX] MSX-Audio BIOS upgrade for Music Module


Hi JP,
 I have lots of w24m257 (32k) sram IC's
 How can they be used in this circuit?
I haven't tested this IC. After some googling it seems to be 61256 
equivalent. Looking at the datasheet, theorically it can work.

I played with tthe MM to audio conversion a bit today. I NEED HELP!!
Ok, let's see if I can help.  :)
Should 74ls139 pin 8 be grounded? (YES)
Yes, it MUST! The pin-8 of the 74ls139 is THE ground pin of this CI. Sorry 
if I didn't let this clear on the documentation. The standard pins GND and 
Vcc of all CIs must be conected for any circuit to work.

I'll revise that on the documentation to avoid confusion.
I build it with a 32k sram grounding the 2 extra adresslines (what a 
waste,
but I have them in ample supply old 286/386 motherboards)
You don't need to ground them, just conect to the respective pins on the 
EPROM. The 74LS139 will do the chip-selection acordingly.

It did not work
Running SUPPER-X I found the sram mapped  mirrored to
,2000,4000,6000,8000,A000.
Sram is stable
I could not read anything else (see the eprom)( 1000, 3000 etc is FF)
I switched the CS (CE) signals!
   27C256 pin 20 to 74LS139 pin 11
   61256   pin 20 to 74LS139 pin 12
Now Sram is mapped  Mirrored to 1000, 3000, 5000, 7000, 9000, B000
Sram is stable
I do read data on (,2000,8000, A000),(4000,6000) () mirrored inside 
the pair
There's something wrong here...
Where did you connected the pin-15 of the 74LS139? It must me connected to 
the pin-20 of the eprom soquet on the MM. Please note that the pin-20 of 
both 27C256 and the SRAM must not be connected to this same pin, but to 
the pins 12 ans 11 of the 74LS139, respectively.

Also check the A13 pin of your 27C257, as it may be connected to the wrong 
place. Maybe its short-circuited somewhere? Are the A12 and A13 lines 
short-circuited? Because they must not be.

On the msxaudio-BIOS.gif file, the only lines short-circuited are the Y 
like ones that have the same color. There are only two of them, labeled 
/CS Soquete (pin-20) and IC3, pin-1.

Call Audio still does not work.
With all this extra-mirroring it will not work... Check carefully for 
short-circuited signals. Start checking your A13 and A12 lines.

I know the mirroring of the eprom can be due to the mappertype and 
super-x
readig it unmapped
There's no mappertype, since it's 32KB plain ROM. The extra-mirroring is 
being caused by some wrong wiring, probably. By doing the quick-and-dirty 
method you should get the following layout:

h-2fffh = EPROM's respective address
3000h-3fffh = SRAM's respective address
4000h-6fffh = EPROM's respective address
7000h-7fffh = SRAM, mirror of 3000h-3fffh
8000h-afffh = EPROM, mirror of h-2fffh (*1)
b000h-bfffh = SRAM, mirror of 3000h-3fffh (*1)
*1: This only happens on the quick-and-dirty method, and is ignored by the 
BIOS.

Best regards,
FRS
___
MSX mailing list (msx@stack.nl)
Info page: http://lists.stack.nl/mailman/listinfo/msx

--
Internal Virus Database is out-of-date.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.10.3 - Release Date: 2005/04/25

___
MSX mailing list (msx@stack.nl)
Info page: http://lists.stack.nl/mailman/listinfo/msx


Re: [MSX] MSX-Audio BIOS upgrade for Music Module

2005-04-29 Thread JP Grobler
HI
I have lots of w24m257 (32k) sram IC's
How can they be used in this circuit?
THanks
JP
- Original Message - 
From: FRS [EMAIL PROTECTED]
To: MSX mailing list msx@stack.nl
Sent: Friday, April 29, 2005 4:12 AM
Subject: [MSX] MSX-Audio BIOS upgrade for Music Module


Hi all,
I'm very proud to announce the conclusion of my latest project: The 
MSX-Audio BIOS upgrade for the Philips Music-Module.

With this upgrade the Music-Module will become a 100% MSX-Audio 
compliant device. It wasn't until now because it lacked the BIOS.

With this BIOS upgrade installed, your Music Module will be able to play 
ANY BASIC music written for the MSX-Music just by changing the CALL 
MUSIC command to CALL AUDIO. The ADPCM commands are also available and 
play/record Samples assincronously on BASIC.

All Compile DiskStations and almost all Compile Games will automatically 
detect and use your Music-Module now too.

The upgrade is very simple and (IMHO) easier to install than the 256KB 
SampleRAM tutorials published on the net.

You can get more details and see the entire article on www.msxpro.com, 
on the session Hardware-Projetos.

Best regards to the MSX community,
FRS
___
MSX mailing list (msx@stack.nl)
Info page: http://lists.stack.nl/mailman/listinfo/msx

--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.10.3 - Release Date: 2005/04/25

___
MSX mailing list (msx@stack.nl)
Info page: http://lists.stack.nl/mailman/listinfo/msx


Re: [MSX] Does anyone actually still read the list?

2005-02-22 Thread JP Grobler
I do read the list!
Most news I get visiting www.msx.org (home page  forums).Since every now 
and then there is a spat on msx.org it is nice to know the email list is 
still there as a backup should someone decide to quit msx (even if only for 
a while)
Keep the List - we read even though we do not post as much.

JP
- Original Message - 
From: Wynke Stulemeijer [EMAIL PROTECTED]
To: msx@stack.nl
Sent: Tuesday, February 22, 2005 3:51 PM
Subject: [MSX] Does anyone actually still read the list?


Heya!
I have noticed that it is really very quiet here recently. Now I do
not intend to get rid of the list because it's not in anybody's way
(and all the spam gets filtered out and never reaches anyone but me
and Maarten), but still, I was wondering if people would actually miss
it if it were to disappear...
So, what do you guys think? Will the list still be used in the future?
And where do people go these days for their MSX news? Not comp.sys.msx
on Usenet, I think, it seems nearly as dead as the list... Which
websites do people frequent instead?
Hugs to all,
Wynke.
___
MSX mailing list (msx@stack.nl)
Info page: http://lists.stack.nl/mailman/listinfo/msx

--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 266.1.0 - Release Date: 2005/02/18


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 266.1.0 - Release Date: 2005/02/18
___
MSX mailing list (msx@stack.nl)
Info page: http://lists.stack.nl/mailman/listinfo/msx


Re: [MSX] Location of the MSXHans/HansO/MSX Info pages

2004-04-11 Thread JP Grobler


 Please guys, cut the crap.

 Jetze
 www.mellema.net/homecomputers Now with extra non-MSX!

Amen to that!
Let's keep personal opinions about each other out of this mailing list -
PLEASE!

JP


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.648 / Virus Database: 415 - Release Date: 31/03/2004

___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


[MSX] SVI738 memory slot change

2003-11-30 Thread JP Grobler
Hi

How can one change the slot where the svi keeps its main ram from slot 1 to
3-2 or anything else for that matter.

JP


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.545 / Virus Database: 339 - Release Date: 27/11/2003

___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


[MSX] Apology

2003-11-17 Thread JP Grobler
Hi

I have to apologise to Hans Oranje! I am sorry about mentioning the msx2+
roms I have without his name. He personally converted these roms to
international standard. It took him quite some time!

I am really sorry if I offended him or any one else in any way and did not
give credit where it was due! He has been a great help for me and my msx
hobby!!


JP


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.537 / Virus Database: 332 - Release Date: 06/11/2003

___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


[MSX] Nicemouse / remouse disk

2003-11-13 Thread JP Grobler
Hi

Can anyone mail me a image of the nicemouse / remouse disk?

THanks
JP


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.537 / Virus Database: 332 - Release Date: 06/11/2003
___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


[MSX] Wanted: MSX Audio

2003-10-23 Thread JP Grobler
Hi

Any body have a phillips msx audio for sale?

Thanks
JP


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/2003
___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


RE: [MSX] Colour loss

2003-08-18 Thread JP Grobler
Hi

  Go back from the analog composite output and see where there is a
 diffence.
  It might be as simple as changing a resistor to get a higher color
(burst)
  level.

 Which resisto have to be changed? Can it be bridged for testing purposes?

 Thanks
 JP




---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.509 / Virus Database: 306 - Release Date: 12/08/2003

___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


Re: [MSX] MSX PC connect

2003-08-14 Thread JP Grobler
 I remember once conecting two PCs with a standard telephone cable, modem 
 to modem and using a comms prog to transfer files...
 But i could never do it again :( never knew why..
 bye!

Connecting two computers using modems (simulate telephone line)

http://www.jagshouse.com/modem.html

JP
- Original Message - 
From: Jorge Vidal Wulff [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, August 05, 2003 7:38 PM
Subject: Re: [MSX] MSX  PC connect




---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.504 / Virus Database: 302 - Release Date: 24/07/2003
___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


[MSX] I now own a Msx 2+

2003-08-14 Thread JP Grobler
Hi

I the completed upgrade of my MNS8250 form msx2 to msx2+.
Video is still only on RGB (no composit colour - see long thread earlier)

How usefull is a 7mHz circuit?

JP
- The man who got bitten by the upgrade-your-msx bug
I also own a svi738 upgraded to msx2 (No clock)


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.507 / Virus Database: 304 - Release Date: 04/08/2003
___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


Re: [MSX] MSX PC connect

2003-08-07 Thread JP Grobler
HI

I get a connection using
 -Use MochaPPP www.mochasoft.dk
  config it to use WINCE and 19200 of port speed.

 but it seem slow.

I get windows 98 se Dail-up server to authenticate via CHAP at 9600- 57600
but it always exits with error:
E=691 R=1 C=A30DF8D2DCBF42F5

What is wrong?
JP


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.504 / Virus Database: 302 - Release Date: 24/07/2003

___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


[MSX] Fudebrowser

2003-08-06 Thread JP Grobler
Hi

Can fudebrowser work on internestor suite?

JP


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.504 / Virus Database: 302 - Release Date: 24/07/2003
___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


Re: [MSX] MSX PC connect

2003-08-06 Thread JP Grobler
Hi

config it to use WINCE and 19200 of port speed.
  
   but it seem slow.

 its not a mocha problem, its a INS problem.


 I get windows 98 se Dail-up server to authenticate via CHAP at 9600-
57600
 but it always exits with error:
 E=691 R=1 C=A30DF8D2DCBF42F5
 
 What is wrong?
 JP
 you have to use 19200.
Does not work, yet . . .

 the win98se dial-up never works for me, mocha never fails. And mocha lets
 you connect to internet tru PC.
Nice


 P.D. when i was writing this i have seen that mocha lets you work with FTP
 but not receive data.
Nftp crash when I connect to ftp server on my pc

 It looks the only way it to let windows98 and go to linux or NT.
?

JP


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.504 / Virus Database: 302 - Release Date: 24/07/2003

___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


[MSX] MSX PC connect

2003-08-05 Thread JP Grobler

 HI
 
 How do I setup the connection between my msx and the pc? PPP connection
 I have win 98se.
 PC:
 ?
 
 MSX: (internestor)
 Boot dos2
 Run nesman.com
 Run Driver.com
 Run insins I NFOSSIL NPPP NIP NTCP
 ?
 Run NFTP ...
 
 Thanks
 JP
 
 
 ---
 Outgoing mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.504 / Virus Database: 302 - Release Date: 24/07/2003


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.504 / Virus Database: 302 - Release Date: 24/07/2003
___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


Re: [MSX] MSX PC transfer

2003-08-03 Thread JP Grobler
Thanks

Any good freeware ftp servers I can use?

JP
- Original Message -
From: Nestor Soriano [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, August 03, 2003 10:24 AM
Subject: Re: [MSX] MSX  PC transfer


  Is there any software that can connect a pc to msx via rs232, which have
  functions like:
  Create dir on remote / local
  Browse dir on remote / local
  Upload to remote
  Download from remote

 Install an FTP server on your PC and use InterNestor Suite on your MSX
 :-)

 --
 Nestor Soriano [EMAIL PROTECTED]

 ___
 MSX mailing list ([EMAIL PROTECTED])
 Info page: http://lists.stack.nl/mailman/listinfo/msx



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.504 / Virus Database: 302 - Release Date: 24/07/2003

___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


[MSX] MSX PC transfer

2003-08-02 Thread JP Grobler
Hi

Is there any software that can connect a pc to msx via rs232, which have
functions like:
Create dir on remote / local
Browse dir on remote / local
Upload to remote
Download from remote

Working from only one computer?
Currently with Erix you have to put one computer into recieve mode, run put
the other in send etc - a drag.

Thanks
JP


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.504 / Virus Database: 302 - Release Date: 24/07/2003

___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


Re: Fw: [MSX] Colour loss

2003-07-25 Thread JP Grobler
HI

The modifications is fine.
Pin 1,4,27 connected GND
Pin 21 and 58 connected +5V

JP
- Original Message - 
From: Saku Taipale [EMAIL PROTECTED]
To: msx [EMAIL PROTECTED]
Sent: Friday, July 25, 2003 7:58 AM
Subject: Re: Fw: [MSX] Colour loss


 
 On Fri, 25 Jul 2003, JP Grobler wrote:
 
  I swapped the 9938 back and all the colours is fine again
  Composit and RGB is fine!
   
  What is wrong with my 9958?
 
 Hmm, iirc you need to do few modifications when using v9958.
 I don't recall now what wires do you need to add, but maybe
 Hans Otten's pages has the answer...
 
 Greetings: Saku Taipale, [EMAIL PROTECTED]
 
 ___
 MSX mailing list ([EMAIL PROTECTED])
 Info page: http://lists.stack.nl/mailman/listinfo/msx
 


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.504 / Virus Database: 302 - Release Date: 24/07/2003
___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


Re: [MSX] Colour loss

2003-07-25 Thread JP Grobler
Hi

If I run a basic program chancing the background  border colours in screen
2
I can see the different colours but they are not correct!
In screen0 the colours are basicaly greyscale, I see some red and yellow.

JP
- Original Message -
From: Vincent van Dam [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, July 25, 2003 8:44 AM
Subject: Re: [MSX] Colour loss


 Hi,

  I swapped the 9938 back and all the colours is fine again
  Composit and RGB?

 It looks like the composit signal is in ntsc and that you are using a tv
 that doesn't support ntsc via composit.

 Vincent
 ___
 MSX mailing list ([EMAIL PROTECTED])
 Info page: http://lists.stack.nl/mailman/listinfo/msx



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.504 / Virus Database: 302 - Release Date: 24/07/2003

___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


Re: [MSX] Colour loss

2003-07-25 Thread JP Grobler
Hi

I removed pins 4,21, 27 from the socket
The colour problem remains

I tried vdp(10)=2 and vdp (10)=2 no visible difference

I did the wiring of pins1,4,21  58,21 on the 9958 itself?

Does anybody have a 9958 running through composit signal?

I have not tested the RFsignal yet, my TV is dead.

JP


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.504 / Virus Database: 302 - Release Date: 24/07/2003
___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


Re: [MSX] Colour loss

2003-07-25 Thread JP Grobler

 A stupid question maybe: if you have a rgb monitor, why looking at the
 composite?
I do not usually use the composit, RGB is much better.
I just got a fright when I replaced the chips and the signal was gone!
Now I am puzzled.

JP


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.504 / Virus Database: 302 - Release Date: 24/07/2003
___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


Re: [MSX] Colour loss

2003-07-25 Thread JP Grobler
  Does anybody have a 9958 running through composit signal?

 I just tested it on my NMS8245: you are right. The image is remaining grey
 on my computer aswell. I wonder what's going on... It don't think the
screen
 flickered when switching frequencies either. I don't know if it's supposed
 to do that, but... it seems to me it should.

Glad to hear my msx is not on the blink.

JP


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.504 / Virus Database: 302 - Release Date: 24/07/2003

___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


Re: [MSX] Colour loss

2003-07-25 Thread JP Grobler

 2. for a NMS82xx the composite video signal is generated with a MC1377
chip. It
 uses the RGB info from the VDP, but also the Csync signal. Perhaps the
timing
 for one of those signals has changed a little bit in the V9958. If this is
the
 case, then the timing when the colour burst should happen in the cvbs
signal,
 will also be shifted (and wrong).
 You can adjust this by adjusting the variable resistor VR301. It is
located on
 the separate video board of the NMS825x next to the big black MC1377 chip.

Tried it. I get color ,4,4 (startup) to go greenish or yellowish, When this
happens Defnite bands of blue, yello  red can be seen as well.
When the background colour is changed, it still shows the correct colour for
a sec then falls back, maybe the signal is weak.

I'll try to clean the power supply.

JP


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.504 / Virus Database: 302 - Release Date: 24/07/2003

___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


[MSX] Colour loss

2003-07-24 Thread JP Grobler
Hi

I replaced my 9938 with a 9958 in my mns8250
Now I have colour on RGB, but gray picture on composit

Any ideas why?

JP


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.504 / Virus Database: 302 - Release Date: 24/07/2003
___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


[MSX] CF card voltage

2003-07-24 Thread JP Grobler
Hi

Will using a 3.3v CF card wilth the sunrise interface work?

JP


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.504 / Virus Database: 302 - Release Date: 24/07/2003
___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


Re: [MSX] Colour loss

2003-07-24 Thread JP Grobler
I swapped the 9938 back and all the colours is fine again
Composit and RGB?

What is wrong with my 9958?

JP
- Original Message - 
From: JP Grobler [EMAIL PROTECTED]
To: msx [EMAIL PROTECTED]
Sent: Friday, July 25, 2003 6:33 AM
Subject: [MSX] Colour loss


 Hi
 
 I replaced my 9938 with a 9958 in my mns8250
 Now I have colour on RGB, but gray picture on composit
 
 Any ideas why?
 
 JP
 
 
 ---
 Outgoing mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.504 / Virus Database: 302 - Release Date: 24/07/2003
 ___
 MSX mailing list ([EMAIL PROTECTED])
 Info page: http://lists.stack.nl/mailman/listinfo/msx
 


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.504 / Virus Database: 302 - Release Date: 24/07/2003
___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


Fw: [MSX] Colour loss

2003-07-24 Thread JP Grobler
I swapped the 9938 back and all the colours is fine again
Composit and RGB is fine!
 
What is wrong with my 9958?
 
 JP
 - Original Message - 
 From: JP Grobler [EMAIL PROTECTED]
 To: msx [EMAIL PROTECTED]
 Sent: Friday, July 25, 2003 6:33 AM
 Subject: [MSX] Colour loss
 
 
  Hi
  
  I replaced my 9938 with a 9958 in my mns8250
  Now I have colour on RGB, but gray picture on composit
  
  Any ideas why?
  
  JP
  
  
  ---
  Outgoing mail is certified Virus Free.
  Checked by AVG anti-virus system (http://www.grisoft.com).
  Version: 6.0.504 / Virus Database: 302 - Release Date: 24/07/2003
  ___
  MSX mailing list ([EMAIL PROTECTED])
  Info page: http://lists.stack.nl/mailman/listinfo/msx
  
 
 
 ---
 Outgoing mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.504 / Virus Database: 302 - Release Date: 24/07/2003


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.504 / Virus Database: 302 - Release Date: 24/07/2003
___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


Re: Re[4]: [MSX] Problem reading SVI 738 with PC (and vice-versa)

2003-06-05 Thread JP Grobler
Hi

First try a pc drive to see if it does not work!  My SVI formats Double
sided 72k disks no upgrades!

JP
- Original Message -
From: Algorythms [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, June 06, 2003 12:23 AM
Subject: Re: Re[4]: [MSX] Problem reading SVI 738 with PC (and vice-versa)


 Oi!

 Indeed, it`s a SS drive! They all have that originally. You can replace
it, but to use it as DS, you need a new diskrom. At least to format disks.
On the bottom left side of the main board you can see three roms (32 legged
chips I think). If they are on sockets, they are really easy to replace, if
not, you need to desolder them.

 Cheers!
 -Dan
 - Original Message -
 From: Jyri Hovila [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, June 05, 2003 1:44 AM
 Subject: Re[4]: [MSX] Problem reading SVI 738 with PC (and vice-versa)


  Hi again!
 
  Thanks for all the help I've received this far. =)
 
  I don't know too much of disk drives, but I opened the one in my SVI 738
  and took a peeked inside. I believe the problem is that I really have a
  single sided disk drive: I found one head, but where I believe should
  have been a second one, was just a plastic arm with a round, soft
  padding.
 
  What do you think, if I just replace the drive, will my SVI be able to
  detect that it's a DS drive and give me the option to format disks
  double sided? Or do I have to replace disk ROM also? If this is
  necessary, does it mean replacing ROM(s) inside my SVI or is it possible
  to upgrade them using some special software?
 
  Thanks again! =)
 
  - Jyri
 
  ___
  MSX mailing list ([EMAIL PROTECTED])
  Info page: http://lists.stack.nl/mailman/listinfo/msx
 
 

 ___
 MSX mailing list ([EMAIL PROTECTED])
 Info page: http://lists.stack.nl/mailman/listinfo/msx



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.487 / Virus Database: 286 - Release Date: 01/06/2003

___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


Re: Re[4]: [MSX] Problem reading SVI 738 with PC (and vice-versa)

2003-06-05 Thread JP Grobler
HI 720K disks

JP
- Original Message -
From: JP Grobler [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, June 06, 2003 5:49 AM
Subject: Re: Re[4]: [MSX] Problem reading SVI 738 with PC (and vice-versa)


 Hi

 First try a pc drive to see if it does not work!  My SVI formats Double
 sided 72k disks no upgrades!

 JP
 - Original Message -
 From: Algorythms [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, June 06, 2003 12:23 AM
 Subject: Re: Re[4]: [MSX] Problem reading SVI 738 with PC (and vice-versa)


  Oi!
 
  Indeed, it`s a SS drive! They all have that originally. You can replace
 it, but to use it as DS, you need a new diskrom. At least to format disks.
 On the bottom left side of the main board you can see three roms (32
legged
 chips I think). If they are on sockets, they are really easy to replace,
if
 not, you need to desolder them.
 
  Cheers!
  -Dan
  - Original Message -
  From: Jyri Hovila [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Thursday, June 05, 2003 1:44 AM
  Subject: Re[4]: [MSX] Problem reading SVI 738 with PC (and vice-versa)
 
 
   Hi again!
  
   Thanks for all the help I've received this far. =)
  
   I don't know too much of disk drives, but I opened the one in my SVI
738
   and took a peeked inside. I believe the problem is that I really have
a
   single sided disk drive: I found one head, but where I believe should
   have been a second one, was just a plastic arm with a round, soft
   padding.
  
   What do you think, if I just replace the drive, will my SVI be able to
   detect that it's a DS drive and give me the option to format disks
   double sided? Or do I have to replace disk ROM also? If this is
   necessary, does it mean replacing ROM(s) inside my SVI or is it
possible
   to upgrade them using some special software?
  
   Thanks again! =)
  
   - Jyri
  
   ___
   MSX mailing list ([EMAIL PROTECTED])
   Info page: http://lists.stack.nl/mailman/listinfo/msx
  
  
 
  ___
  MSX mailing list ([EMAIL PROTECTED])
  Info page: http://lists.stack.nl/mailman/listinfo/msx
 


 ---
 Outgoing mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.487 / Virus Database: 286 - Release Date: 01/06/2003

 ___
 MSX mailing list ([EMAIL PROTECTED])
 Info page: http://lists.stack.nl/mailman/listinfo/msx



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.487 / Virus Database: 286 - Release Date: 01/06/2003

___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


Re: Re[4]: [MSX] Problem reading SVI 738 with PC (and vice-versa)

2003-06-05 Thread JP Grobler
Hi

Look at the page of Hans Otten
www.msxhans.msx2.com

There is detailed descriptions on replacing drives of msx'es (and svi738)
also about upgradeing the 738 etc.
I plugged a pc dive into my msx and it worked fine as a double sided dive no
rom upgrade!

JP


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.487 / Virus Database: 286 - Release Date: 01/06/2003

___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


Re: Re[2]: [MSX] Problem reading SVI 738 with PC (and vice-versa)

2003-06-04 Thread JP Grobler
Hi

I have a 738 myself with the same problem. O replaced my svi drive with a pc
drive and disk formatted on this drive works fin on the pc, even 360k singel
sided!
I think the svi dirves alignment is out, that why it can read itself but the
pc can't

JP
- Original Message -
From: Jyri Hovila [EMAIL PROTECTED]
To: Jorge Vidal Wulff [EMAIL PROTECTED]
Sent: Wednesday, June 04, 2003 2:03 AM
Subject: Re[2]: [MSX] Problem reading SVI 738 with PC (and vice-versa)


 Hi again!

 JVW maybe the SVI's drive is busted...

 That's what I've began to fear myself too. But the drive *does* work ok
 by itself -- I mean it can read disks which have been formatted and
 written to by itself.

 I opened the SVI in the hope that the internal drive would have been
 similar enough to modern 3.5 drives so I could have changed it myself,
 but the drive appears to be quite unique. =I

 By the way, my SVI always formats only one side of a disk, thus creating
 360 kbyte disks. I have a faint recollection of creating 720 kbyte disks
 with my earlier SVI 738, and I don't think it would have been a tuned
 up version. My current 738 doesn't even ask if I want to format one or
 two sides of the disk, it only asks do I want to format disk in drive A
 or drive B. Could this have anything to do with the problem? Should I be
 able to format double sided disks with a standard SVI 738?

 Thanks in advance, again! =)

 - Jyri

 ___
 MSX mailing list ([EMAIL PROTECTED])
 Info page: http://lists.stack.nl/mailman/listinfo/msx



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.487 / Virus Database: 286 - Release Date: 01/06/2003

___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


[MSX] MSX ethernet?

2003-03-12 Thread JP Grobler
Hi

a c64 ethernet project
http://dunkels.com/adam/tfe/hardware.html

Maybe it can be modified for msx?

JP

___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


[MSX] MSX MAster Boot record

2003-03-07 Thread JP Grobler
Hi

How is the master boot record of the HDD read in to the msx with the sunrise
ide?
Also anybody know the msx boot sequence?
I am thinking about a bootmanager.
How can you boot a chosen disk / partiton?

JP

___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


Re: [MSX] NMS8250 scart?

2003-03-06 Thread JP Grobler
Hi

I am using scart on the computer side and rca on the monitor side.
The computers own video out works fine
JP

___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


[MSX] NMS8250 scart?

2003-03-05 Thread JP Grobler
Hi

When I connect my 8250 via scart to my monitor I get no picture?
scart to rca video. I checked the cable it is fine the wires seemed to be
connnected to the right pins
vidout pin 19 gnd pin 17
There is no short on the scart cable.

The monitor turns off black (black / redish)

Any ideas?

JP




___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


[MSX] Dissasembler

2003-02-25 Thread JP Grobler
Hi

What is a good dissasembler to use on msx programs?

JP

___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


[MSX] DOS 2.4 FAT16

2003-02-22 Thread JP Grobler
HI

Does Fat16 work with Command.com 2.4?
Will the fat16 patchcom.com work OK with dos 2.4?

Thanks
JP


___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx


[MSX] Megaram

2003-02-19 Thread JP Grobler
Hi

Anybody know of a project to make a megaram cartridge using pc simms (like
mapper)?

JP

___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx



Re: [MSX] Sunrise IDE

2003-02-16 Thread JP Grobler
Hi

Personaly I would not add the CD  Fat 16 drivers to automaticaly load, not
everybody use them all the time.

IdeFdisk everybody needs and having it in the flashrom will help a lot - (
somewhat like bios on pc)

A Bootmanager would also be very nice in the rom for easy partition
selection etc
ex MSXDOS no fat 16 - boot partition 1  Activate partitions 2,3,4,5
ex MSXODS Fat 16- boot partition 6  Activate partitions 1,3,4,7,8
ex Uziz boot partition 10  Activate partitions 11,12
etc
OR
 ex just choose the boot partition no preditermined partiton selection
ex MSXDOS no fat 16 - boot partition 1
ex MSXODS Fat 16- boot partition 6
ex Uziz boot partition 10
etc

Thanks
JP

___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx



[MSX] Sunrise IDE

2003-02-14 Thread JP Grobler
HI

Ideas regarding Sunrise ide:
1. Adding names to the disk partitions in the partitiontabel seeing than msx
now uses its own partitionformat (adding names at the end ? ex Uzix,
Dos2.2, Games a-c, Publisher, Utils, Fat 16 etc)
Modify msx programs to read the names for easy partiton selection!

2.How about using the extra space in the Sunrise flashrom to add Fdisk310
(etc)
Ex. Press f1 on start up to access idebios (similar to pc bios) to select
which partitions is active, format etc)

3. Adding a boot manager also in the flash rom.
Here the naming of the partitions will be very nice
ex Press f2 to select boot manager and change what to boot Uzix, Dos,
Dos Fat 16 etc

THanks
JP

PS It is a great ide interface.
I got mine this week and had no problems installing a 850MB Seagate disk,
making a few fat 12  fat 16 partitons etc.
Keep msx alive

___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx



Re: [MSX] wanted: msx1 drive system

2003-01-31 Thread JP Grobler
Diederik

I got Yamaha FD-05 controller working just fine. (you will have to add
pc / msx drives)
I will trade for fm-pac.

Thanks
JP
South Africa
___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx



Re: [MSX] Sunrise memory expansions.

2002-08-14 Thread JP Grobler

Hi

I do not know the pirce for making such hardware, but it does seem
strange that a 4M mapper is more expencive than a IDE interface?

JP

On 12 Aug 2002 22:18:03 +0200, in local.msx.int you wrote:

Hi all,
I had see the information over memory expansions, from Ivan Latorre at
8.11.02.
Ivan Latorre wrote: It seems that MSX memory expansions are quite hard to
find ..
The new version of the 4MB card ( LPE-4M-V2 ) is now available at 75 euros
without limitations.
You can see it in http://lpadial.aamsx.org/page3.HTM
For buy in the Nederland area please contact with Rinus Stoker.
Greets,
Leonardo Padial.

___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx

___
MSX mailing list ([EMAIL PROTECTED])
Info page: http://lists.stack.nl/mailman/listinfo/msx



Novatec

2002-06-26 Thread JP Grobler

Hi

Is novatec ofline? I could not reach their site for 2 weeks now?
http://195.178.221.229/MSX/

JP

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



Albert Huitsing contact?

2002-06-22 Thread JP Grobler

Hi
 
 Anywhere I can contact Albert?
 
 JP
 

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



ICM?

2002-06-20 Thread JP Grobler

Hi

Any body know what happened to ICM. Their web is still active, but all my
emails return.
http://www.geocities.com/Yosemite/Meadows/7278/group.htm

JP
--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



Bytewizards?

2002-06-20 Thread JP Grobler

Hi

Anybody know where someone from Bytewizards can be contacted?

JP

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



msx ftp sites?

2002-05-28 Thread JP Grobler

HI

Which msx ftp sites are still active?

JP
--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



Re: Cygwin msx Linux emulators

2002-04-18 Thread JP Grobler

Would some one ry to compile openmsx with cygwin?

JP
--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



Re: Msx Dos versions other OSs'

2002-04-12 Thread JP Grobler

Hi

The msx-dos versions differ in command interperter, maybe a good description
of each is needed.

I also found:
msx-dos v4
msx-dos v1.2

JP

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



Msx Dos versions other OSs'

2002-04-08 Thread JP Grobler

Hi

Does anyone have a collection of the different Msx Dos versions as well as
other os systems for msx. As well as a description of differences /
properties.

I browsed in my files and found:
Dos versions:
msxdos v1.03
msxdos v1.14
msxdos v1.18
msxdos v2.22
msxdos v2.23
msxdos v3
nikedos
ndos
megados2

other os:
Misix2 - novatec
Uzix

Maybe MEP can make a section for OS and dos versions.

JP



--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



Re: Msx Dos versions other OSs'

2002-04-08 Thread JP Grobler

Hi

I will have to look to see which versions of msxdos.sys / command.com each
is.

But I think it wll be good to make single collection of all available MEP /
FUNET etc?

JP

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



CPM2.2

2002-04-08 Thread JP Grobler

Hi

Can anybody give me a disk image of cpm2.2 for svi (or any msx)

Thanks
JP

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



DskExplorer NEW version New Features!

2002-04-04 Thread JP Grobler

New version of DskExplorer online version .82

Fixed:
* The fat was wrongly written, when new images were created. - thanks BiFi
* Memory handling of dynamic variables was redone - I hope it is more
stable.
* .img images handling - I hope it works now - if not manually rename!


Added:
* Filelist view toggle button on main window.
* Shorcut keys for the menu commands
* Pressing Enter on a disk image in the tree view will open it.
* Search functions in TEXT, BASIC, HEX  SECTOR view.
Search string in hex or text.
Progress bar (diskimage searches can take quite long)
* Extensive Setup menu
More SETUP options - Main window colors / fonts, Default directory,
etc
* Helpfile updated
 Can now be accessed via the DskExplorer
* Function to autoload dsk when selected (not double clicked) with single
click / cursor movement - Toggle in setup menu.

Mail if you find bugs!

enjoy !

JP

www.dskexplorer.msx2.com


--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



Msx archivers

2002-04-02 Thread JP Grobler

Hi

Where can I find source code for pmext / pmarc?
.ar files are decompressed with?

Thanks
JP

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



DskExplorer and .img

2002-03-29 Thread JP Grobler

Hi

It came to my attention that there are .img disk images created by windows
sotware (ex undisker, winimage etc) that has the same format as our .dsk
images.

To use these in DskExplorer you will have to rename them yourself! Double
click in DskExplorer will mess them up, the conversion is for another type
of .img file (one with a extra byte at the stat indicating 360 / 720k).

I will try to fix this in the next release.

JP

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



DskExploere Help file

2002-03-28 Thread JP Grobler

Hi

I added a help file for the DskExplorer to the website. Download if you
want.

JP
www.DskExplorer.msx2.com
www.dskExplorer.Msx2.com/DskExplorerhelp.zip

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



DskExplorer 0.81 New Features

2002-03-23 Thread JP Grobler

Hi

I updated the DskExplorer to 0.81
New Features:
Edit disk OEM Lable
Edit Disk Volume Lable
Edit Files in Hex view
Edit disk sectors in Hex view

File / Sector editing allows for the changing of one byte at a time. Files
can not be shortened / lengthend etc.

Few bugs fixed
 - new disk are placed in current working dir (if one was selected) etc.

JP

Please send bug reports / wanted features etc.

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



DskExplorer Cosmetic changes 0.811

2002-03-23 Thread JP Grobler

HI

Hans pointed out to me the hex view was not in pairs of 8 bytes at a time.
This is now corrected. Hex display will be in 8 /16 /32 / 64 bytes at a
time.

JP

www.DskExplorer.msx2.com

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



Famous MSX war starting up again? was :Re MSX PALYer news

2002-03-21 Thread JP Grobler

Is the war about
msx copyright,
what is who's,
who is best,
Who's software suck and does not,
who makes money,
who does it for the love of msx,
etc
starting up again?

To bad!
JP


--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



DskExplorer update

2002-03-18 Thread JP Grobler

Hi

Updated to v0.801 Bug fixes
Fixed bug when saving .dsk image
Fixed bug when copying / deleting Volumenames / Dirnames etc.

JP


--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



DskExplorer Cross-platform (Was :Re: DskExplorer uses MSX SYTEM FONT)

2002-03-13 Thread JP Grobler

Is there delphi compilers for other OS's?
DskExplorer should run under wine on linux, i only used standard delphi
routines.
I know the delphi 5 compiler works under wine.

I'll supply the sources shortly.

JP


--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



New msx Cliel3++

2002-03-13 Thread JP Grobler

Is anyone from Europe goining to buy in the new msx?

JP

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



DElphi routines to access 'Stiffy' drive

2002-03-13 Thread JP Grobler

Hi

I need delphi routines to access the stiffy drive under windows. I do not
know how this is done and would like to implement disk access for
DskExplorer

Thanks
JP

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



DskExplorer update

2002-03-12 Thread JP Grobler

Hi

I updated the DskExplorer just now.
Added some new functions:
* New format for the Hex display.
* Sector display of disk.
* Fixed a few menu bugs.

JP
www.DskExplorer.Msx2.com





--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



DskExplorer uses MSX SYTEM FONT

2002-03-12 Thread JP Grobler

Hi

I forgot to say and include in the zip file. The Msx System Font is the
standard font used. It can be found at
http://www.xs4all.nl/~hurray/msx/msxkeys/msxfont.fon
I'll ask the author If I can include it.

I am working on a .ini file to save window sizes, font names etc.

Send suggestions if you have /want.

JP

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



DskExplorer Update! 12/3/2002 11 pm SA time

2002-03-12 Thread JP Grobler

Hi

This will be the last update for a few weeks, work is getting a bit behind
and the wife is complaining. I also believe most users will now be satisfied
(for a few days at least).

New:
1. Save Enviroment function:
a.. Saves main form's position / size
a.. Saves Basic listing's font name  keyword color.
a.. Saves Text View's font name.
See web for details.
2. Included the Msx System Font in the zip
3. A minor update on the basic listing routine.

JP
www.DskExplore.msx2.com

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



Re: DskExplorer Update

2002-03-12 Thread JP Grobler

Man it is getting to late.

The correct url: www.dskexplorer.msx2.com

JP

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



Dsk Explorer Drag Drop

2002-03-12 Thread JP Grobler

Hi

DskExlorer can Drag  Drop to itself (a second one running) as of 7 am this
morning. I hade to change a property (small cahnge) thanks Julio Marchi for
the comment

JP
www.DskExplorer.msx2.com
--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



DskExplorer Cosmetic update

2002-03-11 Thread JP Grobler

Hi

I corrected the problem in XP Grauw talked about - was  not a serious bug.
Hope the XP users are now happy.

Anybody know why a delphi 5 program does not take the standard XP themes in
its forms?

JP

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



DskExplorer minor update

2002-03-10 Thread JP Grobler

Hi

Minor update just after release!
Screen 12 supported
Copy function - copies bitmap / hex / text view to Windows Clipboard

Please mail if you find bugs / have suggestions !
Enjoy!
JP

www.DskExplorer.Msx2.com

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



New .Dsk image manager

2002-03-09 Thread JP Grobler

Hi

I just released my DSK image manager.
Url:www.dskexplorer.msx2.com Thanks Kiwi for the webspace!

Freatures:
Images supported:
.dsk .di1 .di2 .ddi .msx .xsa .img .cas
Support for .dsk images:


  1.. View contents: 
a.. Support view / extract for msxdos 2 sub directories 
b.. View individual file as:
HEX, TEXT, BASIC, MsxScreen 2,5,7,8 
  2.. Extract files from .dsk 
  3.. Add files to .dsk
  Add function or drag from explorer 
  4.. Rename files on .dsk 
  5.. Delete files from .dsk 
  6.. Map file on disk. 
  7.. Map disk usage. 
Support for .cas images


  1.. View contents 
  2.. Extract files 
Support for .img, .msx, .ddi images:

  1.. Convert to .dsk 
Support for .xsa images

  1.. Convert .xsa to .dsk 
  2.. Convert .dsk to .xsa 
Drag  Drop support TO  FROM Win Explorer
Multiple files can be Deleted, Extracted, Added.

Enjoy!
JP

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



Re: Lasergun Terminator-X CX20106a chip

2002-02-28 Thread JP Grobler

Hi

Here is the direct replacement for the CX20106a chip the GL3274 's data
sheet.
Both are Sony chips
Look at http://www.geocities.com/andyinindy2/projects/essclone/parts.htm for
some more info.

JP

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



Fw: Lasergun Terminator-X CX20106a chip

2002-02-28 Thread JP Grobler

Sorry,
 Hi

 Here is the direct replacement for the CX20106a chip the GL3274 's data
 sheet.
http://www.geocities.com/andyinindy2/projects/essclone/GL3274.pdf

 Both are Sony chips
 Look at http://www.geocities.com/andyinindy2/projects/essclone/parts.htm
for
 some more info.

 JP


--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



XSC XSD LONGFILENAMES

2002-02-25 Thread JP Grobler

Hi

Is there anyone willing to recompile the XSC and XSD utilities of AlexWulms
so they can handle windows's long file names. The sources are on Alex's home
page http://www.inter.nl.net/users/A.P.Wulms

I do not have a c / c++ compiler.

Thanks
JP

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



CPM

2002-02-22 Thread JP Grobler

Hi

Where can I find info on the CPM boot sector and disk layout?

JP
--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



Cas file format

2002-02-17 Thread JP Grobler

Hi

Where can I find a description of the .cas file format.

Thanks
JP

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



Patric Kramer's Web page

2002-02-11 Thread JP Grobler

Hi

Where is Patric's web page gone?

JP

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



MSX DOS 2 - Directories

2002-02-08 Thread JP Grobler

Hi

How is Directories implemented in DOS2? Where can I find info on this.

Thanks
JP

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



MSX clock chip

2001-11-14 Thread JP Grobler



Hi

Is there a chip replacement for the clockchip of 
the msx2 RP5C01?

JP


BRMSX for windows?

2001-11-13 Thread JP Grobler



Hi

What happened to BRmsx for windows? Is it still 
underway?

Thanks
JP


MSX slot interfaced to PC

2001-10-14 Thread JP Grobler



HI

This topic was mentioned a few times with no 
serious input. I think it will be possible to connect a msx slot to a pc and 
emmulate a ROM cartdridge (etc.) on the pc. The msx will think it is talking to 
a normal rom.

2 Parallel port woul possibly be enough to do this. 
In a Bi directional port 17 inputs is possible x2 =34 input lines.

Buffering the adresbus will free 8 bits.I/O 
lines 8I lines: 8 (buffered adress) + 12O Lines: 3

TOTAL: 31 lines

I think it would be possible to emulate ram and 
other hardware as well. Most hardware is already emulated in emulators so to 
adapt is would not be such a big problem. 

First up think it would be best to try and 
emulate a 'unmapped' rom game to see if it can work. Then go on to emulate 
'unmapped' ram and work on from there.

Like to see your comments

JP

I/O LINES NEEDED ON PC1. 8 data lines: I/O· 
Databus2. 8 /16: Input· Address bus (8 bit port buffered input)3. 
10/12: Input· /CS1· /CS2· /CS12 (Can be dropped by connecting this 
to both /CS1 and /CS2 ?)· /IORQ· /M1· /MERQ· /RD· 
/RESET:· /RFSH (OPTIONAL ?)· /SLTSL· /CLOCK· /WR4. 3: 
Out:· /BUSDIR· /INT· /WAIT


MSX 2 / 2+ in one

2001-09-19 Thread JP Grobler



Hi

Just wondering. The 8280 with msx 2 / 2+ both build 
in. Is it done by piggybacking aal the chips and having a switchable powe 
circuit to the relevant rom- and vpd chips?

Thanks
JP



MDX D-WEBZONE

2001-08-15 Thread JP Grobler



Hi

Does anyone know who the authior of this (dead)site 
is? And how to contact him /her?

Thanks
JP


Re: Projects....

2001-06-07 Thread JP Grobler

Hi

This sounds like a fun and big project. It is not very different from
the DSP, DLP, FPGA projects only not using a single chip but a whole
pc.

JP

On 7 Jun 2001 14:00:50 +0200, in local.msx.int you wrote:


If you want a big project then I've got one for you... I've been thinking
about this for years. How about creating a PC ISA card that converts the
signals for the PC to those for an MSX cartridge? Then we could play all
our games and use our MSX Music Modules etc. on the PC using nothing more
than an MSX emulator and a special driver.
 
How about that? 

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



Adding ports via slotexander

2001-06-06 Thread JP Grobler



Hi

How is additional port on the msx realized via the 
slotexpander. I think the brazilian msx vdp upgrade did this?

Thanks
JP


Re: Adding ports via slotexander

2001-06-06 Thread JP Grobler



Hi

Say for example I want to add another vdp etc and 
access it via a port number in() out () how is this done in 
hardware.

JPOn 6 Jun 2001 19:15:14 +0200, [EMAIL PROTECTED] 
(Hans Otten) wrote:

Hi, You have to explain what 
you mean with 'additional port'. A real slot expander expands a 
primary slot to max 4 expanded slots. Inthere memory can be switched to 
the z80 by the slot hardware.This is memory space, not i/o space as is 
used for i/o ports. These arelimited to 256 in total whether a slot 
expander is used or not. Allcartridges in any slot and internal devices 
are always 'i/o port active' atthe same time. An example 
of a fake (not real) slotexpander is the Elektuur design which isnothing 
more than eight parallel wired slot connectors of which only one ata 
time is made active with the slot select signal. Handy to avoid 
replacingcartridges (and to avoid a cartridge from starting at boot time 
by makingthat slot inactive, grab ROMS!). By the way: when building this 
Elektuurdevice: add the busdir signal and remove the databus 
buffers.  Ofcourse it is possible to add a third slot connector 
by getting a connectorin parallel with one of the existing slot 
connectors and replace the slotselect signal with the appropiate slot 
select signal out of the computer,primary (MSX1) or secundary (MSX2, 
where internal slots are expanded mostof the time.  
In theory: You can have two slots completely wired in parallel, insert 
aonly ROM based cartridge in one and only i/o based in the other. But 
how areyou sure it is pure ROM or i/o? Not recommended, the chance of 
havingconflicts is big. 


MSX mouse

2001-06-02 Thread JP Grobler

Hi

I said I had schematics for pc to msx mouse. I forgot to give the url:
http://homepage1.nifty.com/anikun/

JP
--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



Re: MSX mouse

2001-06-02 Thread JP Grobler

Hi

The source a .hex file is in the .lzh archives
Serial mouse: p9bm2tmc.lzh
Ps2 mouse:ps2m2tmc.lzh

I have both and have translated the readme files in them  to english
via altavista. Mail me if you want them. I can also mail just the
binary etc.

JP
[EMAIL PROTECTED]
On 2 Jun 2001 17:24:26 +0200, in local.msx.int you wrote:

The schematics are clear and easy to build with lowcost. And programming the
PIC chip is quite easy, it takes only a PC with a serial port and some
simple components and freeware software.

But to build the device the PIC programming source is required and I cannot
find that on this apge.

-Original Message-
From: JP Grobler [mailto:[EMAIL PROTECTED]]
Sent: 02 June 2001 11:18
To: [EMAIL PROTECTED]
Subject: MSX mouse


Hi

I said I had schematics for pc to msx mouse. I forgot to give the url:
http://homepage1.nifty.com/anikun/

JP
--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



Japanese translation

2001-06-01 Thread JP Grobler

Hii

I have 2 schematics for a pc to FM-Town (msx compatible) mouse
converter including the binary for the pic16c84. I want someone to
translate a few japanese comments on the schematics.

Can some one help?

JP Grobler
[EMAIL PROTECTED]
--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



MSX Mouse

2001-05-31 Thread JP Grobler

Hi

Is the atari and msx mouse compatible? What other systems have a mous
compatible to msx mouse?

Thanks
JP
--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



PC mouse on msx

2001-05-30 Thread JP Grobler

HI

Anybody that can read japanese want to translate this? Web translation
does not seem to work.

http://www.wig.nu/w341/

JP 

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



Basic v2.0 and 2.1?

2001-05-29 Thread JP Grobler

Hi

What is the difference between basic v2.0 and v2.1? 

Thanks
JP Grobler
--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



MSX 2 TECHNICAL HANDBOOK APPENDIX 7 9

2001-05-29 Thread JP Grobler

HI

Does anybody have appendix 7 - Cartridge Hardware  appendix 9 -
Character Set of the msx 2 technical handbook online?

I would like to have them.


JP GROBLER
[EMAIL PROTECTED]
--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



Re: MSX Explorer

2001-05-27 Thread JP Grobler

Hi

MSX Explorer is a windows file explorer type program to view the
contents of *.dd1 and *.dd2 msx disk images (simmilar to .dsk but the
1/2 indicates if it is 360k/720k?) It is very nice! You can even view
txt, bas etc files without extracting them.

JP Grobler

On 25 May 2001 15:54:20 +0200, in local.msx.int you wrote:

Em qui, 24 mai 2001, JP Grobler escreveu:

 Was there ever a newer version of MSX Explorer by Marco Soijer made? I
 have v1 1997

   What da heck is MSX Explorer?

--
Ricardo Jurczyk Pinheiro - M. Sc. Numerical Modelling - [EMAIL PROTECTED] - 3635907
[EMAIL PROTECTED] - Anime, ABU, MSX, Linux, Gospel, ST, Rock, Math
Sola Scriptura - Sola Gratia - Sola Fide - Solo Christi - Soli Deo Gloria 

   ---
 MSXRio'2001 - 28/07/2001 - http://www.msxrio.cjb.net - [EMAIL PROTECTED]
   ---

Being a nice guy doesn't cost, but it generally pays.

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



Keyboard map in system roms

2001-05-24 Thread JP Grobler

Hi

Where in the msx system roms is the keyboardmap located? I upgraded my
svi738 to msx2 with finnish msx2 roms (without msx clock) so I now
need to redo the keyboard map - I have a US keyboardlayout 

Thanks
JP GROBLER
[EMAIL PROTECTED]

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



MSX Explorer

2001-05-24 Thread JP Grobler

Hi

Was there ever a newer version of MSX Explorer by Marco Soijer made? I
have v1 1997

Thanks
JP Grobler
--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



Assembler manuals?

2001-05-06 Thread JP Grobler

Greetings for South Africa,

Are there manuals available for ZEN, CHAMP, etc on the web? If not can
someone make them available?

JP GROBLER
[EMAIL PROTECTED]

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



  1   2   >