-
Notifications
You must be signed in to change notification settings - Fork 68
Home
qurm edited this page Jul 25, 2021
·
3 revisions
Welcome to the jsbeeb wiki!
See the readme for current information https://github.com/mattgodbolt/jsbeeb#readme
jsbeeb - Javascript BBC Micro emulator A BBC Micro emulator in Javascript. Runs on Firefox, Chrome and Microsoft Edge. Emulates a 32K BBC B (with sideways RAM) and a 128K BBC Master. The BBC had a somewhat different-looking keyboard to a modern PC, and so it's useful to know some of the mappings:
Fire up a local webserver and load it up. I use python for this as it has a built-in webserver. So:
$ cd jsbeeb
$ python -m htt.Server
Serving HTTP on :: port 8000 (http://[::]:8000/) ...
Then visit http://localhost:8000/?&about&keyLayout=natural
and off you go.