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

313 Commits

Author SHA1 Message Date
Steven Hugg
43d844fa79 cleaned up Memory Map view
apple2: no logIOWrite for reads
2023-11-25 12:33:08 -06:00
Steven Hugg
c189875be3 apple2: AppleSingle header for CC65 by default, try to parse 4-byte DOS headers 2023-11-22 21:43:30 -06:00
Steven Hugg
8091985fde wasi: working on shim 2023-11-20 13:45:22 -06:00
Steven Hugg
73c7ac5941 added category field to presets 2023-11-16 13:40:23 -06:00
Steven Hugg
a252ea65bd vic20: default tiny bios 2023-11-13 22:35:49 -06:00
Steven Hugg
1c0b3e2fdd vcs: fixed test with null Context2D 2023-11-13 16:10:07 -06:00
Steven Hugg
44271fe9b8 added acme assembler
vcslib: increased # of lines in kernel
2023-11-13 12:37:38 -06:00
Steven Hugg
f6452a719f c64: update presets, refactor analysis 2023-11-11 22:01:39 -06:00
Steven Hugg
de6250b0cd show raster x/y crosshair when stopped (getRasterCanvasPosition) 2023-11-10 12:56:16 -06:00
Steven Hugg
c6345ec728 server: updated parsing, flags 2023-11-09 10:10:45 -06:00
Steven Hugg
d31a8c4efe tweaks to analysis, fixed verilog ball reset bug 2023-11-06 14:10:18 -06:00
Steven Hugg
3a08c24869 EmuHalt is squelched
nes: fixed loadState() npe
2023-11-05 21:27:27 -06:00
Steven Hugg
fe6a8a6514 tool container setup 2023-11-05 14:43:54 -06:00
Steven Hugg
a2d818c3e5 removed script platform 2023-11-05 12:16:39 -06:00
Steven Hugg
fbd9089a8d updated nightwatch tests 2023-11-05 12:12:14 -06:00
Steven Hugg
2de919a225 hacked in "incbin" for C files, c64 lz4 example 2023-11-03 11:02:04 -05:00
Steven Hugg
483675fded c64: .tap export 2023-11-01 16:48:19 -05:00
Steven Hugg
69600744df pce: optimizations, 32KB carts 2023-10-31 20:43:10 -05:00
Steven Hugg
64f27879d7 multiple controllers no longer interfere 2023-10-31 11:25:45 -05:00
Steven Hugg
d5460c991f ecs: C export if no system instances 2023-10-27 16:42:34 -05:00
Steven Hugg
0bf41a39c7 fixes for updated typescript 2023-09-12 21:57:08 -05:00
Steven Hugg
f4d9124102 removed BaseWASIMachine, fixed wiz compile bug 2023-08-31 12:00:36 -05:00
Steven Hugg
3dba86c75d add d-pad switches to game controller
mapped some 2-button controllers to Z and X also
2023-08-01 13:53:26 -05:00
Steven Hugg
3cea5a7d15 apple2: support shifted characters again 2023-07-13 14:26:38 -05:00
Steven Hugg
b707c5bf09 6502: fixed OPS_6502 stats as per https://github.com/TomHarte/ProcessorTests 2023-03-15 11:50:20 -05:00
Steven Hugg
232c027445 npm update 2023-02-15 17:24:09 -05:00
Steven Hugg
868026c3f9 ui: moved help to main menu, changed showHelp() 2022-09-15 12:03:38 -07:00
Steven Hugg
3018ddf27a verilog, apple2: don't use KeyPress event anymore, use KeyDown/KeyUp 2022-09-11 18:24:32 -05:00
Steven Hugg
162113b915 reload debug break state before resuming, fixes frame de-sync problem 2022-09-07 12:23:53 -05:00
Steven Hugg
30342d2618 atari8: fixed VSCROL, pokey freq, performance 2022-09-04 18:28:49 -05:00
Steven Hugg
5735135add atari8: wait/dma events, new kbd 2022-09-03 15:28:59 -05:00
Steven Hugg
afe73e23e3 ui: moved Toolbar to ide/ 2022-09-03 10:24:33 -05:00
Steven Hugg
33b2e92396 atari8: fixes, faked .xex loading 2022-09-02 22:19:24 -05:00
Steven Hugg
c572834c8c atari8: fixes, tests 2022-09-01 17:23:16 -05:00
Steven Hugg
363691b964 debug: click to breakpoint in probe views 2022-09-01 13:43:09 -05:00
Steven Hugg
02cb20ec87 moved ProbeRecorder to own module 2022-09-01 10:19:20 -05:00
Steven Hugg
8338c3a3d7 atari8: more fixes, POKEY timers, vscroll, irq flag in 6502 2022-09-01 00:01:35 -05:00
Steven Hugg
a86e554336 Merge branch 2022-08-30 19:50:37 -05:00
Steven Hugg
ed7758d7e0 atari8: started on js platform 2022-08-30 19:37:30 -05:00
Steven Hugg
8ff713a910 Merge branch 'master' into c64book 2022-08-28 23:11:17 -05:00
Steven Hugg
e4af92927d sms: added game gear 2022-08-28 22:19:27 -05:00
Steven Hugg
51b6f0025c williams: started porting to Machine 2022-08-28 18:28:35 -05:00
Steven Hugg
472b9f952d c64: presets, new vsync 2022-08-20 18:03:54 -05:00
Steven Hugg
50cac5afd4 debugger: made debug views "sticky" but not listings or certain debug commands 2022-08-10 17:22:29 -05:00
Steven Hugg
59c3b756bd c64: more keys supported 2022-08-07 11:12:13 -05:00
Steven Hugg
a173597bda nes: download Mesen symbol file (contrib from NotExactlySiev) 2022-07-29 18:24:30 -05:00
Steven Hugg
3766576bae z80: fixed bug in "add iy,sp" 2022-07-13 15:04:25 -05:00
Steven Hugg
fa09db6026 Merge branch 'ecs' 2022-06-30 13:31:29 -05:00
Steven Hugg
b284fc694d fixed tests, removed listings from parseCA65Listing 2022-06-22 12:22:47 -05:00
Steven Hugg
e09f115084 ecs: refactored working and index register sets 2022-02-27 19:24:24 -06:00