TAP2WAV para Camputers Lynx. Conseguido !!!

Avatar de Usuario
ron
Mensajes: 21856
Registrado: 28 Oct 2010 14:20
Ubicación: retrocrypta
Agradecido : 3862 veces
Agradecimiento recibido: 4754 veces

Re: TAP2WAV para Camputers Lynx. Conseguido !!!

Mensajepor ron » 04 Ene 2014 00:09

Último mensaje de la página anterior:

Como podéis observar, Pete lo ha conseguido. El conversor TAP a WAV ya es operativo.

Mis felicitaciones, ya que este logro es algo muy deseado por todos los que nos gusta el Camputers Lynx.

Hoy es un día grande y una gran forma de comenzar el año. Esto promete-.

Gracias PETE. RW está en deuda contigo !!!

Avatar de Usuario
weirdocollector
Mensajes: 143
Registrado: 21 Sep 2012 22:32
Agradecido : 79 veces
Agradecimiento recibido: 12 veces

Re: TAP2WAV para Camputers Lynx. Conseguido !!!

Mensajepor weirdocollector » 04 Ene 2014 00:09

Thanks a lot Pete !!

Youre awsome !!

Many compliments from another happy Lynx owner -thumbup

Gracias tambien a ron por su aiuda y entusiasmo !

- weirdocollector

Avatar de Usuario
ron
Mensajes: 21856
Registrado: 28 Oct 2010 14:20
Ubicación: retrocrypta
Agradecido : 3862 veces
Agradecimiento recibido: 4754 veces

Re: TAP2WAV para Camputers Lynx. Conseguido !!!

Mensajepor ron » 04 Ene 2014 00:16


Avatar de Usuario
weirdocollector
Mensajes: 143
Registrado: 21 Sep 2012 22:32
Agradecido : 79 veces
Agradecimiento recibido: 12 veces

Re: TAP2WAV para Camputers Lynx. Conseguido !!!

Mensajepor weirdocollector » 04 Ene 2014 00:18

ron,

como puedo probar yo tambien el TAP2WAV?

Esta ya incluido en la ultima version del PALE (8.13), o Pete tendra que incluirla in una nueva version?

Muchas gracias a los dos (thanks again Pete)!

Avatar de Usuario
Peter Todd
Mensajes: 72
Registrado: 28 Dic 2013 12:52

Re: TAP2WAV para Camputers Lynx. Conseguido !!!

Mensajepor Peter Todd » 04 Ene 2014 00:20

Ok


well its almost working - the different TAPE speed you see is based on volume setting I would imagine.

I still have to work out what the problem is with the MC program bytes, and if CHAncellor does not work then I suspect there may be a problem
dependent upon the length of the program?

Avatar de Usuario
Peter Todd
Mensajes: 72
Registrado: 28 Dic 2013 12:52

Re: TAP2WAV para Camputers Lynx. Conseguido !!!

Mensajepor Peter Todd » 04 Ene 2014 00:27

Ok Great ,

here is the relevant code segment which builds the byte series:

Código: Seleccionar todo

   write_lynxleader();
   convert_lynxbyte(0xa5);  //I add this in here because it isnt in the TAP files
   convert_lynxbyte(");
   while(cdd<size_read && lbuffer[cdd]!=")
   {
      //Filename
         //Convert each byte into a pulse train
         convert_lynxbyte(lbuffer[cdd]);
         cdd++;
   }
   
   //do the "
   convert_lynxbyte(");
   cdd++;

   //This BYTE is the TAPE TYPE
   taptype = lbuffer[cdd];
   
   //lbuffer[cdd+1] = lbuffer[cdd+1] +1 ;// add 1 to length   
   write_lynxleader();
   convert_lynxbyte(0xa5);
   
   //MessageBox(NULL,"Wrote Leader","PALE ",MB_YESNOCANCEL | MB_DEFBUTTON1);

   while(cdd<size_read)
   {
      if(taptype == 0x4d && cdd == size_read - 3)
      {
         // FIX the CRC
         sprintf(lbl,"crc is %u",lbuffer[cdd]);
         MessageBox(NULL,lbl,"PALE ",MB_YESNOCANCEL | MB_DEFBUTTON1);
         convert_lynxbyte(lbuffer[cdd] + 0xa5 );
      }
      else
      {
         //Program
         //Convert each byte into a pulse train
         convert_lynxbyte(lbuffer[cdd]);
      }
      cdd++;
   }

   write_lynxleader();


As you can see Im trying to fix the Length and CRC sum with the additional A5 byte - I will check that it is actually included in the csum first

BASIC programs do not have these problems

Avatar de Usuario
ron
Mensajes: 21856
Registrado: 28 Oct 2010 14:20
Ubicación: retrocrypta
Agradecido : 3862 veces
Agradecimiento recibido: 4754 veces

Re: TAP2WAV para Camputers Lynx. Conseguido !!!

Mensajepor ron » 04 Ene 2014 00:35

weirdocollector escribió:ron,

como puedo probar yo tambien el TAP2WAV?

Esta ya incluido en la ultima version del PALE (8.13), o Pete tendra que incluirla in una nueva version?

Muchas gracias a los dos (thanks again Pete)!


Si esperas un poquito subo el pack con todo lo necesario. Con el permiso de Pete, claro.

Se aspettate un po da un po carica una confezione con tutto il necessario. Con il permesso di Pete, naturalmente. -thumbup

weirdocollector, mira tu email -507

Avatar de Usuario
Peter Todd
Mensajes: 72
Registrado: 28 Dic 2013 12:52

Re: TAP2WAV para Camputers Lynx. Conseguido !!!

Mensajepor Peter Todd » 04 Ene 2014 01:09

Yayyyy1
!

I have fixed the MC

will post a ZIPfile in a moment

pete

Avatar de Usuario
Peter Todd
Mensajes: 72
Registrado: 28 Dic 2013 12:52

Re: TAP2WAV para Camputers Lynx. Conseguido !!!

Mensajepor Peter Todd » 04 Ene 2014 01:11

Heres TWINKLE

Twinkle.zip
Twinkle MC TAPE3 or TAPE5 apparently!
(38.99 KiB) Descargado 179 veces


Great game!

Avatar de Usuario
ron
Mensajes: 21856
Registrado: 28 Oct 2010 14:20
Ubicación: retrocrypta
Agradecido : 3862 veces
Agradecimiento recibido: 4754 veces

Re: TAP2WAV para Camputers Lynx. Conseguido !!!

Mensajepor ron » 04 Ene 2014 01:16

Have you created a new DLL for the PALE ?

Amazing Pete !

Avatar de Usuario
Peter Todd
Mensajes: 72
Registrado: 28 Dic 2013 12:52

Re: TAP2WAV para Camputers Lynx. Conseguido !!!

Mensajepor Peter Todd » 04 Ene 2014 01:36

Here is EXE and DLL update

PaleRev849.zip
Pale Rev 8.49 including TAPWAV
(359.08 KiB) Descargado 153 veces


Enjoy!

Peter

Avatar de Usuario
Peter Todd
Mensajes: 72
Registrado: 28 Dic 2013 12:52

Re: TAP2WAV para Camputers Lynx. Conseguido !!!

Mensajepor Peter Todd » 04 Ene 2014 01:38

I will be playing Spannerman for the next 5 minutes....


Does anyone have a SPLYNX converted Lynx? I have some games they could try.

Avatar de Usuario
Peter Todd
Mensajes: 72
Registrado: 28 Dic 2013 12:52

Re: TAP2WAV para Camputers Lynx. Conseguido !!!

Mensajepor Peter Todd » 04 Ene 2014 01:55

Hee hee

heres LYNXVADERS YUM!

Loads at TAPE 4 for me but your mileage may vary

LYNXVADERS.zip
LynxVAders
(9.62 KiB) Descargado 149 veces

Avatar de Usuario
Peter Todd
Mensajes: 72
Registrado: 28 Dic 2013 12:52

Re: TAP2WAV para Camputers Lynx. Conseguido !!!

Mensajepor Peter Todd » 04 Ene 2014 02:00

I have also programmed through a Storm - the winds have now died down again..

here are pictures

http://www.bbc.co.uk/news/uk-wales-25593105

Avatar de Usuario
Peter Todd
Mensajes: 72
Registrado: 28 Dic 2013 12:52

Re: TAP2WAV para Camputers Lynx. Conseguido !!!

Mensajepor Peter Todd » 04 Ene 2014 02:40

I have tested this on the multiblock INVADERS (basic loader + 3 blocks MC) and it works - so I think the MC side is fixed.

So only problem left could be the length - I shall try CHANCELLOR again.

Avatar de Usuario
Peter Todd
Mensajes: 72
Registrado: 28 Dic 2013 12:52

Re: TAP2WAV para Camputers Lynx. Conseguido !!!

Mensajepor Peter Todd » 04 Ene 2014 03:43

Ah hurray it looks like the problem is not with TAP2WAV - the problem is with the CHANCELLOR.TAP file (amongst others) the length in the header does not match the true length of the program. PALE does not care when it loads the TAP file but the Lynx does - it must have been a bad read off the tape.

can you let me know of any others which dont work?

Avatar de Usuario
Peter Todd
Mensajes: 72
Registrado: 28 Dic 2013 12:52

Re: TAP2WAV para Camputers Lynx. Conseguido !!!

Mensajepor Peter Todd » 04 Ene 2014 04:25

I have put up a cleaned up version which also includes a Media Player to play the wave

http://camputerslynx.info/PALE/

VERSION 8.50 EXE and DLL Update


OK Bed time!!!!


Volver a “Camputers Lynx”

¿Quién está conectado?

Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 2 invitados