web-based IDE for 8-bit programming and Verilog development
Go to file
Steven Hugg 9699cea117 refactored vicdual to use BasicZ80ScanlinePlatform, ran tsfmt 2019-05-22 18:03:40 -04:00
FileSaver.js@aa9f4e0e03 download ROM image 2017-02-02 14:11:52 -05:00
bitmap-fonts@6f52a7ca08 move bitmap-fonts and ibmfonts submodules to first level so they copy properly 2019-04-18 18:29:43 -04:00
bootstrap set __lastrepo from repo id; moved to bootbox for some alerts/prompts/confirms 2019-05-12 13:13:00 -04:00
bootstrap-tourist@12ede28478 change from bootstrap-tour to bootstrap-tourist library 2019-05-03 17:56:35 -04:00
cc65 added cc65, asm/link to wasm, new timer funcs 2017-11-07 18:15:29 -05:00
codemirror@4334727f0e updated presets; verilog code dup detect; need to handle local/ include files somehow 2018-07-31 23:03:53 -04:00
css display:flex kills the Books menu, thanks css 2019-05-22 13:08:17 -04:00
doc refactored vicdual to use BasicZ80ScanlinePlatform, ran tsfmt 2019-05-22 18:03:40 -04:00
emsrc new cc65 version; move to WASM 2019-03-14 12:19:55 -04:00
gif.js@082076d81c better video recording (rotate, copy frames); preset updates 2017-06-21 10:32:42 -04:00
help/bataribasic batari basic: more examples, more RAM, started syntax highlighting, online help 2018-11-20 20:41:12 -05:00
ibmfonts@7a9227d430 move bitmap-fonts and ibmfonts submodules to first level so they copy properly 2019-04-18 18:29:43 -04:00
images updated book links, removed some 2019-05-20 17:27:36 -04:00
javatari.js@bd17384fd2 finished zmac asm (.z); fixed javatari submodule tag; upgraded tsc 2018-08-28 15:42:56 -04:00
jquery upgrade to jquery 3.4.1 2019-05-03 09:33:47 -04:00
jsnes@94d4a03bc4 added jsnes to submodules, removed min.js files 2019-04-03 16:40:27 -04:00
lib working on github integration; added nes chase game and support folders/; removed ga() 2019-05-06 18:22:03 -04:00
localForage@7428cfc4a6 use localForage for file store 2018-06-26 02:56:36 -04:00
mame added atari5200 support; fixed NES presets 2018-06-23 18:59:36 -04:00
presets nes: updated comments in presets 2019-05-22 11:45:05 -04:00
romsrc/coleco added CV alt. rom to romsrc/ 2017-11-10 11:16:28 -05:00
scripts removed port from scripts 2019-05-18 15:58:36 -04:00
src refactored vicdual to use BasicZ80ScanlinePlatform, ran tsfmt 2019-05-22 18:03:40 -04:00
test support ;#define CFGFILE and ;#define LIBARGS for non-C ca65 programs 2019-05-21 21:56:00 -04:00
tools more control instructions fade in/out; flexbox, focus ring for emulator 2019-05-18 15:25:58 -04:00
tss@5b5ee67fc0 will load bios on startup from binary file "local/<platformid>.rom" 2019-05-08 00:02:42 -04:00
.gitattributes added //#resource "file.bin" 2019-04-24 15:29:16 -04:00
.gitignore testplatforms writes PNG files to test/output; fixed astrocade minimal bios 2018-12-01 15:12:05 -05:00
.gitmodules working on github integration; added nes chase game and support folders/; removed ga() 2019-05-06 18:22:03 -04:00
.travis.yml converting some stuff to TypeScript (make tsweb) 2018-07-05 21:23:08 -05:00
LICENSE Initial commit 2016-12-15 19:56:58 -05:00
LICENSE.txt sms: better CPU cycle counting 2018-12-01 14:14:09 -05:00
Makefile nes updates; new build script; fixed kbd shortcuts 2019-04-06 10:53:02 -04:00
README.md updated license 2019-05-20 11:38:27 -04:00
_config.yml Set theme jekyll-theme-cayman 2018-03-01 10:50:56 -06:00
embed.html fixed embed.html flexbox 2019-05-21 16:49:48 -04:00
favicon.ico no splash screen when sharekey present 2017-04-28 08:32:05 -04:00
index.html github: message after signing in, let login errors propogate, added Log Out 2019-05-22 15:26:36 -04:00
javatari initial commit 2016-12-15 20:21:51 -05:00
manifest.json added w3c manifest.json 2018-12-22 08:01:14 -06:00
package-lock.json set __lastrepo from repo id; moved to bootbox for some alerts/prompts/confirms 2019-05-12 13:13:00 -04:00
package.json refactored vicdual to use BasicZ80ScanlinePlatform, ran tsfmt 2019-05-22 18:03:40 -04:00
testemu.html generate z80 cpu on demand like we used to, fix test b/c global.z80 is global 2019-05-17 00:09:43 -04:00
testwave.html upgrade to jquery 3.4.1 2019-05-03 09:33:47 -04:00
tsconfig.json don't use WASM for Node tests until we get memory errors fixed 2018-07-10 18:02:29 -05:00
tsfmt.json refactored vicdual to use BasicZ80ScanlinePlatform, ran tsfmt 2019-05-22 18:03:40 -04:00

README.md

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

License

The 8bitworkshop IDE is licensed under GPLv3 (see LICENSE).

Dependencies retain their original licenses.

All included code samples (presets/*) are licensed under CC0-1.0: https://creativecommons.org/publicdomain/zero/1.0/