1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-19 08:27:40 +00:00
Commit Graph

768 Commits

Author SHA1 Message Date
Steven Hugg 313dc2f863 probe shows values; click gutter to run to cursor 2020-01-04 18:17:58 -06:00
Steven Hugg 0e91abe6bb working on new textual probe view 2020-01-04 15:33:58 -06:00
Steven Hugg 6ddcfb1d1d runToVsync() keeps probe output for last frame (on Machine platforms only) 2020-01-04 14:06:58 -06:00
Steven Hugg 7357063b72 minor fixes 2020-01-01 13:22:57 -06:00
Steven Hugg 96bdc184d8 nes/vcs: fix crash if click disassembler before rom loads 2019-12-29 15:13:19 -06:00
Steven Hugg eb990dbf1a openRelevantListing() picks listing or source file 2019-12-28 13:50:31 -06:00
Steven Hugg 2d921e68e6 state.mem for c64 2019-12-28 11:13:36 -06:00
Steven Hugg e1b19b8119 initial swag at openRelevantListing(), still needs work on cc65 2019-12-27 20:53:44 -06:00
Steven Hugg a05190da44 fixed some worker types 2019-12-27 16:31:24 -06:00
Steven Hugg 59608b3a29 astrocade: fixed audio 2019-12-27 14:33:38 -06:00
Steven Hugg 5c4b2b0ca4 openRelevantListing() not ready until listings are fixed, "folder/file.ext" normalized 2019-12-27 13:19:11 -06:00
Steven Hugg acc05564a1 fixed typescript 'finally' error 2019-12-27 12:13:30 -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 363fbee4a9 npm update 2019-12-21 23:50:51 -06:00
Steven Hugg 39dad45b47 added back installErrorHandler 2019-12-21 13:50:21 -06:00
Steven Hugg f9392c5a96 c64: updated filesystem, presets, load/save 2019-12-21 11:54:26 -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 7d6e910e57 c64: started WASM implementation from https://github.com/sehugg/chips
use async functions in startUI()
2019-12-17 20:28:06 -06:00
Steven Hugg 7910f7ad4c updated presets 2019-12-15 21:19:15 -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 9a90db556d williams: fixed step() 2019-12-07 15:19:24 -06:00
Steven Hugg b95bdfc7e7 astrocade: added wait states 2019-12-03 01:47:37 -06:00
Steven Hugg 551c6fb340 fixed embed with machine/ platforms 2019-12-01 13:49:29 -06:00
Steven Hugg cc0cb584a8 added message when emulation stopped (EmuHalt) 2019-12-01 11:58:01 -06:00
Steven Hugg 0cc5f0fb7b fixed NES infinite loop 2019-11-17 10:48:08 -06:00
Steven Hugg d16f87b990 fixed waveform bug; added VL_DIVS_III 2019-11-13 19:51:09 -06:00
Steven Hugg f7ade09225 use throw Error() when possible 2019-11-13 14:49:00 -06:00
Steven Hugg e97123bfae added coleco.mame to menu; filter breadcrumbs 2019-11-12 18:45:02 -06:00
Steven Hugg 92f246edd0 fixed https://github.com/sehugg/8bitworkshop/issues/15 2019-11-11 18:00:58 -06:00
Steven Hugg eabcd5e8b0 better hasLocalStorage detection; removed legacy VCS localStorage conversion 2019-11-11 17:43:00 -06:00
Steven Hugg ec6ce6b448 minor fixes 2019-11-10 09:37:48 -06:00
Steven Hugg 41fc5f9e9a added Sentry link 2019-11-09 11:02:33 -06:00
Steven Hugg 5516ca96b5 refactored into composite typescript project (multiple tsconfig.json files) 2019-10-26 10:38:21 -05:00
Steven Hugg 702e19c25d atari7800: added presets 2019-10-20 11:55:18 -05:00
Steven Hugg 05f4d43d1e try to fix upload bug, retired TODOs, fixed tests for new node 2019-10-20 10:15:29 -05:00
Steven Hugg d73e9963ce working on call graph view 2019-10-18 22:24:13 -05:00
Steven Hugg 6731231b23 removed old profiler 2019-09-30 20:46:56 -05:00
Steven Hugg 2a41b6b1a1 check for saveState() on MAME 2019-09-30 08:26:05 -05:00
Steven Hugg 6753d9bf40 testing scripting platform 2019-09-29 13:53:40 -05:00
Steven Hugg a9736e18cf ui: memory map click updates nav bar, started on open relevant source file 2019-09-29 08:38:51 -05:00
Steven Hugg c3c91c0908 attempt to fix typescript build 2019-09-27 20:50:41 -05:00
Steven Hugg 34d1885851 apple2: load/save slots; fixed printFlags() 2019-09-17 08:17:37 -05:00
Steven Hugg 3faae474ee fixing disasm cursor jumping 2019-09-16 19:04:14 -05:00
Steven Hugg f31e2568f6 apple2: use base64 appleiigo; disk II; fixed colors 2019-09-14 21:05:09 -05:00
Steven Hugg 26f1de040e fixed runToVsync() 2019-09-12 20:29:48 -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 86e2866660 atari7800: display list, new memory map, logIllegal() 2019-09-11 14:15:31 -05:00
Steven Hugg 818386a5d2 prevent backspace key from leaving browser page 2019-09-08 18:59:08 -05:00