home.social

#amstradpcw — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #amstradpcw, aggregated by home.social.

  1. Tested various micros running this FLOATING POINT program. It derives Pi to 20 decimal places. Interesting stats.

    1 N=20: L=INT(10*N/3): DIM A(255): Z$="000000":T$="999999"
    2 FOR I=1 TO L: A(I)=2: NEXT I: M=0: P=0: FOR J=1 TO N: Q=0: K=2*L+1
    3 FOR I=L TO 1 STEP -1: K=K-2: X=10*A(I)+Q*I: Q=INT(X/K): A(I)=X-Q*K: NEXT I
    4 Y =INT(Q/10): A(1)=Q-10*Y: Q=Y: IF Q=9 THEN LET M=M+1: GOTO 7
    5 IF Q=10 THEN PRINT STR$(P+1);LEFT$(Z$,M);: P=0: M=0: GOTO 7
    6 PRINT STR$(P);LEFT$(T$,M);: P=Q: M=0
    7 NEXT J:PRINT STR$(P)

    #RC2014 : 14 (thank you JonV)
    #BBCMicro : 19
    #AmstradCPC : 22 (thank you Devlin)
    #AmstradPCW : 23 (thank you Pete)
    #AcornElectron : 25
    #C128 : 27 (fast mode - thank you Jonas H)
    #LuxorABC80 : 29 (thank you Erik)
    #SharpMZ700 : 32 (thank you Tim Holyoake)
    #VIC20 : 36
    #AcornAtom : 37
    #AppleII : 38 (thank you Jeroen)
    #TRS80CoCo : 42 (thank you Chip)
    #Atari800 : 42 (thank you Mark Elliott)
    #CBMPET : 43
    #C64 : 43
    #Dragon32 : 44
    #SharpMZ80K : 45 (thank you Tim Holyoake)
    #C16 : 46
    #Altair8800 : 52
    #MSX : 53 (thank you Pixel Purrito)
    #C128 : 56 (default "mode")
    #ZX80 : 57
    #ZXSpectrum : 68 (thank you Adam)
    #SharpPC1500A : 167 (thank you Karttu)
    #ZX81 : 213 (native slow mode)
    #SharpPC1245 : 405 (thank you Karttu)

    Edit: now ordered (seconds)

  2. Tested various micros running this FLOATING POINT program. It derives Pi to 20 decimal places. Interesting stats.

    1 N=20: L=INT(10*N/3): DIM A(255): Z$="000000":T$="999999"
    2 FOR I=1 TO L: A(I)=2: NEXT I: M=0: P=0: FOR J=1 TO N: Q=0: K=2*L+1
    3 FOR I=L TO 1 STEP -1: K=K-2: X=10*A(I)+Q*I: Q=INT(X/K): A(I)=X-Q*K: NEXT I
    4 Y =INT(Q/10): A(1)=Q-10*Y: Q=Y: IF Q=9 THEN LET M=M+1: GOTO 7
    5 IF Q=10 THEN PRINT STR$(P+1);LEFT$(Z$,M);: P=0: M=0: GOTO 7
    6 PRINT STR$(P);LEFT$(T$,M);: P=Q: M=0
    7 NEXT J:PRINT STR$(P)

    #RC2014 : 14 (thank you JonV)
    #BBCMicro : 19
    #AmstradCPC : 22 (thank you Devlin)
    #AmstradPCW : 23 (thank you Pete)
    #AcornElectron : 25
    #C128 : 27 (fast mode - thank you Jonas H)
    #LuxorABC80 : 29 (thank you Erik)
    #SharpMZ700 : 32 (thank you Tim Holyoake)
    #VIC20 : 36
    #AcornAtom : 37
    #AppleII : 38 (thank you Jeroen)
    #TRS80CoCo : 42 (thank you Chip)
    #Atari800 : 42 (thank you Mark Elliott)
    #CBMPET : 43
    #C64 : 43
    #Dragon32 : 44
    #SharpMZ80K : 45 (thank you Tim Holyoake)
    #C16 : 46
    #Altair8800 : 52
    #MSX : 53 (thank you Pixel Purrito)
    #C128 : 56 (default "mode")
    #ZX80 : 57
    #ZXSpectrum : 68 (thank you Adam)
    #SharpPC1500A : 167 (thank you Karttu)
    #ZX81 : 213 (native slow mode)
    #SharpPC1245 : 405 (thank you Karttu)

    Edit: now ordered (seconds)

  3. Tested various micros running this FLOATING POINT program. It derives Pi to 20 decimal places. Interesting stats.

    1 N=20: L=INT(10*N/3): DIM A(255): Z$="000000":T$="999999"
    2 FOR I=1 TO L: A(I)=2: NEXT I: M=0: P=0: FOR J=1 TO N: Q=0: K=2*L+1
    3 FOR I=L TO 1 STEP -1: K=K-2: X=10*A(I)+Q*I: Q=INT(X/K): A(I)=X-Q*K: NEXT I
    4 Y =INT(Q/10): A(1)=Q-10*Y: Q=Y: IF Q=9 THEN LET M=M+1: GOTO 7
    5 IF Q=10 THEN PRINT STR$(P+1);LEFT$(Z$,M);: P=0: M=0: GOTO 7
    6 PRINT STR$(P);LEFT$(T$,M);: P=Q: M=0
    7 NEXT J:PRINT STR$(P)

    #RC2014 : 14 (thank you JonV)
    #BBCMicro : 19
    #AmstradCPC : 22 (thank you Devlin)
    #AmstradPCW : 23 (thank you Pete)
    #AcornElectron : 25
    #C128 : 27 (fast mode - thank you Jonas H)
    #LuxorABC80 : 29 (thank you Erik)
    #SharpMZ700 : 32 (thank you Tim Holyoake)
    #VIC20 : 36
    #AcornAtom : 37
    #AppleII : 38 (thank you Jeroen)
    #TRS80CoCo : 42 (thank you Chip)
    #Atari800 : 42 (thank you Mark Elliott)
    #CBMPET : 43
    #C64 : 43
    #Dragon32 : 44
    #SharpMZ80K : 45 (thank you Tim Holyoake)
    #C16 : 46
    #Altair8800 : 52
    #MSX : 53 (thank you Pixel Purrito)
    #C128 : 56 (default "mode")
    #ZX80 : 57
    #ZXSpectrum : 68 (thank you Adam)
    #SharpPC1500A : 167 (thank you Karttu)
    #ZX81 : 213 (native slow mode)
    #SharpPC1245 : 405 (thank you Karttu)

    Edit: now ordered (seconds)

  4. Tested various micros running this FLOATING POINT program. It derives Pi to 20 decimal places. Interesting stats.

    1 N=20: L=INT(10*N/3): DIM A(255): Z$="000000":T$="999999"
    2 FOR I=1 TO L: A(I)=2: NEXT I: M=0: P=0: FOR J=1 TO N: Q=0: K=2*L+1
    3 FOR I=L TO 1 STEP -1: K=K-2: X=10*A(I)+Q*I: Q=INT(X/K): A(I)=X-Q*K: NEXT I
    4 Y =INT(Q/10): A(1)=Q-10*Y: Q=Y: IF Q=9 THEN LET M=M+1: GOTO 7
    5 IF Q=10 THEN PRINT STR$(P+1);LEFT$(Z$,M);: P=0: M=0: GOTO 7
    6 PRINT STR$(P);LEFT$(T$,M);: P=Q: M=0
    7 NEXT J:PRINT STR$(P)

    #RC2014 : 14 (thank you JonV)
    #BBCMicro : 19
    #AmstradCPC : 22 (thank you Devlin)
    #AmstradPCW : 23 (thank you Pete)
    #AcornElectron : 25
    #C128 : 27 (fast mode - thank you Jonas H)
    #LuxorABC80 : 29 (thank you Erik)
    #SharpMZ700 : 32 (thank you Tim Holyoake)
    #VIC20 : 36
    #AcornAtom : 37
    #AppleII : 38 (thank you Jeroen)
    #TRS80CoCo : 42 (thank you Chip)
    #Atari800 : 42 (thank you Mark Elliott)
    #CBMPET : 43
    #C64 : 43
    #Dragon32 : 44
    #SharpMZ80K : 45 (thank you Tim Holyoake)
    #C16 : 46
    #Altair8800 : 52
    #MSX : 53 (thank you Pixel Purrito)
    #C128 : 56 (default "mode")
    #ZX80 : 57
    #ZXSpectrum : 68 (thank you Adam)
    #SharpPC1500A : 167 (thank you Karttu)
    #ZX81 : 213 (native slow mode)
    #SharpPC1245 : 405 (thank you Karttu)

    Edit: now ordered (seconds)

  5. Tested various micros running this FLOATING POINT program. It derives Pi to 20 decimal places. Interesting stats.

    1 N=20: L=INT(10*N/3): DIM A(255): Z$="000000":T$="999999"
    2 FOR I=1 TO L: A(I)=2: NEXT I: M=0: P=0: FOR J=1 TO N: Q=0: K=2*L+1
    3 FOR I=L TO 1 STEP -1: K=K-2: X=10*A(I)+Q*I: Q=INT(X/K): A(I)=X-Q*K: NEXT I
    4 Y =INT(Q/10): A(1)=Q-10*Y: Q=Y: IF Q=9 THEN LET M=M+1: GOTO 7
    5 IF Q=10 THEN PRINT STR$(P+1);LEFT$(Z$,M);: P=0: M=0: GOTO 7
    6 PRINT STR$(P);LEFT$(T$,M);: P=Q: M=0
    7 NEXT J:PRINT STR$(P)

    #RC2014 : 14 (thank you JonV)
    #BBCMicro : 19
    #AmstradCPC : 22 (thank you Devlin)
    #AmstradPCW : 23 (thank you Pete)
    #AcornElectron : 25
    #C128 : 27 (fast mode - thank you Jonas H)
    #LuxorABC80 : 29 (thank you Erik)
    #SharpMZ700 : 32 (thank you Tim Holyoake)
    #VIC20 : 36
    #AcornAtom : 37
    #AppleII : 38 (thank you Jeroen)
    #TRS80CoCo : 42 (thank you Chip)
    #Atari800 : 42 (thank you Mark Elliott)
    #CBMPET : 43
    #C64 : 43
    #Dragon32 : 44
    #SharpMZ80K : 45 (thank you Tim Holyoake)
    #C16 : 46
    #Altair8800 : 52
    #MSX : 53 (thank you Pixel Purrito)
    #C128 : 56 (default "mode")
    #ZX80 : 57
    #ZXSpectrum : 68 (thank you Adam)
    #SharpPC1500A : 167 (thank you Karttu)
    #ZX81 : 213 (native slow mode)
    #SharpPC1245 : 405 (thank you Karttu)

    Edit: now ordered (seconds)

  6. @gmc I didn't see the #amstradpcw ever, but now I learned, that its name was Amstrad PCW and the same from german Schneider was called Joyce.
    And yes, you are right, the DMP3000 wasn't part of the PCW/Joyce system.

  7. @gmc I didn't see the #amstradpcw ever, but now I learned, that its name was Amstrad PCW and the same from german Schneider was called Joyce.
    And yes, you are right, the DMP3000 wasn't part of the PCW/Joyce system.

  8. @gmc I didn't see the #amstradpcw ever, but now I learned, that its name was Amstrad PCW and the same from german Schneider was called Joyce.
    And yes, you are right, the DMP3000 wasn't part of the PCW/Joyce system.

  9. [Nueva ficha] Target: Renegade (Enrique Gálvez - 2025) Enrique está portando grandes clásicos a #AmstradPCW, y hoy nos toca comentar esta maravilla de Imagine, una gozada poder tenerlo en nuestra página. #nostalgia #videojuegos #retrogaming computeremuzone.com/ficha/2442

  10. [Nueva ficha] Target: Renegade (Enrique Gálvez - 2025) Enrique está portando grandes clásicos a #AmstradPCW, y hoy nos toca comentar esta maravilla de Imagine, una gozada poder tenerlo en nuestra página. #nostalgia #videojuegos #retrogaming computeremuzone.com/ficha/2442

  11. An Amstrad PCW Receives A Bit Of Love - If Clive Sinclair’s genius in consumer electronics was in using ingenious hacks to... - hackaday.com/2025/04/06/an-ams #retrocomputing #amstradpcw #amstrad #pcw

  12. An Amstrad PCW Receives A Bit Of Love - If Clive Sinclair’s genius in consumer electronics was in using ingenious hacks to... - hackaday.com/2025/04/06/an-ams #retrocomputing #amstradpcw #amstrad #pcw

  13. An Amstrad PCW Receives A Bit Of Love - If Clive Sinclair’s genius in consumer electronics was in using ingenious hacks to... - hackaday.com/2025/04/06/an-ams #retrocomputing #amstradpcw #amstrad #pcw

  14. It lives!
    #amstrad #pcw 9256 resurrected!
    Having got it working then shorted the psu on the floppy housing (🤬), converted to USB-C PD.

    Lots of capacitors replaced and the image is almost stable (a few ~100v caps still need doing as I don't have anything above 50v in stock).

    Pleased :)

    Now just need to make a #cp/m boot disk!

    (Back connector on #thingiverse if anyone ever needs)

    #retrocomputing #amstradpcw #pcw9256 #USBPD

  15. It lives!
    #amstrad #pcw 9256 resurrected!
    Having got it working then shorted the psu on the floppy housing (🤬), converted to USB-C PD.

    Lots of capacitors replaced and the image is almost stable (a few ~100v caps still need doing as I don't have anything above 50v in stock).

    Pleased :)

    Now just need to make a #cp/m boot disk!

    (Back connector on #thingiverse if anyone ever needs)

    #retrocomputing #amstradpcw #pcw9256 #USBPD

  16. Anyone know of an #Amstrad #pcw 9256 cp/m disk image anywhere? 3.5" disk, not 3"

    Am I right in thinking the 9512+ disks wont boot the 9256 as different rom checksum?

    #retrocomputing #amstradpcw

  17. Anyone know of an #Amstrad #pcw 9256 cp/m disk image anywhere? 3.5" disk, not 3"

    Am I right in thinking the 9512+ disks wont boot the 9256 as different rom checksum?

    #retrocomputing #amstradpcw

  18. Anyone know of an #Amstrad #pcw 9256 cp/m disk image anywhere? 3.5" disk, not 3"

    Am I right in thinking the 9512+ disks wont boot the 9256 as different rom checksum?

    #retrocomputing #amstradpcw

  19. I should do, or even redo sometime in the future, an #introduction finally.

    I'm from Poland and have grown up with an #AmstradCPC, which made me two things for life: a #Software engineer, and an 8-bit retro enthusiast.

    Today in my home you'll find: all the #Amstrad CPCs, an #AmstradPCW, a #MegaPC, #Atari 65XE,130XE,800XL, a #C64 and a #C128, #Amiga 600 and 1200, a couple of #MSX and #ZXSpectrum, some obscure ones like #OlivettiM20, old AT PCs, old laptops, printers, a #PowerMac and... a ps5.

  20. I should do, or even redo sometime in the future, an #introduction finally.

    I'm from Poland and have grown up with an #AmstradCPC, which made me two things for life: a #Software engineer, and an 8-bit retro enthusiast.

    Today in my home you'll find: all the #Amstrad CPCs, an #AmstradPCW, a #MegaPC, #Atari 65XE,130XE,800XL, a #C64 and a #C128, #Amiga 600 and 1200, a couple of #MSX and #ZXSpectrum, some obscure ones like #OlivettiM20, old AT PCs, old laptops, printers, a #PowerMac and... a ps5.

  21. I should do, or even redo sometime in the future, an #introduction finally.

    I'm from Poland and have grown up with an #AmstradCPC, which made me two things for life: a #Software engineer, and an 8-bit retro enthusiast.

    Today in my home you'll find: all the #Amstrad CPCs, an #AmstradPCW, a #MegaPC, #Atari 65XE,130XE,800XL, a #C64 and a #C128, #Amiga 600 and 1200, a couple of #MSX and #ZXSpectrum, some obscure ones like #OlivettiM20, old AT PCs, old laptops, printers, a #PowerMac and... a ps5.

  22. #introduction

    I’m Jez from the #UK. I’ve been employed as a #SoftwareEngineer since 1994 in a variety of companies. I have also made #iOS games and contributed to #OpenSource Projects including #Groovy

    I was inspired to code on the #Atari400 in the early 80’s, followed by the #BBCMicro #AmstradPCW #Amiga #PCXT and #486 PCs, I still use most of these and the #FPGA #retrocomputing remakes

    I also design #MechanicalPuzzles, and enjoy the theory and technique behind #CardMagic

    Cheers
    Jez

  23. #introduction

    I’m Jez from the #UK. I’ve been employed as a #SoftwareEngineer since 1994 in a variety of companies. I have also made #iOS games and contributed to #OpenSource Projects including #Groovy

    I was inspired to code on the #Atari400 in the early 80’s, followed by the #BBCMicro #AmstradPCW #Amiga #PCXT and #486 PCs, I still use most of these and the #FPGA #retrocomputing remakes

    I also design #MechanicalPuzzles, and enjoy the theory and technique behind #CardMagic

    Cheers
    Jez

  24. #introduction

    I’m Jez from the #UK. I’ve been employed as a #SoftwareEngineer since 1994 in a variety of companies. I have also made #iOS games and contributed to #OpenSource Projects including #Groovy

    I was inspired to code on the #Atari400 in the early 80’s, followed by the #BBCMicro #AmstradPCW #Amiga #PCXT and #486 PCs, I still use most of these and the #FPGA #retrocomputing remakes

    I also design #MechanicalPuzzles, and enjoy the theory and technique behind #CardMagic

    Cheers
    Jez

  25. #introduction

    I’m Jez from the #UK. I’ve been employed as a #SoftwareEngineer since 1994 in a variety of companies. I have also made #iOS games and contributed to #OpenSource Projects including #Groovy

    I was inspired to code on the #Atari400 in the early 80’s, followed by the #BBCMicro #AmstradPCW #Amiga #PCXT and #486 PCs, I still use most of these and the #FPGA #retrocomputing remakes

    I also design #MechanicalPuzzles, and enjoy the theory and technique behind #CardMagic

    Cheers
    Jez

  26. #introduction

    I’m Jez from the #UK. I’ve been employed as a #SoftwareEngineer since 1994 in a variety of companies. I have also made #iOS games and contributed to #OpenSource Projects including #Groovy

    I was inspired to code on the #Atari400 in the early 80’s, followed by the #BBCMicro #AmstradPCW #Amiga #PCXT and #486 PCs, I still use most of these and the #FPGA #retrocomputing remakes

    I also design #MechanicalPuzzles, and enjoy the theory and technique behind #CardMagic

    Cheers
    Jez