Page 1 of 1

it's missing something like msxpen+webmsx

Posted: Sat Feb 05, 2022 10:38 am
by nitrofurano
hi! i don't know if anyone here knows msxpen:
https://msxpen.com/codes/-Mv8RfvKZbfj6ct_6qmb
it allows us to code and share a msx-basic code, an run it on webmsx (html5+js msx emulator)
so, how possible would be having something like this related to sinclair ql?

Re: it's missing something like msxpen+webmsx

Posted: Sat Feb 05, 2022 11:27 am
by tofro
You might want to check out this

Re: it's missing something like msxpen+webmsx

Posted: Sat Feb 05, 2022 11:38 am
by nitrofurano
yes, that is indeed great - but i think you didn't see what i shared: it wasn't merely a html5+js emulator link with a mounted imagedisk file somewhere, but instead a weblink of a basic-language code (just like sharing a code at pastebin) linked to a running html5+js emulator

for example, take a look at this: https://msxpen.com/codes/-Mv8fAiK-1lEkfYIyfdW

Re: it's missing something like msxpen+webmsx

Posted: Sat Feb 05, 2022 2:58 pm
by Derek_Stewart
Hi,

I checked out your web link, looks a MSX2 emulator.

To convert it to a QL you need to change the Javascript to interpret Superbasic and change the Javascript 6502 emulation to 68000 emulation.

Is this a hard job, probably...