Re: Finland ?

1999-02-20 Thread Kari Lammassaari
Do you know if there are people from Finland subscribed to the mailing list ? Yes, several, but I let them to announce themselves. Why You need this information ? I am Kari Lammassaari - ACADEMY - MSX'er from 1985 :-) - Turbo Pascal inc's foe everyone (Now my work for Manuel is stalled

Connecting MSX and PC (solved)

1999-02-10 Thread Kari Lammassaari
As I promised , here is a working solution for connecting MSX and PC ! Try this Turbo Pascal code . 4 bits in 4 bits out via Joystick port and Pc printer port . (Tested and works) Sincerely Kari Lammassaari/Finland/ACDEMY Oh shi.. The cable pinout lacks. Post it tomorrow !(I have to measure

Re: SCSI as a MSX link ?

1999-02-10 Thread Kari Lammassaari
of the bus lines) Sincerely Kari Lammassaari PS. I have noticed several times, that if SCSI-bus is not linear (ie. looks like letter Y, you must terminate each end of the SCSI-bus. Actually I an just now using this Y-shaped (plopably illegal) SCSI-bus. SCSI-bus shoulb be daisy chained and linear

New Turbo Pascal inc's

1999-02-10 Thread Kari Lammassaari
fixed in CallMapperPage - routine. Sincerely Kari Lammassaari 16.Nov. 1998 [EMAIL PROTECTED] MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put in the body (not subject) "unsubscribe msx [EMAIL PROTECTED]" (without the quotes :-

Re: Repost: Help! Need softools-c

1999-02-10 Thread Kari Lammassaari
:-) A good advice is to look at a CP/M ftp site. They might have PC to Z80 cross compilers as those compilers are usefull to the CP/M community as well. Sincerely Kari Lammassaari MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put in the body (not subject

Have I been removed from MSX mailinlist ?

1999-02-10 Thread Kari Lammassaari
havent received this message or any other messages ever since. Harri, Nyyrikki, Manuel or any other friend there : Send me a personal mail if you receive this via msx milinglist ! Sincerely Kari Lammassaari MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put in the body

Re: MSX PC local network

1999-02-10 Thread Kari Lammassaari
The Music Module midi section is based on 68B50 - chip, which is cheap. (You need ofcourse I/O-decoding, an optoisolator + clock circuit for the sync chip, but they also are cheap :-) Sincerely Kari Lammassaari Btw. The transfer rate is 31,25 Kbaud ! Joystick connection is much easier

Re: MSX Faq + SME

1999-02-10 Thread Kari Lammassaari
such a machine now! But not a cable for power supply though... According to SVI 728 tecnical and repair manual by Kimba Lau 1985 Pins 1 and 2 AC 16 V Pins 3 and 4 AC 9 V (goes to 4 diode bridge) Sincerely Kari Lammassaari MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED

Re: More questions...

1999-02-10 Thread Kari Lammassaari
ii) In BASIC, I can use the function TIME to make a chronometer: 2000 TIME=0 ... 2200 ? TIME(1) How I do this in Pascal? If You have clock chip in your MSX, use my Get/SetTime.inc (ftp.funet.fi or homepage of Manuel Bilderbeek If there is no clock chip define SYSTEM variable

Re: Gen 80

1999-02-10 Thread Kari Lammassaari
At 10:42 1.4.1998 +0100, you wrote: Hi everybody =) Does anybody have a documentation for GEN 80 ?? If yes - it would be great if somebody would mail it to me... Yes, I have it. I'll check, that can it be scanned to a text file. The HSH-manual is rathes short, but adequate. Sincerely

Re: Cd-rom

1999-02-10 Thread Kari Lammassaari
Hello Maurizio, I would be glad to receive the source of this driver :-) Sincerely Kari Lammassaari (Academy) I don't know if this can be usefull for someone, but i have a cd-rom driver that works with any kind of cd-rom. I've tested it with a lot of different cd-rom and it always work

Re: VDP 9938

1999-02-09 Thread Kari Lammassaari
Does anybody know how the Video-Ram-contents is changed depending on the settings of the moderegisters? Some games change video mode, with the line interrupt (=screen is splitted to two different screen modes) . So my conclusion is, that setting the mode bits do not alter the contents of video

Ingnore this, just testing

1999-02-09 Thread Kari Lammassaari
test 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/)

Connecting MSX to PC

1999-02-09 Thread Kari Lammassaari
the joystic bits of PSG ) , but PC could do it with Pascal. I'll post the basic code tomorrow :-) Sincerely Kari Lammassaari MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put in the body (not subject) "unsubscribe msx [EMAIL PROTECTED]" (without

Re: Cursor keys

1999-02-09 Thread Kari Lammassaari
; Var Key :Char; Begin Repeat Write('Press a key , ESC = EXIT : '); Read(Kbd,Key); {This is,what You need.} Writeln(' You pressed key number ', Ord(Key)); { Test cursorkey numbers UP= 30} Until Key = #27 , {ESC} End. Sincerely Kari

Re: CP/M OS for MSX

1999-02-09 Thread Kari Lammassaari
, which can be used with any MSX2. There are also some cpm emulators for PC. If You need information bout them, I could see, if I have something in my archives. Sincerely Kari Lammassaari (ACADEMY) MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put in the body

Re: SVI 728 has 2 expansin slots !

1999-02-09 Thread Kari Lammassaari
uhm. Could you get me the schematics for this? The schematics for the expansion slot of SVI 278 is very easy: Pin 1 corresponds the pin 1 of game slot and so on ... :-) Sincerely Kari MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put in the body (not

Re: TAPE - DISK

1999-02-09 Thread Kari Lammassaari
Hello Stephan, I programmed about 10 years ago (with TP 3.0) a program, which puts basic and mc-programs onto the tape . Should I post it to you ? Sincerely Kari Lammassaari Hi all, I'm searching for a program wich can convert programs from a tape to a disk (and visa versa). Who can help me

Re: joynet serial transfer routine

1999-02-09 Thread Kari Lammassaari
! Psg would be damaged ! The only reasonable solution (,which has alredy been done) is to connect JoysticPort to Pc parallel port ! Sincerely Kari Lammassaari MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put in the body (not subject) "unsubscribe msx [EMAIL PROT