▲ | smokel 6 days ago | |||||||||||||||||||||||||||||||
I'm really hoping that this will perhaps lead to other BASIC implementations being open sourced as well. I've written a fully functional emulator for my first love, the Philips P2000T [1], but never released it because I couldn't find a legal way to distribute it. Most software for this machine requires the BASIC ROM, and even reverse engineering it might not be entirely legal. If anyone knows where to address my requests to Microsoft, I'd be very happy to hear that. | ||||||||||||||||||||||||||||||||
▲ | mrandish 5 days ago | parent | next [-] | |||||||||||||||||||||||||||||||
> perhaps lead to other BASIC implementations being open sourced as well. A good start would be for MSFT to also open source the related BASIC-68 and BASIC-69 versions. > "The extended 8 KB version was then generalized into BASIC-80 (8080/85, Z80), and ported into BASIC-68 (6800), BASIC-69 (6809), and 6502-BASIC." - https://en.wikipedia.org/wiki/Microsoft_BASIC | ||||||||||||||||||||||||||||||||
▲ | ChickeNES 6 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
Well, no reason you can't distribute the emulator and let the user provide the rom, right? If MAME can do it, why can't you? | ||||||||||||||||||||||||||||||||
▲ | mrandish 5 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
P2000 appears to be at least partially emulated in MAME: https://emulation.gametechwiki.com/index.php/Philips_P2000_e... Here's a video of it running: https://www.youtube.com/watch?v=PUa9Ktmsxww The ROM seems to be available via the usual unofficial sources for MAME-supported ROMS: https://wowroms.com/en/roms/mame/download-philips-p2000t/974... I'd suggest leveraging the MAME distribution model (distributing emulators separately from copyrighted ROMS). You could also contribute the abandonware software titles you've preserved to the MAME Software-List: https://docs.mamedev.org/contributing/softlist.html. There's no sense in re-inventing the processes and standards the preservation community has already established. Plus once you start the ball rolling, the active community of people trying to preserve cassette-based software from niche 8-bit platforms can join in. Of course, getting ROM distribution officially blessed by the corporate owner of record would be lovely but it rarely happens because of the legal complexities involved. Obviously, there's zero commercial value anymore but it's still much easier for a corporation to tacitly look the other way than to grant express permission. | ||||||||||||||||||||||||||||||||
▲ | asdefghyk 6 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
Maybe a Microsoft employee could give some hints? Anyway, Id start with the Microsoft CEO. Id even email Bill Gates - he would have to"have some sway" if you could get his support - maybe internally ...? May be the old authors of the software could request it be released. Is it know who the authors of the ROM was? OR Even other hardware designers / workers who worked on original system - would bring interest to Microsoft and have to have some kind of positive momentum to such a request. Is it possible to work out the reasons how other old Microsoft software was released ? I imagine there would be reluctance to release anything that they thought had commercial value? As several products have been released over the years - there must be some offical or unoffical process Legal would have to have input I imagine there would be some close examination of software to verify , no negatives against Microsoft would / could he harboured in code OR found. So it would take some resources - maybe several days as a guess - but I really have no idea ... For example probably would want to verify it can be rebuilt - maybe?? would need to setup old toolchains , old hardware etc Also Some of these software may have been lost - could be embarrassing for Microsoft to admit this. {Aside - I used to work as a software configuration manager for a larger company - whose job it was to ensure all project code was collect, ensure we capture all the artifacts ( source and deliverables etc ) so it could be reliably independently rebuilt. This included all needed tools etc etc] | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | astolarz 6 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
I feel like Raymond Chen [0] might be a good place to start. [0] https://devblogs.microsoft.com/oldnewthing/author/oldnewthin... | ||||||||||||||||||||||||||||||||
▲ | tom_ 6 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
Regarding other BASIC versions: it's probably-abandonware rather than open source, but the (more than slightly inscrutable) source code for Acorn's 8-bit BBC BASIC is here: https://github.com/stardot/AcornDmosBasic (there are commented disassemblies available - you would probably find those more illuminating...) (BBC BASIC is pretty horrid by modern standards, but you'll probably still like it more than Microsoft BASIC. Has arbitary length variable names, multi-dimensional arrays, integer variables, PROCs, FNs, and an inline assembler.) | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | qingcharles 6 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
I would start with asking Scott direct: | ||||||||||||||||||||||||||||||||
▲ | int_19h 5 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
They have already released GW BASIC before: https://github.com/microsoft/GW-BASIC So I think it's likely that more will follow. | ||||||||||||||||||||||||||||||||
▲ | shanselman 6 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||
which basic rom is needed? | ||||||||||||||||||||||||||||||||
|