https://github.com/jsdf/pcejs-embed
easily embed a pcejs emulator anywhere
https://github.com/jsdf/pcejs-embed
Last synced: 20 days ago
JSON representation
easily embed a pcejs emulator anywhere
- Host: GitHub
- URL: https://github.com/jsdf/pcejs-embed
- Owner: jsdf
- Created: 2015-02-25T13:38:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-09T03:24:14.000Z (about 11 years ago)
- Last Synced: 2026-03-25T21:00:33.509Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 164 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pcejs-embed
A web-based tool for generating an embeddable [PCEJS](https://github.com/jsdf/pce) emulator, with your own custom disks.
## instructions
```bash
# build app JS bundles
npm install
npm run build
# install emulator files and default system disk image
cd lib/
curl -O http://jamesfriend.com.au/pce-js/dist/macplus-system.zip
unzip macplus-system.zip
# grab the extension rom file from the npm package
cp ../node_modules/pcejs-macplus/macplus-pcex.rom ./macplus-pcex.rom
# serve up the lib/ directory
npm install -g http-server
http-server ./ # lib/
open http://localhost:8080/editor.html
```
Add some disk images:

Use generated Embed Url to add emulator with disk images to your website. For example:
```html
```
Enjoy
