diff --git a/doc/stellerator_embedded.md b/doc/stellerator_embedded.md index 09bc377f..287293b6 100644 --- a/doc/stellerator_embedded.md +++ b/doc/stellerator_embedded.md @@ -15,6 +15,9 @@ You can find a example of the embedded emulator The source code is available in the 6502.ts repository on GitHub [here](https://github.com/6502ts/6502.ts/blob/master/web/stellerator_embedded_demo.html). +The example exposes the Stellerator instance (see below) as `window.stellerator`, so +you can access and explore it in the developer console. + # Overview Stellerator consists of two parts: a frontend that renders the emulation output and diff --git a/package.json b/package.json index 1586be6e..d139678c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "6502.ts", - "version": "0.9.0", + "version": "0.9.1", "description": "A 6502 emulator written in typescript", "author": "cnspeckn@googlemail.com", "license": "GPL-2.0+",