Skip to content

Commit

Permalink
Bump NPM release, minor doc update.
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyHairy committed Jan 8, 2018
1 parent aa2da05 commit e020cb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc/stellerator_embedded.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "6502.ts",
"version": "0.9.0",
"version": "0.9.1",
"description": "A 6502 emulator written in typescript",
"author": "[email protected]",
"license": "GPL-2.0+",
Expand Down

0 comments on commit e020cb8

Please sign in to comment.