1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-21 21:16:51 +00:00
Commit Graph

1383 Commits

Author SHA1 Message Date
Steven Hugg 73c74c519e vcs: changed .cfg file for TigerVision (3E) mapper
vcs: mappers 3E/3F don't correct bank offsets, so banks must not overlap
ca65: parse .proc symbols
2023-10-27 14:24:21 -05:00
Steven Hugg 2e2996bd73 ca65: fixed listing parsing 2023-10-15 10:28:48 -05:00
Steven Hugg 9e6fc9a0e3 vcs: added prelim cc65 support (using old compiler, new .lib/.h and custom .cfg) 2023-10-13 12:13:09 -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 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 3bacf50409 forgot to upload tools/remote 2023-05-22 11:10:36 -05:00
Steven Hugg ee3ced574b more work on server, listings, platforms 2023-05-19 12:38:28 -05:00
Steven Hugg ba179160d6 started on server 2023-05-19 11:27:50 -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 f30850fdf1 atari-vector: fixed music.c
ui: fixed auto-play
2023-04-24 12:23:05 -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 63d3b88a7a atari8: paddle inputs 2023-02-07 12:30:44 -05:00
Steven Hugg 9d39edf452 atari5200: added menu item, presets 2023-02-06 14:03:25 -05:00
Steven Hugg 2f8a5bee84 github: fixed delete repository 2023-02-06 13:50:31 -05:00
Steven Hugg e724ccb7d2 atari800: music preset; removed twitter link 2023-02-02 14:46:41 -05:00
Steven Hugg 4b88223d04 ui: hide download sym file if not available 2022-10-04 10:58: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 ee91bd6da5 gamegear: fixed symlink so build doesnt fail 2022-10-03 15:00:34 -05:00
Steven Hugg d9dccb3df6 msx: msx.rom bios supported 2022-09-16 12:34:31 -07:00
Steven Hugg 868026c3f9 ui: moved help to main menu, changed showHelp() 2022-09-15 12:03:38 -07:00
Steven Hugg 4164ec1fcb ui: use DOMPurify to sanitize inputs to bootbox 2022-09-13 22:28:26 -05:00
Steven Hugg 6e2b94fb68 vcs: remove ctrl-click break, use CRT view from now on 2022-09-11 19:09:21 -05: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 162113b915 reload debug break state before resuming, fixes frame de-sync problem 2022-09-07 12:23:53 -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 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 586a793df5 atari8: some fixes 2022-08-31 10:07:39 -05:00