1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-05-31 13:41:32 +00:00
Commit Graph

121 Commits

Author SHA1 Message Date
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
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
b3b93e150d verilog: 32-bit (FFbbggrr) rgb output, testing w/ Silice 2020-12-28 10:06:50 -06:00
Steven Hugg
244377e2a6 serial test harness, readFile/writeFile, tty save/load state 2020-10-22 12:02:49 -05:00
Steven Hugg
3a4b39b01c first crack at BASIC 2020-08-08 11:00:05 -05:00
Steven Hugg
40af6b2602 removed script platform 2020-08-02 20:06:36 -05:00
Steven Hugg
b344590917 atari8: fastbasic, only int-mode and builds carts right now 2020-07-28 21:01:25 -05:00
Steven Hugg
b78fbe5ac4 atari800xl.mame platform, Alterra ROMs 2020-07-28 18:22:08 -05:00
Steven Hugg
68f19fbf11 tests: createTestDOM() function 2020-07-27 08:20:17 -05:00
Steven Hugg
a5c69fa274 vcs: supercharger export; apple2: merlin32 2020-07-26 11:53:13 -05:00
Steven Hugg
f05fde8f47 zx: added crt0 2020-07-20 12:00:25 -05:00
Steven Hugg
bc58a43473 updates for apple2 spkr accuracy 2020-07-15 15:41:09 -05:00
Steven Hugg
e70b8a9749 tests use WASM if available 2020-07-13 17:36:19 -05:00
Steven Hugg
c76d240a87 x86: fixed yasm listing, font size resize, resize for zmachine too 2020-07-10 13:30:33 -05:00
Steven Hugg
71fa79cec5 working on tree view for state, extra debuginfo 2020-07-08 15:39:54 -05:00
Steven Hugg
741df9f5b8 zmachine experiments 2020-07-07 18:40:03 -05:00
Steven Hugg
9032eaf9b5 fixed ca65 listing line numbers 2020-07-06 11:33:02 -05:00
Steven Hugg
921d2b2253 added ZX Spectrum 48k 2020-07-02 20:24:52 -05:00
Steven Hugg
5a0634ff0d updated README 2020-07-01 22:03:50 -05:00
Steven Hugg
6ff4041251 added xasm6809 USE directive support; atari7800: fixed header 2020-06-30 19:53:23 -05:00
Steven Hugg
0d77912ccc x86: started using v86, freedos, fatfs, yasm, SmallerC 2020-06-15 10:28:02 -05:00
Steven Hugg
74bfb04dd6 cmoc: fixed error msgs, threed.c 2020-06-12 23:00:22 -05:00
Steven Hugg
c1cbb51c71 added P2 gamepad buttons; lwlink parses symbol map 2020-06-09 20:37:29 -05:00
Steven Hugg
01b01b169a vectrex: got xasm and c working 2020-06-09 13:11:37 -05:00
Steven Hugg
f1961bc9bf working on vectrex 2020-06-09 09:16:17 -05:00
Steven Hugg
df92d7b73f new 6809 cmoc compiler 2020-06-08 18:08:18 -05:00
Steven Hugg
60e527287e asset editor: added toolbar 2020-02-05 20:31:24 -06:00
Steven Hugg
eb990dbf1a openRelevantListing() picks listing or source file 2019-12-28 13:50:31 -06:00
Steven Hugg
a05190da44 fixed some worker types 2019-12-27 16:31:24 -06:00
Steven Hugg
7a7c3d7255 fixed williams-z80 import, removed coleco.mame, fixed _MAIN_ presets, xhr ontimeout, update chromedriver 2019-12-27 09:58:46 -06:00
Steven Hugg
d55576be9f multiple -D for cc65 2019-12-18 18:47:40 -06:00
Steven Hugg
4a1ac1bbac c64: more work on WASMMachine; use more await for ui 2019-12-18 16:27:34 -06:00
Steven Hugg
70ed0b1cd7 williams: working on cmoc 2019-12-10 23:12:07 -06:00
Steven Hugg
24f339e522 adding cmoc/lwtools (need to add Module["callMain"]=callMain; to emscripten .js files) 2019-12-10 18:54:21 -06:00
Steven Hugg
f7ade09225 use throw Error() when possible 2019-11-13 14:49:00 -06:00
Steven Hugg
5516ca96b5 refactored into composite typescript project (multiple tsconfig.json files) 2019-10-26 10:38:21 -05:00
Steven Hugg
6753d9bf40 testing scripting platform 2019-09-29 13:53:40 -05:00
Steven Hugg
10f638bc4d Merge branch 'newemu' for new-style emulators in src/machine 2019-09-11 19:03:43 -05:00
Steven Hugg
a58d1d06ed verilog: made $readmem a lot faster 2019-09-04 21:07:05 -04:00
Steven Hugg
96d8953460 verilog: fixed $readmem bug 2019-09-04 21:04:27 -04:00
Steven Hugg
eff53c0d92 verilog: made $readmem a lot faster 2019-08-31 17:17:31 -04:00
Steven Hugg
83f14161e3 verilog: fixed $readmem bug 2019-08-28 22:18:15 -04:00
Steven Hugg
9d6e97749d more tooltips for probe views; removed Event Probe view; fixed NES probe installation 2019-08-27 18:37:24 -04:00
Steven Hugg
ca7d488f1c moved segments into Platform object 2019-08-27 12:20:51 -04:00
Steven Hugg
80c02a98d5 fixed nesasm3 error parsing; started github republish 2019-08-26 17:39:34 -04:00