1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-09-27 08:54:48 +00:00
web-based IDE for 8-bit programming and Verilog development
Go to file
2019-03-06 21:33:56 -05:00
bootstrap
cc65
codemirror@4334727f0e updated presets; verilog code dup detect; need to handle local/ include files somehow 2018-07-31 23:03:53 -04:00
css fixed profiler so updates after pause; nes presets; resize windows; dialog for gist share 2019-03-03 22:17:45 -06:00
doc nes: fixed presets, added to platforms menu 2019-03-05 11:26:02 -05:00
emsrc added emscripten build files; coleco presets 2018-11-30 07:10:03 -05:00
FileSaver.js@aa9f4e0e03
gif.js@082076d81c
help/bataribasic batari basic: more examples, more RAM, started syntax highlighting, online help 2018-11-20 20:41:12 -05:00
images more verilog updates 2018-12-15 11:25:22 -05:00
javatari.js@bd17384fd2 finished zmac asm (.z); fixed javatari submodule tag; upgraded tsc 2018-08-28 15:42:56 -04:00
jquery updated to jquery 3.3.1, except for w2ui; markdown tweaks 2018-11-22 07:41:56 -05:00
jsnes started on JSNES support 2018-07-28 09:46:27 -04:00
lib updated node packages 2019-02-15 12:44:22 -05:00
localForage@7428cfc4a6
mame
octokat.js@2cba2d9172
presets updated presets 2019-03-06 21:33:56 -05:00
romsrc/coleco
scripts minor fixes 2019-01-17 13:04:42 -05:00
src nes: updated presets 2019-03-06 15:54:37 -05:00
test fixed callbackGetRemote(); started on profiler 2019-03-03 10:32:25 -06:00
tools fixed tools for python3 2019-01-09 09:51:04 -06:00
tss@5b5ee67fc0 updated presets 2019-03-06 21:33:56 -05:00
_config.yml
.gitignore testplatforms writes PNG files to test/output; fixed astrocade minimal bios 2018-12-01 15:12:05 -05:00
.gitmodules added verilog-vga to platform list; updated tss 2019-01-27 18:52:17 -05:00
.htaccess better error reporting in timer callback; .htaccess for redir.html cache 2018-08-25 21:38:15 -04:00
.travis.yml
demo.html updated demo.html text 2019-02-08 17:49:21 -05:00
embed.html moved code to embedui.ts 2019-02-09 10:26:58 -05:00
favicon.ico
index.html nes: fixed presets, added to platforms menu 2019-03-05 11:26:02 -05:00
javatari
LICENSE
LICENSE.txt sms: better CPU cycle counting 2018-12-01 14:14:09 -05:00
Makefile archive.sh 2018-12-21 15:54:52 -06:00
manifest.json added w3c manifest.json 2018-12-22 08:01:14 -06:00
package-lock.json updated node packages 2019-02-15 12:44:22 -05:00
package.json updated node packages 2019-02-15 12:44:22 -05:00
pixels.html updated to jquery 3.3.1, except for w2ui; markdown tweaks 2018-11-22 07:41:56 -05:00
privacy.html added w3c manifest.json 2018-12-22 08:01:14 -06:00
README.md updated README 2018-12-20 12:09:32 -06:00
redir.html bumped version to 3.3.0 2018-12-21 15:51:09 -06:00
testemu.html updated to jquery 3.3.1, except for w2ui; markdown tweaks 2018-11-22 07:41:56 -05:00
testwave.html added Split for main window 2018-11-24 07:33:34 -05:00
tsconfig.json
verilog.html updated to jquery 3.3.1, except for w2ui; markdown tweaks 2018-11-22 07:41:56 -05:00

8bitworkshop

To build the 8bitworkshop IDE:

git submodule init
git submodule update
npm i
npm run build

Start a web server on http://localhost:8000/ while TypeScript compiles in the background:

make tsweb

Run all the tests:

make test