Commit Graph

1126 Commits

Author SHA1 Message Date
Steven Hugg 5b7e0a6330 vcs: fixed instant replay, KIL ($02) instruction 2021-04-19 11:47:04 -05:00
Steven Hugg 8af418fca4 dasm: better error matching, count cycles in scanlineIO view 2021-04-15 12:58:48 -05:00
Steven Hugg d97b0eb1c5 dasm: fixed macro line parsing, breakpoints 2021-04-08 10:58:02 -05:00
Steven Hugg 4ccf588c80 updated firebase, refactored ProjectFilesystem 2021-04-07 15:56:39 -05:00
Steven Hugg a63b1230a7 Merge branch 'master' of github.com:sehugg/8bitworkshop 2021-04-06 12:04:43 -05:00
Steven Hugg ed5dbed871 ProjectFilesystem class 2021-04-06 11:37:41 -05:00
Steven Hugg 8afad5571b vcs: scanline view, fixed analysis with jsr 2021-04-05 18:09:50 -05:00
Steven Hugg c5ccd4ff48 pixel editor: reindex for vcs playfields, fixed ca65 stuff 2021-03-30 15:49:09 -05:00
Steven Hugg 64fcbdc9d5 vcs: ca65 support, fixed segment offset parsing in listing 2021-03-28 14:23:02 -05:00
Steven Hugg 4addfe7ae2 wiz: use wla debug format, syntax highlighter 2021-03-04 13:43:53 -06:00
Steven Hugg 5ee1c7e8a3 initial wiz support (vcs and nes) 2021-03-04 08:49:48 -06:00
Steven Hugg f3ed9191ee got rid of blank error msg when program halts normally 2021-03-02 15:51:27 -06:00
Steven Hugg d3cac31c2f updated archive.sh script 2021-02-21 13:31:24 -06:00
Steven Hugg cd10deafc2 fixed github import bug 2021-01-14 15:43:22 -06:00
Steven Hugg f75141be30 embed: fixed saveAs 2021-01-09 15:33:12 -06:00
Steven Hugg 2bb5e3d27e fix for github branch names 2021-01-05 13:19:47 -06:00
Steven Hugg b3b93e150d verilog: 32-bit (FFbbggrr) rgb output, testing w/ Silice 2020-12-28 10:06:50 -06:00
Steven Hugg 1d952ad63b fixed electron.diff 2020-12-08 11:58:40 -06:00
Steven Hugg 74ab935e1b forgot gif.js in dist 2020-12-08 10:32:46 -06:00
Steven Hugg fc05a6eaec npm upgrade 2020-12-08 08:45:48 -06:00
Steven Hugg 418a612810 updated sentry 2020-11-02 22:24:50 -06:00
Steven Hugg 9bc9992aec embed splits, ui tweaks 2020-10-26 13:36:38 -05:00
Steven Hugg 0e4ed8ce21 haltEmulation() instead of EmuHalt 2020-10-23 19:35:08 -05:00
Steven Hugg 244377e2a6 serial test harness, readFile/writeFile, tty save/load state 2020-10-22 12:02:49 -05:00
Steven Hugg d482145319 setCompileOutput always called; devel-6502 platform 2020-10-16 06:14:40 -05:00
Steven Hugg 67bf6c7310 embed mode hides line numbers 2020-10-14 22:16:55 -05:00
Steven Hugg 0600ab3b9f file#_post: ignore/force params 2020-10-14 17:33:15 -05:00
Steven Hugg e475dfe38e FastBasic: updated to 4.4 2020-10-08 16:43:28 -05:00
Steven Hugg 0f8beea1b3 updated sentry.io, removed defer tag 2020-10-08 11:19:50 -05:00
Steven Hugg bf6e399ce9 vcs: resize screen 2020-10-07 19:11:00 -05:00
Steven Hugg 3041b08ae0 isMobileDevice shrinks gutters 2020-10-07 13:04:17 -05:00
Steven Hugg e81f6989ce fixed from https://forums.nesdev.com/viewtopic.php?f=2&t=19686#p257380 2020-10-06 14:03:42 -05:00
Steven Hugg 3e37d9caf6 npm upgrade 2020-10-06 10:46:23 -05:00
Steven Hugg bf5248685f verilog: hide controls when no crt 2020-09-23 12:00:47 -05:00
Steven Hugg ae31f8308f verilog: black border around values in scope, allow zoom out to 1/16 scale 2020-09-17 20:18:43 -05:00
Steven Hugg 11bdd3cf63 CYCLES_PER_FILL 2020-09-16 22:12:21 -05:00
Steven Hugg 6134f90b13 embed=1, fixed top bar styles 2020-09-11 14:36:31 -05:00
Steven Hugg 02d189b1d9 persist msg 2020-09-10 18:16:26 -05:00
Steven Hugg 8eaed111e4 fixed viewport in index and embed 2020-09-08 17:47:14 -05:00
Steven Hugg 37dffb0ad6 get rid of empty toolbars; electron: detect binary files 2020-09-02 13:37:28 -05:00
Steven Hugg ba73c5f569 electron: sync w/ filesystem, no more replaceSelection() 2020-08-29 20:37:34 -05:00
Steven Hugg 8b801e39df electron: open workspace w/ metadata file, write files 2020-08-29 20:37:34 -05:00
Steven Hugg 13a4570745 fixed null err msg during exception, basic: multiline if/else/then, MOD, SUB, CALL, newLocalScope() 2020-08-29 20:37:34 -05:00
Steven Hugg edb8a58aab
Merge pull request #47 from oliverschmidt/patch-1
Fix cc65 URL
2020-08-25 19:38:37 -05:00
Oliver Schmidt 33c6b74138
Fix cc65 URL
On https://github.com/sehugg/awesome-8bitgamedev#compilers there's the correct URL, but here's still the 7 years old one.
2020-08-24 18:46:43 +02:00
Steven Hugg 36cfafcbf9 restartAtPC(), debug info 2020-08-24 09:47:20 -05:00
Steven Hugg 9e48b7f973 basic: WHILE start/end, fixed OPTION boolean, CONVERT, more type checking, set $loc offset, OPTION parsing 2020-08-23 13:02:13 -05:00
Steven Hugg b2df149fb3 basic: fixed css, star trader fixes 2020-08-21 21:28:00 -05:00
Steven Hugg eeae662e6b basic: added ENTER elapsed time 2020-08-20 22:59:23 -05:00
Steven Hugg 7d806850ee basic: added scope start/end index, use for IF/ELSE and to skip FOR 2020-08-20 21:51:01 -05:00