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

132 Commits

Author SHA1 Message Date
Steven Hugg
a2d818c3e5 removed script platform 2023-11-05 12:16:39 -06:00
Steven Hugg
99f7ff41bb c64: updated music player, sid macros 2023-11-03 15:24:11 -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
cc385b7d98 atari7800: fixed write mode 2023-07-16 21:43:10 -05:00
Steven Hugg
3cea5a7d15 apple2: support shifted characters again 2023-07-13 14:26:38 -05:00
Steven Hugg
b131d29663 7800: tweaks to debug info 2023-07-12 16:37:29 -05:00
Steven Hugg
d4b8473b86 7800: implemented missing gfx modes, color kill, kangaroo mode 2023-07-12 16:21:39 -05:00
Steven Hugg
02834db8a1 atari7800: added 7800.h 2023-07-12 14:08:54 -05:00
Steven Hugg
37633d8875 atari8: fixed bug in debug tree 2023-07-09 23:35:02 -05:00
Steven Hugg
5a93bc8b75 a7800: pia timer, timing changes 2023-07-08 14:57:30 -05:00
Steven Hugg
47cabad5ec atari8: debug tree display list 2023-07-07 23:59:44 -05:00
Steven Hugg
de12d20459 atari7800: debug tree for dlist, fixed dma hole bug 2023-07-06 21:18:00 -05:00
Steven Hugg
5d11dd37df c64: decode SYS value for start addr, fix SYS xxxx kbd sticky issue 2023-05-19 11:27:50 -05:00
Steven Hugg
63d3b88a7a atari8: paddle inputs 2023-02-07 12:30:44 -05:00
Steven Hugg
03eb4f5e6f 7800: fixed vsync bug 2022-10-04 10:33:55 -05:00
Steven Hugg
30e66fa26c sms: fixed npe 2022-10-04 09:51:12 -05:00
Steven Hugg
d9dccb3df6 msx: msx.rom bios supported 2022-09-16 12:34:31 -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
20954fd5ce atari8: fixed help links 2022-09-07 20:38:45 -05:00
Steven Hugg
58e3f3f9fb atari8: fixed rom .extensions, removed wasm 2022-09-06 14:53:45 -05:00
Steven Hugg
3853f9a86a vic20: added cart support, fixed bugs 2022-09-06 14:43:39 -05:00
Steven Hugg
30342d2618 atari8: fixed VSCROL, pokey freq, performance 2022-09-04 18:28:49 -05:00
Steven Hugg
9f1c5377b3 atari8: fixes, xex load from cc65 2022-09-03 16:54:06 -05:00
Steven Hugg
5735135add atari8: wait/dma events, new kbd 2022-09-03 15:28:59 -05:00
Steven Hugg
56e8fca270 atari8: added VDELAY, fixed p-p collisions 2022-09-03 10:50:38 -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
8338c3a3d7 atari8: more fixes, POKEY timers, vscroll, irq flag in 6502 2022-09-01 00:01:35 -05:00
Steven Hugg
586a793df5 atari8: some fixes 2022-08-31 10:07:39 -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
936608d6d5 c64: use light pen registers w/ screen pointer 2022-08-24 20:28:09 -05:00
Steven Hugg
f8985e3858 c64: debug info raster x/y 2022-08-23 17:57:27 -05:00
Steven Hugg
2555798b11 c64/zx/cpc: .wasm uses clock ticks, not msec 2022-08-20 18:15:36 -05:00
Steven Hugg
472b9f952d c64: presets, new vsync 2022-08-20 18:03:54 -05:00
Steven Hugg
340ef9a4bc c64: fixed program start bug 2022-08-14 22:20:52 -05:00
Steven Hugg
9c25eb1fe9 c64: fixed restart bug when kbd stuck 2022-08-11 13:22:56 -05:00
Steven Hugg
9345fad794 c64: presets, reset keyboard 2022-08-08 20:51:00 -05:00
Steven Hugg
59c3b756bd c64: more keys supported 2022-08-07 11:12:13 -05:00
Steven Hugg
42b2ded666 c64: update wasm, debugging 2022-07-29 11:33:54 -05:00
Steven Hugg
c4fcf51e55 c64: fixed zp/stack ram debug 2022-07-26 20:21:07 -05:00
Steven Hugg
b0d4f8f1f5 c64: added sid music/sfx, updated memmap, examples 2022-07-20 13:13:14 -05:00
Steven Hugg
ec089b2d89 vic20: sort of functional (need res/vic20.bios, basic+chars+kernel) 2022-02-23 15:57:27 -06:00
Steven Hugg
4076b742fe
Merge pull request #94 from micahcowan/kbdinput
Grab control-key keyboard input
2022-02-01 11:35:56 -06:00
Micah Cowan
9df41590be apple2: Ctrl+Bksp -> soft RESET 2022-01-28 23:44:03 -08:00