mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-15 14:07:16 +00:00
2.0 KiB
2.0 KiB
The latest release is online at http://8bitworkshop.com/
Install
To build the 8bitworkshop IDE:
git submodule init
git submodule update
npm i
npm run build
Usage
Start a web server on http://localhost:8000/ while TypeScript compiles in the background:
make tsweb
Run Tests
npm test
License
Copyright © 2019 Steven Hugg.
This project is GPL-3.0 licensed.
Dependencies retain their original licenses.
All included code samples (all files under the presets/ directory) are licensed under CC0 unless otherwise licensed.
Dependencies
The IDE uses custom forks for many of these, found at https://github.com/sehugg?tab=repositories
Emulators
- https://javatari.org/
- https://jsnes.org/
- https://www.mamedev.org/
- https://github.com/floooh/chips
- https://github.com/DrGoldfire/Z80.js
- http://www.twitchasylum.com/jsvecx/
- https://github.com/curiousdannii/ifvms.js/
Compilers
- https://www.cc65.org/
- http://sdcc.sourceforge.net/
- http://perso.b2b2c.ca/~sarrazip/dev/cmoc.html
- https://github.com/batari-Basic/batari-Basic
- https://www.veripool.org/wiki/verilator
- http://mcpp.sourceforge.net/
- http://www.ifarchive.org/indexes/if-archiveXinfocomXcompilersXinform6.html
Assemblers/Linkers
- https://dasm-assembler.github.io/
- http://atjs.mbnet.fi/mc6809/Assembler/xasm-990104.tar.gz
- http://48k.ca/zmac.html
Dev Kits / Libraries
- https://shiru.untergrund.net/code.shtml
- http://www.colecovision.eu/ColecoVision/development/libcv.shtml
- https://github.com/toyoshim/tss