1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-23 12:29:30 +00:00
Commit Graph

256 Commits

Author SHA1 Message Date
Steven Hugg
0cb8ea7661 setMainFile() starts 1st build; multiple listing files for DASM includes; updated tests 2018-08-04 11:29:47 -04:00
Steven Hugg
cfb5f7f59d distinction between include and link dependencies 2018-08-03 14:06:40 -04:00
Steven Hugg
7880602e81 nes runToVsync; debug info changes 2018-08-03 12:18:08 -04:00
Steven Hugg
108dedd909 don't replace existing gutter markers for performance (avoid forced layout reflow) 2018-08-02 15:58:43 -04:00
Steven Hugg
2e4178ffb2 moveCursor flag for view refresh() 2018-08-02 15:04:34 -04:00
Steven Hugg
346332104e removed Javatari dependency on getOpcodeMetadata 2018-08-02 11:00:47 -04:00
Steven Hugg
318c4d8413 fixed verilog scope updating when clicked 2018-08-01 15:12:08 -04:00
Steven Hugg
2dbc60aa2e updated presets; verilog code dup detect; need to handle local/ include files somehow 2018-07-31 23:03:53 -04:00
Steven Hugg
09ddea880b now support "hex" asm statements in bitmap editor 2018-07-30 22:46:03 -04:00
Steven Hugg
6490a49a85 updated NES debug info 2018-07-30 11:51:57 -04:00
Steven Hugg
5836b5abb4 fixed re bug for firefox; removed phantomjs 2018-07-29 22:42:45 -04:00
Steven Hugg
0b2e6e4e65 multiple tabs for debug info window 2018-07-29 20:39:40 -04:00
Steven Hugg
8cb3c0a0dc added nes rle preset 2018-07-29 15:57:51 -04:00
Steven Hugg
b321bd808f updated nes presets 2018-07-28 11:01:38 -04:00
Steven Hugg
aa1d303000 started on JSNES support 2018-07-28 09:46:27 -04:00
Steven Hugg
0e807690e8 expand error line widgets on mouse over 2018-07-26 21:44:10 -04:00
Steven Hugg
5756f3b467 embedlines for errors; demo.html 2018-07-26 11:34:03 -04:00
Steven Hugg
2759db6920 added tooltips back to errors; intermediate status 2018-07-25 13:36:02 -04:00
Steven Hugg
6e5005f613 look in cache first, fetch local/ verilog includes too; apple2 reset; platform checkmark 2018-07-25 13:02:44 -04:00
Steven Hugg
4ea23e21f2 fixed verilog local paths 2018-07-22 22:26:03 -04:00
Steven Hugg
d5a146bf71 update lsfr preset; filter verilog boring errors 2018-07-21 09:34:06 -05:00
Steven Hugg
9938a17093 moved to error line widgets 2018-07-20 16:40:38 -05:00
Steven Hugg
341fc8aaa5 updated CodeMirror to 5.37.0 (use minified version) 2018-07-20 16:12:24 -05:00
Steven Hugg
2fce80bc9d fixed asmlines in inline asm; reset h/vpaddle on vsync; fixed framebuffer.v 2018-07-17 22:17:01 -05:00
Steven Hugg
12ad4648dc added checkmarks to window list; fixed test 2018-07-14 15:19:58 -05:00
Steven Hugg
8cfc15ecb7 ok i think i broke and fixed verilog again 2018-07-14 14:58:16 -05:00
Steven Hugg
9c6b2c378d fixed verilog scope turning black 2018-07-13 14:59:28 -05:00
Steven Hugg
d35a328246 fixed verilog inline asm 2018-07-12 06:50:40 -05:00
Steven Hugg
878c61c9bf moved base 6502/z80 platforms to .ts; mocha 5.2.0 2018-07-11 10:52:24 -05:00
Steven Hugg
2759acd958 converted some worker helper files to .ts (loadGen) 2018-07-10 23:04:28 -05:00
Steven Hugg
a8c1ead244 more modules to typescript 2018-07-10 19:58:46 -05:00
Steven Hugg
65210b39b8 don't use WASM for Node tests until we get memory errors fixed 2018-07-10 18:02:29 -05:00
Steven Hugg
a208f19efe WebAssembly module caching 2018-07-09 23:44:17 -05:00
Steven Hugg
bbe665bb03 fixed verilog tests 2018-07-09 21:00:05 -05:00
Steven Hugg
d6a702b929 fixed test, verilog; updated slip counter preset 2018-07-09 20:46:45 -05:00
Steven Hugg
82f01b3fcd moved some types to workertypes.ts 2018-07-08 09:07:19 -05:00
Steven Hugg
1e7e7feae5 moved types to baseplatform.ts 2018-07-07 23:58:11 -05:00
Steven Hugg
1c9817d155 convert more files to typescript 2018-07-07 23:28:01 -05:00
Steven Hugg
a66c889412 more typescript conversion 2018-07-07 21:42:09 -05:00
Steven Hugg
23557640b4 all debug buttons now have state colors 2018-07-07 09:17:16 -05:00
Steven Hugg
3221d43cdc cache result of failed web load; fixed tour 2018-07-06 21:39:49 -05:00
Steven Hugg
dc40d1b040 fixed bug where errors pile up 2018-07-06 09:27:19 -05:00
Steven Hugg
a518f0f2ad added typescript to dev deps 2018-07-05 21:37:19 -05:00
Steven Hugg
62f5303107 converting some stuff to TypeScript (make tsweb) 2018-07-05 21:23:08 -05:00
Steven Hugg
4bb460a79b fixed trace timing and bitmap editor 2018-07-04 09:54:36 -06:00
Steven Hugg
5c1fdbf832 UI no longer compares output with previous; worker handles it 2018-07-03 21:30:18 -06:00
Steven Hugg
ed46bb3665 ListingView 2018-07-03 19:09:58 -06:00
Steven Hugg
2567699230 put back special verilog msg format 2018-07-03 08:45:41 -06:00
Steven Hugg
1222077ed0 removed getActiveEditor(), global sourcefile/assemblyfile (needs work) 2018-07-03 08:27:07 -06:00
Steven Hugg
a94156d7cd fixed test 2018-07-03 07:33:52 -06:00