I made a 8 &16 bit #retrogaming
Screenshot upscaler / converter.
Http://www.geraldkelly.co.uk/zxconverter/
It will convert a screen into a pixelated effect 4k image for desktop wallpaper, or a SVG vector image for printing or the likes and an #openscad 3d script that can be used for #3dprinting
Screenshot galleries currently uploaded #amstradcpc
#zxspectrum #BBCMicroComputer #CommodoreC64 #amiga #atarist #msx #msx2 #nes #segamastersystem
#segamastersystem #nes #msx2 #msx #atarist #amiga #CommodoreC64 #BBCMicroComputer #zxspectrum #amstradcpc #3dprinting #openscad #retrogaming
Reposting this for the weekend crowd...
Part 2 of my BBC Elite Master Adventure video series is out. π±
Continue the adventure & click the link below. π
Follow the link to find out: https://youtu.be/ZoRjv_XHWDE
#retrocomputing #bbcmicrocomputer #bbcmaster #elite #retrogaming
#retrocomputing #BBCMicroComputer #BBCMaster #elite #retrogaming
Okay, this is a complete shot in the dark.
I'm trying to remember the name of a #ComputerGame from the #1980s. It might have been for the #TRS80, the #BBCMicro (#BBCMicrocomputer), or #PC. It was a #moonbase building #sim, and that's about all I remember except that at some point aliens suddenly attempted to invade.
Thanks if you can help!
#computergame #1980s #trs80 #bbcmicro #BBCMicroComputer #pc #moonbase #sim
Part 2 of my BBC Elite Master Adventure video series is out. π±
Do I finally get Elite running properly on the Master?
Follow the link to find out: https://youtu.be/ZoRjv_XHWDE
#retrocomputing #bbcmicrocomputer #bbcmaster #elite #retrogaming
#retrocomputing #BBCMicroComputer #BBCMaster #elite #retrogaming
Video filming & editing done. Expect Part 2 of my Elite on the BBC Master video to be released Thursday evening.
Sub to my YT channel as not to miss out: https://www.youtube.com/@YawningAngelRetro
#retrocomputing #bbcmicrocomputer #elite #retrocomputingvideo
#retrocomputing #BBCMicroComputer #elite #retrocomputingvideo
Have been filming some scenes for part 2 of my Elite BBC Master video today.
It's going well. π
Expect a release hopefully later this week.
#BBCMicroComputer #elite #retrocomputing
BBC programming question: is it possible when listing a program on the screen to control the speed the program lists at? Ideally I want to be able to move up and down through the listing at will.
I know LIST will list the whole thing and stops when it gets to the bottom of the source code - not much help when I want to see the top of the program.
Also I know how to list parts of the code using LIST 10,50 to get the 1st 50 lines, but I need to flexibility. π
#BBCMicroComputer #retrocomputing
Oh hello thereβ¦ ππ
(Looks like a follow up BBC Master Elite video might be on the cardsβ¦π€)
(β¦and Yes, I only have Amiga disk labelsβ¦ π€ͺ)
#retrocomputing #elite #BBCMicroComputer
β¦ and yes, those new floppy discs do work. ππ
2023 and Iβm formatting 5.25β disks like a pro. π
#retrocomputing #floppydisk #adfs #BBCMicroComputer
Itβs 2023 and I have just taken delivery of these bad boysβ¦
β¦ and I am SUPER HAPPY! ππ
Content for my next video is taking shape. π
(The follow up to my Elite videoβ¦)
#retrocomputing #flopoydisk #BBCMicroComputer #BBCMaster
Thinking of coding a version of DPaint for the BBC Masterβ¦ Just doing some test code as a POC. π€
#retrocomputing #BBCMicroComputer
Mucking about with BASIC on the BBC Master, and saving files to the SD card under MMFS.
Took me a while to figure out how to do it, but once cracked, it's easy. π
#BBCMicroComputer #BBCMaster #retrocomputing
A new BBC Master video from me! π±
Playing ELITE on the BBC Master. Do I succeed? How do I do it? Click the link below to find out.
#BBCMaster #elite #BBCMicroComputer #retrocomputing
Spent today filming my next vlog...
This one was fun. And I used a 2 camera setup. π
#retrocomputing #youtubecreator #bbcmaster #bbcmicrocomputer #elite
#retrocomputing #youtubecreator #BBCMaster #BBCMicroComputer #elite
Thatβll do. πππΉοΈ
Weβre ready to rock for filming tomorrow.
#retrocomputing #BBCMaster #BBCMicroComputer
Having a bit of a move around in the retro room ready for some filming tomorrow. π
Got a cool video planned for the BBC Master. π
#retrocomputing #zxspectrum #BBCMaster #BBCMicroComputer
Given my last video (released last Wednesday) didn't do too well (π’), I've already started filming the next one... it'll be about the BBC Master. π
Release date tbc. π
#retrocomputing #retrocomputingvideo #bbcmaster #bbcmicrocomputer
#retrocomputing #retrocomputingvideo #BBCMaster #BBCMicroComputer
RT @yawning_angel@twitter.com
Help needed: I'm after a couple of blank 5 1/2" floppy discs for the BBC micro.
I need to know that they're okay so don't want to risk eBay.
Anyone following me on here who is UK based and might be able to help?
Cheers.
#bbcmicrocomputer #retrocomputing #floppydisk
π¦π: https://twitter.com/yawning_angel/status/1610597828421685248
#floppydisk #RetroComputing #BBCMicroComputer
Currently writing a #BBCMicroComputer emulator, purely for hobby reasons but would like it to run arbitrary software including e.g. elite.
I have a 6502 emulator that works well and passes test suites but now thinking about additional hardware e.g. CRTC, ULA systemVIA etc. wondering if I should simulate at the clock/pin and chip level or just handle writes by setting state and then having other dependent components poll that state. Any thoughts?