Progresos con el FP-1100

Anna Wu
Mensajes: 30
Registrado: 25 Ene 2015 22:26

Re: Progresos con el FP-1100

Mensajepor Anna Wu » 01 Mar 2015 20:47

Último mensaje de la página anterior:

Thanks for the info, Joscelyn!

Update:
https://www.sendspace.com/file/4u4x52
Available in .CAS/.WAV format and as Rampack.
PS: "POKER" seems too big for the Rampack unit.

Anna Wu
Mensajes: 30
Registrado: 25 Ene 2015 22:26

Re: Progresos con el FP-1100

Mensajepor Anna Wu » 02 Mar 2015 06:13

Update 2:
https://www.sendspace.com/file/6ltwv9
Available in .CAS/.WAV format and as Rampack.
PS: Press the Num keys (1,2,3...) to hit the ball.

Anna Wu
Mensajes: 30
Registrado: 25 Ene 2015 22:26

Re: Progresos con el FP-1100

Mensajepor Anna Wu » 02 Mar 2015 16:56

@monkey390220 seems to be very active.
He added "SPACE SHOOTING" on his page.

Anna Wu
Mensajes: 30
Registrado: 25 Ene 2015 22:26

Re: Progresos con el FP-1100

Mensajepor Anna Wu » 02 Mar 2015 18:40

Takeda-san released a new Common Source Code Project update (3/3/2015)
http://homepage3.nifty.com/takeda-toshiya/
He fixed the SCREEN 1 (VRAM)

Avatar de Usuario
CasioFP
Mensajes: 106
Registrado: 18 Jun 2012 19:15
Agradecimiento recibido: 11 veces
Contactar:

Re: Progresos con el FP-1100

Mensajepor CasioFP » 02 Mar 2015 18:42

Fantastic news !
640x400 resolution is back :)
Thank you Anna
Joscelyn
ImagenImagenImagen ▪▪ Imagen
Sigo buscando : disquetera 3,5" 720Kb y 5,25" 360Kb / Disquetera Casio FP-1021FD1

Anna Wu
Mensajes: 30
Registrado: 25 Ene 2015 22:26

Re: Progresos con el FP-1100

Mensajepor Anna Wu » 02 Mar 2015 19:07

Joscelyn, take a look on the first screenshot. : )
http://homepage3.nifty.com/takeda-toshi ... index.html

Anna Wu
Mensajes: 30
Registrado: 25 Ene 2015 22:26

Re: Progresos con el FP-1100

Mensajepor Anna Wu » 02 Mar 2015 19:15

I am looking for SELGA (PIO magazine)
viewtopic.php?p=200064429
Maybe someone can upload the source, scan (magazine) or the binary?

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

Re: Progresos con el FP-1100

Mensajepor ron » 02 Mar 2015 19:30

Anna Wu , the FTP is wrong: This is the right ftp: ftp://casio.ledudu.com/images/retrowiki

The problem is the user/pass, I dont have it :-(

The ledudu website does not provide links to download. http://casio.ledudu.com/pockets.asp?type=1805 and http://casio.ledudu.com/pockets.asp?type=2731

Anyway take a look, may be something over there...

Anna Wu
Mensajes: 30
Registrado: 25 Ene 2015 22:26

Re: Progresos con el FP-1100

Mensajepor Anna Wu » 02 Mar 2015 19:42

Thanks for the info, Rodrigo. : )

Avatar de Usuario
CasioFP
Mensajes: 106
Registrado: 18 Jun 2012 19:15
Agradecimiento recibido: 11 veces
Contactar:

Re: Progresos con el FP-1100

Mensajepor CasioFP » 02 Mar 2015 19:43

Wow, all the RAM Packs are also back, wonderful !!
Thank you Anna and Takeda-san

@Anna: you got mail for Selga
ImagenImagenImagen ▪▪ Imagen
Sigo buscando : disquetera 3,5" 720Kb y 5,25" 360Kb / Disquetera Casio FP-1021FD1

Avatar de Usuario
CasioFP
Mensajes: 106
Registrado: 18 Jun 2012 19:15
Agradecimiento recibido: 11 veces
Contactar:

Re: Progresos con el FP-1100

Mensajepor CasioFP » 02 Mar 2015 22:52

Anna, you got a great idea of putting software in the RAMPACK.bin files.
Let me add two great machine language games of pure action !

First is Vegetable Crush ---> LINK : https://www.sendspace.com/file/85eb2d

Código: Seleccionar todo

RUN "PACK0:VEGCRA"


Imagen



Second is Sea Monster ---> LINK : https://www.sendspace.com/file/hi97s1

Código: Seleccionar todo

RUN "PACK0:SEA"


Imagen
ImagenImagenImagen ▪▪ Imagen
Sigo buscando : disquetera 3,5" 720Kb y 5,25" 360Kb / Disquetera Casio FP-1021FD1

Avatar de Usuario
CasioFP
Mensajes: 106
Registrado: 18 Jun 2012 19:15
Agradecimiento recibido: 11 veces
Contactar:

Re: Progresos con el FP-1100

Mensajepor CasioFP » 03 Mar 2015 00:11

I have tried inputting some machine language game listings but there is something off...
the hexadecimal function seems not to work properly anymore
So it is impossible to convert an hexadecimal value to poke values in memory

explanation : PRINT VAL("&HE960") should give 59744, but it does NOT : it displays -5792 instead
trying the reverse : PRINT HEX$(59744) does work and displays the correct result : E960

Only way to go ahead is to add 65536 to obtain the correct value, but this is dangerously error-prone
(which means needing to type in PRINT VAL&HE960)+65536 to obtain the correct value)
Joscelyn
ImagenImagenImagen ▪▪ Imagen
Sigo buscando : disquetera 3,5" 720Kb y 5,25" 360Kb / Disquetera Casio FP-1021FD1

Anna Wu
Mensajes: 30
Registrado: 25 Ene 2015 22:26

Re: Progresos con el FP-1100

Mensajepor Anna Wu » 03 Mar 2015 08:43

I am not 100% sure the formatting of disk images is working or not.
1.) Mounted Disk.imd which contains some data on FD1 slot
2.) FORMAT "0:"
3.) FILES or FILES "0:"
4.) The disk is empty (temporary?)
5.) After exit of eFP-1100 a empty disk image will created called Disk.imd.D88

jltursan
Mensajes: 5619
Registrado: 20 Sep 2011 13:59
Ubicación: Madrid
Agradecido : 990 veces
Agradecimiento recibido: 2040 veces
Contactar:

Re: Progresos con el FP-1100

Mensajepor jltursan » 05 Mar 2015 21:03

The formatting seems to work, as the D88 seems to be the native format of the emulator (IMD images need to create a temporary D88 image) its easier to handle.

Ive check the following:

1) A previously full disk image is formatted with "FORMAT 0:" and is emptied succesfully. "FILES 0:" reports no files.
2) I can load a RAMPACK file and save it to disk with SAVE "0:PROGRAM"
3) FILES doesnt not display the file :-(
4) Ive checked the image has been modified and the saved program can be seen inside it; but seems the FAT is wrong.

Btw, VEGCRA and SEAMON are impressive. Ill try to extract the binary to disassemble in the PC, I need to know how they achieved such speed; using the ROM routines seems unfeasible, theyre slooow.

Anna Wu
Mensajes: 30
Registrado: 25 Ene 2015 22:26

Re: Progresos con el FP-1100

Mensajepor Anna Wu » 06 Mar 2015 12:37

monkey390220 added another BASIC program on his page.
http://www.geocities.jp/monkey390220/FP/index.html

jltursan
Mensajes: 5619
Registrado: 20 Sep 2011 13:59
Ubicación: Madrid
Agradecido : 990 veces
Agradecimiento recibido: 2040 veces
Contactar:

Re: Progresos con el FP-1100

Mensajepor jltursan » 06 Mar 2015 20:46

Ive been testing the SAVE feature on disk images. Ive created a a pair of blank disks (with eFP-1100 and the real machine) and saved the same tokenized program in both (again with the emu an the FP-1100):

Código: Seleccionar todo

10 PRINT "HELLO"
20 GOTO 10

The real image, once dumped, works fine in the emulator, the emulator one doesnt shows anything when doing a FILES command.

Comparing the images herere the differences (only one in the whole D88 file):

Real image/Emulator image

Imagen

Ive attached both disk images. Maybe Takeda-San can work out the bug with these samples...
Adjuntos
Disks.zip
FP-1100 example disk images
(8.9 KiB) Descargado 119 veces

Anna Wu
Mensajes: 30
Registrado: 25 Ene 2015 22:26

Re: Progresos con el FP-1100

Mensajepor Anna Wu » 12 Mar 2015 01:48

Takeda-san released a new Common Source Code Project update (3/12/2015)
http://homepage3.nifty.com/takeda-toshiya/
with "Save to Disk" fix (eFP-1100)


Volver a “Ordenadores de Bolsillo y Calculadoras”

¿Quién está conectado?

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