home.social

#dragon32 — Public Fediverse posts

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

fetched live
  1. Did you know there was a camouflage painted SAM Coupe lurking at SAMCo's HQ in 1991/2? (Thanks to David L. for the anecdote!) Grab a limited edition Printed Circuit Board pin badge of it (plus other 8-bit computer badges) to help support what I do for SAM! samcoupe.com/quickshop.htm

    #retrogaming #indiedev #samcoupe #computing #retrocomputing #hardware #8bit #zxspectrum #commodore #c64 #dragon32

  2. Did you know there was a camouflage painted SAM Coupe lurking at SAMCo's HQ in 1991/2? (Thanks to David L. for the anecdote!) Grab a limited edition Printed Circuit Board pin badge of it (plus other 8-bit computer badges) to help support what I do for SAM! samcoupe.com/quickshop.htm

    #retrogaming #indiedev #samcoupe #computing #retrocomputing #hardware #8bit #zxspectrum #commodore #c64 #dragon32

  3. Did you know there was a camouflage painted SAM Coupe lurking at SAMCo's HQ in 1991/2? (Thanks to David L. for the anecdote!) Grab a limited edition Printed Circuit Board pin badge of it (plus other 8-bit computer badges) to help support what I do for SAM! samcoupe.com/quickshop.htm

    #retrogaming #indiedev #samcoupe #computing #retrocomputing #hardware #8bit #zxspectrum #commodore #c64 #dragon32

  4. Did you know there was a camouflage painted SAM Coupe lurking at SAMCo's HQ in 1991/2? (Thanks to David L. for the anecdote!) Grab a limited edition Printed Circuit Board pin badge of it (plus other 8-bit computer badges) to help support what I do for SAM! samcoupe.com/quickshop.htm

    #retrogaming #indiedev #samcoupe #computing #retrocomputing #hardware #8bit #zxspectrum #commodore #c64 #dragon32

  5. Did you know there was a camouflage painted SAM Coupe lurking at SAMCo's HQ in 1991/2? (Thanks to David L. for the anecdote!) Grab a limited edition Printed Circuit Board pin badge of it (plus other 8-bit computer badges) to help support what I do for SAM! samcoupe.com/quickshop.htm

    #retrogaming #indiedev #samcoupe #computing #retrocomputing #hardware #8bit #zxspectrum #commodore #c64 #dragon32

  6. How does a text adventure fit on the Dragon 32? This port of Archimedes XXI brings the Spanish classic to the system in English and Spanish, with options for 4-colour or high-res monochrome modes.

    🎁 robcfg.itch.io/arquimedes-xxi-

    #homebrew #dragon32 #retro #game #archimedesxxi

  7. How does a text adventure fit on the Dragon 32? This port of Archimedes XXI brings the Spanish classic to the system in English and Spanish, with options for 4-colour or high-res monochrome modes.

    🎁 robcfg.itch.io/arquimedes-xxi-

    #homebrew #dragon32 #retro #game #archimedesxxi

  8. How does a text adventure fit on the Dragon 32? This port of Archimedes XXI brings the Spanish classic to the system in English and Spanish, with options for 4-colour or high-res monochrome modes.

    🎁 robcfg.itch.io/arquimedes-xxi-

    #homebrew #dragon32 #retro #game #archimedesxxi

  9. How does a text adventure fit on the Dragon 32? This port of Archimedes XXI brings the Spanish classic to the system in English and Spanish, with options for 4-colour or high-res monochrome modes.

    🎁 robcfg.itch.io/arquimedes-xxi-

    #homebrew #dragon32 #retro #game #archimedesxxi

  10. How does a text adventure fit on the Dragon 32? This port of Archimedes XXI brings the Spanish classic to the system in English and Spanish, with options for 4-colour or high-res monochrome modes.

    🎁 robcfg.itch.io/arquimedes-xxi-

    #homebrew #dragon32 #retro #game #archimedesxxi

  11. 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
    #ZX80 (Minstrel 2): 53
    #MSX : 53 (thank you Pixel Purrito)
    #C128 : 56 (default "mode")
    #ZXSpectrum : 68 (thank you Adam)
    #SharpPC1500A : 167 (thank you Karttu)
    #ZX81 : 213 (native slow mode)
    #SharpPC1245 : 405 (thank you Karttu)

    Edit: now ordered (seconds)

  12. 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
    #ZX80 (Minstrel 2): 53
    #MSX : 53 (thank you Pixel Purrito)
    #C128 : 56 (default "mode")
    #ZXSpectrum : 68 (thank you Adam)
    #SharpPC1500A : 167 (thank you Karttu)
    #ZX81 : 213 (native slow mode)
    #SharpPC1245 : 405 (thank you Karttu)

    Edit: now ordered (seconds)

  13. 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
    #ZX80 (Minstrel 2): 53
    #MSX : 53 (thank you Pixel Purrito)
    #C128 : 56 (default "mode")
    #ZXSpectrum : 68 (thank you Adam)
    #SharpPC1500A : 167 (thank you Karttu)
    #ZX81 : 213 (native slow mode)
    #SharpPC1245 : 405 (thank you Karttu)

    Edit: now ordered (seconds)

  14. 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
    #ZX80 (Minstrel 2): 53
    #MSX : 53 (thank you Pixel Purrito)
    #C128 : 56 (default "mode")
    #ZXSpectrum : 68 (thank you Adam)
    #SharpPC1500A : 167 (thank you Karttu)
    #ZX81 : 213 (native slow mode)
    #SharpPC1245 : 405 (thank you Karttu)

    Edit: now ordered (seconds)

  15. 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
    #ZX80 (Minstrel 2): 53
    #MSX : 53 (thank you Pixel Purrito)
    #C128 : 56 (default "mode")
    #ZXSpectrum : 68 (thank you Adam)
    #SharpPC1500A : 167 (thank you Karttu)
    #ZX81 : 213 (native slow mode)
    #SharpPC1245 : 405 (thank you Karttu)

    Edit: now ordered (seconds)

  16. I think I have a problem.

    whats that? addicted to collecting old computers?

    dinnae be daft, I mean where do I put this atari ST I got the other day.

    im running outta wall space.

    #retrocomputing #retro_gaming #atari #commodore #amiga #dragon32 #zxspectrum #spectrumnext #atarist

  17. I think I have a problem.

    whats that? addicted to collecting old computers?

    dinnae be daft, I mean where do I put this atari ST I got the other day.

    im running outta wall space.

    #retrocomputing #retro_gaming #atari #commodore #amiga #dragon32 #zxspectrum #spectrumnext #atarist

  18. I think I have a problem.

    whats that? addicted to collecting old computers?

    dinnae be daft, I mean where do I put this atari ST I got the other day.

    im running outta wall space.

    #retrocomputing #retro_gaming #atari #commodore #amiga #dragon32 #zxspectrum #spectrumnext #atarist

  19. I think I have a problem.

    whats that? addicted to collecting old computers?

    dinnae be daft, I mean where do I put this atari ST I got the other day.

    im running outta wall space.

    #retrocomputing #retro_gaming #atari #commodore #amiga #dragon32 #zxspectrum #spectrumnext #atarist

  20. I think I have a problem.

    whats that? addicted to collecting old computers?

    dinnae be daft, I mean where do I put this atari ST I got the other day.

    im running outta wall space.

    #retrocomputing #retro_gaming #atari #commodore #amiga #dragon32 #zxspectrum #spectrumnext #atarist

  21. The expanding range of #computer PCB Pin Badges and PCB Keyrings I make.

    Buy individually at www.samcoupe.com/quickshop.htm with UK postage included. For combined shipping for a bundle or international shipping please send a message via the site.

    #samcoupe #zxspectrum #commodore #c64 #dragon32 #retrogaming #retrocomputing

  22. The expanding range of #computer PCB Pin Badges and PCB Keyrings I make.

    Buy individually at www.samcoupe.com/quickshop.htm with UK postage included. For combined shipping for a bundle or international shipping please send a message via the site.

    #samcoupe #zxspectrum #commodore #c64 #dragon32 #retrogaming #retrocomputing

  23. The expanding range of #computer PCB Pin Badges and PCB Keyrings I make.

    Buy individually at www.samcoupe.com/quickshop.htm with UK postage included. For combined shipping for a bundle or international shipping please send a message via the site.

    #samcoupe #zxspectrum #commodore #c64 #dragon32 #retrogaming #retrocomputing

  24. The expanding range of #computer PCB Pin Badges and PCB Keyrings I make.

    Buy individually at www.samcoupe.com/quickshop.htm with UK postage included. For combined shipping for a bundle or international shipping please send a message via the site.

    #samcoupe #zxspectrum #commodore #c64 #dragon32 #retrogaming #retrocomputing

  25. The expanding range of #computer PCB Pin Badges and PCB Keyrings I make.

    Buy individually at www.samcoupe.com/quickshop.htm with UK postage included. For combined shipping for a bundle or international shipping please send a message via the site.

    #samcoupe #zxspectrum #commodore #c64 #dragon32 #retrogaming #retrocomputing

  26. I had hoped to pop into the Centre of Computing History this weekend as they've a Dragon 32 event and say 'hello' but despite being up and down to Cambridgeshire every week at the moment I'm not able to make things coincide to be there.

    But, I have designed another PCB Badge to add my growing range, this time it is of the Dragon 32!

    samcoupe.com/quickshop.htm

    ebay.co.uk/itm/117105786267

    All helps add a few pounds to the development fund for everything #retrocomputing I'm working on!

    #dragon32 #retrogaming #gamedev

  27. I had hoped to pop into the Centre of Computing History this weekend as they've a Dragon 32 event and say 'hello' but despite being up and down to Cambridgeshire every week at the moment I'm not able to make things coincide to be there.

    But, I have designed another PCB Badge to add my growing range, this time it is of the Dragon 32!

    samcoupe.com/quickshop.htm

    ebay.co.uk/itm/117105786267

    All helps add a few pounds to the development fund for everything #retrocomputing I'm working on!

    #dragon32 #retrogaming #gamedev

  28. I had hoped to pop into the Centre of Computing History this weekend as they've a Dragon 32 event and say 'hello' but despite being up and down to Cambridgeshire every week at the moment I'm not able to make things coincide to be there.

    But, I have designed another PCB Badge to add my growing range, this time it is of the Dragon 32!

    samcoupe.com/quickshop.htm

    ebay.co.uk/itm/117105786267

    All helps add a few pounds to the development fund for everything #retrocomputing I'm working on!

    #dragon32 #retrogaming #gamedev

  29. I had hoped to pop into the Centre of Computing History this weekend as they've a Dragon 32 event and say 'hello' but despite being up and down to Cambridgeshire every week at the moment I'm not able to make things coincide to be there.

    But, I have designed another PCB Badge to add my growing range, this time it is of the Dragon 32!

    samcoupe.com/quickshop.htm

    ebay.co.uk/itm/117105786267

    All helps add a few pounds to the development fund for everything #retrocomputing I'm working on!

    #dragon32 #retrogaming #gamedev

  30. I had hoped to pop into the Centre of Computing History this weekend as they've a Dragon 32 event and say 'hello' but despite being up and down to Cambridgeshire every week at the moment I'm not able to make things coincide to be there.

    But, I have designed another PCB Badge to add my growing range, this time it is of the Dragon 32!

    samcoupe.com/quickshop.htm

    ebay.co.uk/itm/117105786267

    All helps add a few pounds to the development fund for everything #retrocomputing I'm working on!

    #dragon32 #retrogaming #gamedev

  31. Sympathique donation Dragon 32 à #silicium
    Dont l'excellent Donkey King.
    Le vrai suspense va être : Est-ce que le jeu va charger… ou est-ce que la cassette va décider que non ?
    #Dragon32 #RetroComputing #RetroGaming

  32. Sympathique donation Dragon 32 à #silicium
    Dont l'excellent Donkey King.
    Le vrai suspense va être : Est-ce que le jeu va charger… ou est-ce que la cassette va décider que non ?
    #Dragon32 #RetroComputing #RetroGaming

  33. Sympathique donation Dragon 32 à #silicium
    Dont l'excellent Donkey King.
    Le vrai suspense va être : Est-ce que le jeu va charger… ou est-ce que la cassette va décider que non ?
    #Dragon32 #RetroComputing #RetroGaming

  34. Sympathique donation Dragon 32 à #silicium
    Dont l'excellent Donkey King.
    Le vrai suspense va être : Est-ce que le jeu va charger… ou est-ce que la cassette va décider que non ?
    #Dragon32 #RetroComputing #RetroGaming

  35. I received my "Oojamaflip" #Dragon32 adapter kit today.

    It allows cartridges (minus the case) to be installed INTERNALLY to the computer. Still allowing cartridges to be plugged in externally.

    It came as a kit, so I was surprised that it worked first time after my infrequent soldering skillz were applied!

    With this setup I'm now running the SD interface internally so the cartridge is no longer obstructing the TV stand that I made.

    Please don't judge my soldering.

  36. I received my "Oojamaflip" #Dragon32 adapter kit today.

    It allows cartridges (minus the case) to be installed INTERNALLY to the computer. Still allowing cartridges to be plugged in externally.

    It came as a kit, so I was surprised that it worked first time after my infrequent soldering skillz were applied!

    With this setup I'm now running the SD interface internally so the cartridge is no longer obstructing the TV stand that I made.

    Please don't judge my soldering.

  37. I received my "Oojamaflip" #Dragon32 adapter kit today.

    It allows cartridges (minus the case) to be installed INTERNALLY to the computer. Still allowing cartridges to be plugged in externally.

    It came as a kit, so I was surprised that it worked first time after my infrequent soldering skillz were applied!

    With this setup I'm now running the SD interface internally so the cartridge is no longer obstructing the TV stand that I made.

    Please don't judge my soldering.

  38. I received my "Oojamaflip" #Dragon32 adapter kit today.

    It allows cartridges (minus the case) to be installed INTERNALLY to the computer. Still allowing cartridges to be plugged in externally.

    It came as a kit, so I was surprised that it worked first time after my infrequent soldering skillz were applied!

    With this setup I'm now running the SD interface internally so the cartridge is no longer obstructing the TV stand that I made.

    Please don't judge my soldering.

  39. I received my "Oojamaflip" #Dragon32 adapter kit today.

    It allows cartridges (minus the case) to be installed INTERNALLY to the computer. Still allowing cartridges to be plugged in externally.

    It came as a kit, so I was surprised that it worked first time after my infrequent soldering skillz were applied!

    With this setup I'm now running the SD interface internally so the cartridge is no longer obstructing the TV stand that I made.

    Please don't judge my soldering.

  40. Made a Perspex TV platform for my #Dragon32 computer

  41. Made a Perspex TV platform for my #Dragon32 computer

  42. Made a Perspex TV platform for my #Dragon32 computer

  43. Made a Perspex TV platform for my #Dragon32 computer

  44. Made a Perspex TV platform for my #Dragon32 computer

  45. Got a #Dragon32 after MANY years of wanting one. Configured an SD card interface and tested it with Asteroids!

  46. Got a #Dragon32 after MANY years of wanting one. Configured an SD card interface and tested it with Asteroids!

  47. Got a #Dragon32 after MANY years of wanting one. Configured an SD card interface and tested it with Asteroids!

  48. Got a #Dragon32 after MANY years of wanting one. Configured an SD card interface and tested it with Asteroids!

  49. Got a #Dragon32 after MANY years of wanting one. Configured an SD card interface and tested it with Asteroids!

  50. Dragon Data logo (who made the Dragon 32 computer) is kinda cool. This is from a scan of a schematic.
    #Dragon32 #Retrocomputing #LogoDesign

  51. Dragon Data logo (who made the Dragon 32 computer) is kinda cool. This is from a scan of a schematic.
    #Dragon32 #Retrocomputing #LogoDesign

  52. Dragon Data logo (who made the Dragon 32 computer) is kinda cool. This is from a scan of a schematic.
    #Dragon32 #Retrocomputing #LogoDesign

  53. Dragon Data logo (who made the Dragon 32 computer) is kinda cool. This is from a scan of a schematic.
    #Dragon32 #Retrocomputing #LogoDesign

  54. Dragon Data logo (who made the Dragon 32 computer) is kinda cool. This is from a scan of a schematic.
    #Dragon32 #Retrocomputing #LogoDesign