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

838 Commits

Author SHA1 Message Date
Steven Hugg
7a75e971c5 logInterrupt() calls added 2019-08-27 21:19:38 -04:00
Steven Hugg
4a49df6f3e audio: clear buffers when stopping in case browser keeps playing anyway 2019-08-27 21:12:53 -04:00
Steven Hugg
ceea8f292b alert when file not found, except for Create New File 2019-08-27 20:55:37 -04:00
Steven Hugg
c655628f37 fixed isProbablyBinary() on github import 2019-08-27 19:27:29 -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
236c4bd0dd 7800: TIA/RIOT wastes a cycle; fixed NES probe; messed with views 2019-08-27 13:51:25 -04:00
Steven Hugg
ca7d488f1c moved segments into Platform object 2019-08-27 12:20:51 -04:00
Steven Hugg
4301764154 probe view: added tooltip 2019-08-27 11:51:37 -04:00
Steven Hugg
00b91acae3 runToVsync() 2019-08-27 00:05:22 -04:00
Steven Hugg
657303a1f6 probe VRAM 2019-08-26 23:25:30 -04:00
Steven Hugg
df7cff3693 astrocade: added -bios -arcade 2019-08-26 22:42:14 -04:00
Steven Hugg
10828d297d nes: started Probe support 2019-08-26 21:01:36 -04:00
Steven Hugg
2d8d2b91eb atari7800: probe DMA bus 2019-08-26 19:05:00 -04:00
Steven Hugg
7f37644fc6 merged all debug stuff into BaseDebugPlatform 2019-08-26 18:52:33 -04:00
Steven Hugg
80c02a98d5 fixed nesasm3 error parsing; started github republish 2019-08-26 17:39:34 -04:00
Steven Hugg
95b5e797bc messing with probe views 2019-08-26 15:22:59 -04:00
Steven Hugg
108d1ca292 vcs: fixed readAddress() bug 2019-08-26 14:09:42 -04:00
Steven Hugg
0bcd828670 added key handler to base machine 2019-08-26 14:01:16 -04:00
Steven Hugg
33a0e9ed57 refactored astrocade; added paddles, still need to simulate bus contention, bios platform 2019-08-26 12:59:20 -04:00
Steven Hugg
f32009ca0b log clocks at start of scanline; added everything to Platforms menu 2019-08-25 21:27:58 -04:00
Steven Hugg
d8421fee7f converted everything to new Z80, debugging broken 2019-08-25 16:39:12 -04:00
Steven Hugg
3b4d2b5f82 fixed SMS memory map 2019-08-25 15:21:57 -04:00
Steven Hugg
5323862172 use Z80 emulation from https://github.com/DrGoldfire/Z80.js for better performance 2019-08-25 15:12:56 -04:00
Steven Hugg
ecd7f364a6 added SMS 2019-08-25 13:19:58 -04:00
Steven Hugg
e87cb2bef1 added MSX 2019-08-25 12:38:22 -04:00
Steven Hugg
67c1223dbf added coleco machine, base VDP 2019-08-25 12:15:22 -04:00
Steven Hugg
dba3060535 messing with heat maps 2019-08-25 11:03:39 -04:00
Steven Hugg
768253751a cleaned up atari7800 platform (still have to log DMA via bus) 2019-08-25 09:59:55 -04:00
Steven Hugg
43f65b99ae cleaned up galaxian platform 2019-08-24 21:11:38 -04:00
Steven Hugg
698d0c616c renamed noise() to xorshift32() 2019-08-24 20:53:57 -04:00
Steven Hugg
ca0e81c07f mw8080bw: moved to machine/; coalesce clocks 2019-08-24 19:01:44 -04:00
Steven Hugg
218fddeaac experimenting with probe visualizations 2019-08-24 18:18:32 -04:00
Steven Hugg
37c7ba8eb2 bring in the logic probe; fixed z80 debugger; moved apple2 to BasicScanlinePlatform 2019-08-24 16:49:56 -04:00
Steven Hugg
d4873545b2 audio: remove dc bias 2019-08-24 10:56:33 -04:00
Steven Hugg
dd070f71fc vicdual conversion to BasicScanlineMachine 2019-08-24 10:35:33 -04:00
Steven Hugg
9c1736b506 Z80 machine; SavesInputState/AcceptsKeyInput 2019-08-23 21:08:43 -04:00
Steven Hugg
10a0d98f23 ControllerPoller uses default list of keys; fixed pokey 2019-08-23 18:38:30 -04:00
Steven Hugg
c422de0571 vlist.ts 2019-08-23 18:18:03 -04:00
Steven Hugg
49309feffc added Atari 7800 new style, load machine/<platform_id>.js optionally 2019-08-23 17:48:19 -04:00
Steven Hugg
20bc3620ac made BaseMachinePlatform, test with NewApple2Platform (work on debugging) 2019-08-23 13:03:01 -04:00
Steven Hugg
30db326f57 ZilogZ80 class; fixed test 2019-08-23 09:21:24 -04:00
Steven Hugg
52783cffe7 moved nemu to devices.ts, new folder structure 2019-08-22 21:31:56 -04:00
Steven Hugg
773f9a4a91 worker: cache extra files 2019-08-22 21:19:25 -04:00
Steven Hugg
4139a014b0 minor changes 2019-08-22 19:36:39 -04:00
Steven Hugg
385f64bc50 Merge branch 'master' into newemu 2019-08-22 19:33:20 -04:00
Steven Hugg
2ae1232e61 nemu: added audio, started on debugging 2019-08-22 18:08:43 -04:00
Steven Hugg
3cedbbbbd3 tour tweaks 2019-08-22 13:40:53 -04:00
Steven Hugg
67e57e0c67 mame: removed broken debugging support for now 2019-08-22 13:32:53 -04:00
Steven Hugg
c131cc1169 ui: handle unresolved promise errors 2019-08-22 13:14:35 -04:00
Steven Hugg
84a6c6ff61 github: check repo existence before importing 2019-08-22 12:46:16 -04:00
Steven Hugg
3a2df124eb better fix for VCS audio autostart 2019-08-22 12:20:47 -04:00
Steven Hugg
9b65e79968 better workaround for autoplay audio in SampleAudio 2019-08-22 11:28:33 -04:00
Steven Hugg
0f63282931 working on new emulator framework 2019-08-21 22:55:32 -04:00
Steven Hugg
9de22d6389 recreate audio when resuming (https://goo.gl/7K7WLu) 2019-08-21 19:40:33 -04:00
Steven Hugg
7678c26c9c added neslib2.cfg that uses full ZP segment, NROM256; fixed test 2019-08-21 11:37:20 -04:00
Steven Hugg
7376e12846 more emulators 2019-08-20 23:12:09 -04:00
Steven Hugg
480cdf77ab misc fixes 2019-08-20 19:39:42 -04:00
Steven Hugg
8e679011d1 regular font for green menus; search for ?platform= 2019-08-20 17:38:20 -04:00
Steven Hugg
51ea12cfa3 moved PLATFORMS menu, now it shows title 2019-08-20 12:24:42 -04:00
Steven Hugg
94f28461ea fixed pixel editor comment handling 2019-08-20 10:35:41 -04:00
Steven Hugg
02be2c9438 tweaks to UI 2019-08-20 09:29:47 -04:00
Steven Hugg
d1df9b940d c64? maybe 2019-08-20 01:05:44 -04:00
Steven Hugg
31e052b2df ga: added build time measure, PromiseRejectedException reason, git default msg 2019-08-19 11:55:08 -04:00
Steven Hugg
0eb1d2eec0 made MSX-friendly presets 2019-08-19 10:58:38 -04:00
Steven Hugg
b6baab7a5c moved fontgen to separate project 2019-08-19 09:57:10 -04:00
Steven Hugg
b3fa4cb2ba moved ga() pageview to after loading platform 2019-08-19 09:43:48 -04:00
Steven Hugg
a216997bd6 cvu_set_sprite4() no more inline b/c sdcc barfs 2019-08-18 09:20:22 -04:00
Steven Hugg
04b6417ddf msx: worked on kbd, psg, joy; added msx-libcv 2019-08-17 18:42:21 -04:00
Steven Hugg
30acd01f62 importURL -> githubURL 2019-08-17 11:18:11 -04:00
Steven Hugg
84a4722061 fixed a couple errors 2019-08-16 13:27:58 -04:00
Steven Hugg
8b2b512b28 nes: added nesasm3 2019-08-15 21:59:34 -04:00
Steven Hugg
1f3f0e7613 nes: .asm uses DASM, not ca65 2019-08-15 12:33:43 -04:00
Steven Hugg
2b461cc3b5 updated tour to look better 2019-08-15 12:18:16 -04:00
Steven Hugg
018113f858 fixed POKEY/TIA sound 2019-08-15 10:31:35 -04:00
Steven Hugg
9bdec710d7 notes, removed base_z80, added 7800 cc65 2019-08-15 10:31:35 -04:00
Steven Hugg
fef73d9b54 more 7800 fixes; testing additional logging for profiler 2019-08-15 10:31:35 -04:00
Steven Hugg
4d5c6b9063 williams: added test for 6809; fiddled with atari7800 2019-08-15 10:31:35 -04:00
Steven Hugg
4dfab17e7b udpated TODOs; fixed error whne repo.platform_id is null 2019-08-15 10:31:35 -04:00
Steven Hugg
f06d338091 __lastrepo_xxx variable goes back to repo for each platform 2019-08-10 11:11:22 -04:00
Steven Hugg
40f24233b1 About menu; fixed regex for platform on import url 2019-08-09 21:51:05 -04:00
Steven Hugg
5510d5be89 updated links 2019-08-09 21:25:29 -04:00
Steven Hugg
36bd33a59d nes: preset updates 2019-08-09 11:50:42 -04:00
Steven Hugg
138ee806cb SMS pix format (sl:); new presets 2019-08-06 23:27:06 -04:00
Steven Hugg
f87ff47a35 added readVRAMAddress() to VDP platforms 2019-08-06 18:18:16 -04:00
Steven Hugg
fcc979f13f fixed 6809 asm 2019-08-06 17:16:47 -04:00
Steven Hugg
520bfbc84d starting atari 7800 (maybe...); remove TODOs; pixel format 0b10101 2019-08-06 12:59:09 -04:00
Steven Hugg
0cc10632c0 updated ui kbd shortcuts 2019-08-05 14:17:33 -04:00
Steven Hugg
725d0c9efa updated coleco to BasicZ80Scanline 2019-08-04 20:10:14 -04:00
Steven Hugg
a050588422 nes: update presets 2019-07-29 11:22:00 -04:00
Steven Hugg
5c9f05da23 nes: updated presets 2019-07-25 21:23:47 -04:00
Steven Hugg
6fdc366d03 nes: toggle nametable view with ctrl+shift+alt+n 2019-07-25 11:35:09 -04:00
Steven Hugg
d5d215ce91 nes: new horizscroll.c example 2019-07-24 16:04:47 -04:00
Steven Hugg
2f55ba9bf0 reordered Sync menu; new neslib 2019-07-21 21:28:44 -04:00
Steven Hugg
e852fd27a6 vcs: added chap 8, 11, 12, 13 examples 2019-07-20 11:04:24 -04:00
Steven Hugg
a05ee6680f update parseHexWords regex to make Verilog binary separate case 2019-07-18 22:37:05 -04:00
Steven Hugg
9d35615bc4 Merge branch 'master' of ssh://104.131.86.119:2222/home/pzp/git/8bitworkshop 2019-07-06 14:19:56 -04:00
Steven Hugg
517605d7da minor tweaks 2019-07-06 14:19:44 -04:00
Steven Hugg
61456a19be use ctrl -> shift for btn 2 so arrow keys work 2019-07-05 20:42:14 -04:00
Steven Hugg
fe89e577ac astrocade presets, fixed dup symbols in profiler 2019-06-15 11:07:11 -04:00
Steven Hugg
11957bb086 astrocade: support mid-screen updates w/ palette changes 2019-06-11 22:56:48 -04:00
Steven Hugg
96131f6cd0 added z80.retryInterrupts to support astrocade IRQ retry mode 2019-06-11 22:37:48 -04:00
Steven Hugg
a7b97ce4e1 added cycles to z80 asm 2019-06-11 09:39:45 -04:00
Steven Hugg
e9da7aac4a moved profiler to separate class, profiler ticks when replay scroller used 2019-06-10 22:56:18 -04:00
Steven Hugg
e8260a8e46 astrocade updates 2019-06-08 22:59:16 -04:00
Steven Hugg
9324b23def added Gamepad API support 2019-06-07 13:04:40 -04:00
Steven Hugg
271c2ea020 standardized key codes to get ready for gamepad support 2019-06-07 12:00:49 -04:00
Steven Hugg
cdc04a9cd5 astrocade: use aclib.s not aclib.c, rainbow, rotate; use AstroLibre 2019-06-06 23:31:08 -04:00
Steven Hugg
baa9ed7482 minor fixes 2019-06-06 13:11:22 -04:00
Steven Hugg
b3861f3361 astrocade: split bios into .c files; check rom_size on sdcc targets (not yet) 2019-06-02 22:49:51 -04:00
Steven Hugg
50421a69f3 astrocade: added bmusic, updated aclib 2019-06-02 00:48:02 -04:00
Steven Hugg
fcc358a1ab fixed debugging in listing view 2019-06-01 21:15:16 -04:00
Steven Hugg
ed7f5fb7a6 fixed so there can only be one linkstep 2019-06-01 20:03:29 -04:00
Steven Hugg
151ab0353d sdcc: use "#pragma opt_code_speed/size" to activate optimization flags 2019-06-01 09:50:31 -04:00
Steven Hugg
9ddad79326 astrocade: more updates, flop patterns 2019-05-31 21:13:51 -04:00
Steven Hugg
700877e310 astrocade: split bios into .s file, fixed interrupt page, added music 2019-05-31 16:11:44 -04:00
Steven Hugg
92170dd5c4 astrocade: simpler layout using SYSTEM 2019-05-29 22:10:38 -04:00
Steven Hugg
642ba8176f astrocade debug fixes; z80 was borking 'im' during loadState() 2019-05-28 19:22:11 -04:00
Steven Hugg
c93ba6fd75 astrocade: updated presets, added memory bus contention, palette layout 2019-05-27 13:14:51 -04:00
Steven Hugg
8e19a65968 fixed loadBIOS 2019-05-26 19:22:51 -04:00
Steven Hugg
bafee9d55d github: each repo in a separate localstorage key 2019-05-26 10:55:02 -04:00
Steven Hugg
89c608dc2c switch to HTTPS menu option 2019-05-25 23:43:31 -04:00
Steven Hugg
decccdf0d7 converted Assembler to class, added nanoasm submodule (not mapped yet) 2019-05-25 21:51:01 -04:00
Steven Hugg
9aba7ac296 convert loadFiles() to Promise 2019-05-23 08:32:53 -04:00
Steven Hugg
03d85db4d0 converted more to bootbox 2019-05-22 23:23:55 -04:00
Steven Hugg
d9de3981c9 refactored mw8080 to use BasicZ80ScanlinePlatform 2019-05-22 21:07:27 -04:00
Steven Hugg
9699cea117 refactored vicdual to use BasicZ80ScanlinePlatform, ran tsfmt 2019-05-22 18:03:40 -04:00
Steven Hugg
aa8ececcea github: import replaces URL history 2019-05-22 17:19:18 -04:00
Steven Hugg
b190cb7cfd github: message after signing in, let login errors propogate, added Log Out 2019-05-22 15:26:36 -04:00
Steven Hugg
980c8beb89 vcs: moved control instructions; DEFAULT main file in repo if none given 2019-05-22 14:30:48 -04:00
Steven Hugg
5193e79b71 added file= to Github URL, added Github login menu options 2019-05-22 13:59:04 -04:00
Steven Hugg
1c192c4105 nes: updated comments in presets 2019-05-22 11:45:05 -04:00
Steven Hugg
9a19531f91 hide top controls until UI loads completely 2019-05-22 10:58:40 -04:00
Steven Hugg
fb3d3430da changed pulldown menus; css why do you hate me 2019-05-22 09:20:50 -04:00
Steven Hugg
029c1156ed support ;#define CFGFILE and ;#define LIBARGS for non-C ca65 programs 2019-05-21 21:56:00 -04:00
Steven Hugg
7b1ec939b6 fixed embed.html flexbox 2019-05-21 16:49:48 -04:00
Steven Hugg
0ea0ac2f60 new https cookie behavior 2019-05-21 16:07:37 -04:00
Steven Hugg
98423c7fa2 prevent more button pushes before first loadROM(); use latest version menu item 2019-05-21 15:29:23 -04:00
Steven Hugg
31356a7b5f use #emuscreen to place emulator video 2019-05-21 13:06:48 -04:00
Steven Hugg
320e0c02a4 confirmation before github pull 2019-05-20 15:22:47 -04:00
Steven Hugg
b40a156ae6 added getRasterScanline() for profiler 2019-05-19 18:18:41 -04:00
Steven Hugg
0a89695722 updateAllOpenWindows when pulling repo 2019-05-19 09:58:56 -04:00
Steven Hugg
2e448e9ae8 HTTPS redirect cookie 2019-05-18 18:57:49 -04:00
Steven Hugg
d47231eb79 more control instructions fade in/out; flexbox, focus ring for emulator 2019-05-18 15:25:58 -04:00
Steven Hugg
f93bdece20 added ga events for menu, exceptions 2019-05-17 15:56:50 -04:00
Steven Hugg
af26db3396 added neslib2.lib 2019-05-17 15:55:59 -04:00
Steven Hugg
f9f580248f added control instructions 2019-05-17 00:42:52 -04:00
Steven Hugg
3ebfd784a6 generate z80 cpu on demand like we used to, fix test b/c global.z80 is global 2019-05-17 00:09:43 -04:00
Steven Hugg
b5d0c2410b nes: update presets, vram cur/tmp display 2019-05-16 23:30:08 -04:00
Steven Hugg
61ffe2ae79 added "Delete Local Repo" option 2019-05-16 12:28:49 -04:00
Steven Hugg
3e2a3ddee7 nes: added attributes example 2019-05-16 10:08:01 -04:00
Steven Hugg
e3a3016f9d trying to fix asset editor nametables 2019-05-15 00:37:10 -04:00
Steven Hugg
de0ede9e81 create skeleton file at load time if no file found 2019-05-14 15:08:26 -04:00
Steven Hugg
89331dbcf2 use new neslib2.lib w/ seperate object files 2019-05-14 12:24:35 -04:00
Steven Hugg
5f61521c6f nicer break expression dialog 2019-05-14 09:40:10 -04:00
Steven Hugg
070a67a917 nes: updates 2019-05-13 22:52:50 -04:00
Steven Hugg
e5c50d2a9e got rid of local/ prefix -- idk i'm kinda scared 2019-05-12 15:43:51 -04:00
Steven Hugg
1cb3c960ee github: confirm push w/ dialog 2019-05-12 15:38:52 -04:00
Steven Hugg
efe0e032fb github: split up commit and push 2019-05-12 14:43:34 -04:00
Steven Hugg
c4e03df416 set __lastrepo from repo id; moved to bootbox for some alerts/prompts/confirms 2019-05-12 13:13:00 -04:00
Steven Hugg
075de8aa77 DASM: more efficient parsing of multiple files, better unresolved symbol detection 2019-05-11 15:53:51 -04:00
Steven Hugg
31bd21ff87 DASM: better unresolved symbol search 2019-05-11 10:49:19 -04:00
Steven Hugg
0f292a422f update nes presets, renamed .asm to .dasm 2019-05-10 22:16:45 -04:00
Steven Hugg
143cfa7153 added subtree support for fetch, not yet for push 2019-05-10 17:01:10 -04:00
Steven Hugg
2d51d3a011 refactored some github stuff 2019-05-10 15:28:21 -04:00
Steven Hugg
532fe0fe48 convert some stuff to Promises; onunhandledrejection 2019-05-10 14:41:45 -04:00
Steven Hugg
10f89d0c53 list repositories in selector 2019-05-09 14:18:21 -04:00
Steven Hugg
85f0650bfe github repository metadata, binary files, fixed bugs 2019-05-09 10:33:17 -04:00
Steven Hugg
e73388b24e convert old vcs examples/foo paths to examples/foo.a 2019-05-08 23:18:36 -04:00
Steven Hugg
cd0d1416dc github: store_id and repo= 2019-05-08 22:02:56 -04:00
Steven Hugg
19d145bbd5 redirect after main file imported 2019-05-08 13:43:31 -04:00
Steven Hugg
4cc9aaeaca write README when creating github repository, check platform, migrate files 2019-05-08 12:18:54 -04:00
Steven Hugg
806687c31d will load bios on startup from binary file "local/<platformid>.rom" 2019-05-08 00:02:42 -04:00
Steven Hugg
93c0e8f50b started on GithubService 2019-05-07 20:36:53 -04:00
Steven Hugg
5ded34e668 updated climber to use oam_meta_spr_pal(); updated neslib 2019-05-07 12:34:51 -04:00
Steven Hugg
d2b19df9c9 working on github integration; added nes chase game and support folders/; removed ga() 2019-05-06 18:22:03 -04:00
Steven Hugg
7ee650bb64 reverted stack display change 2019-05-04 19:17:15 -04:00
Steven Hugg
b131a45c5b fixed cc65/ca65 hex offsets to key off symbol names, not segments 2019-05-03 22:15:04 -04:00
Steven Hugg
5ba5fe830b removed neslib.h from library; sorts works w/ subfolder projects 2019-05-03 21:02:54 -04:00
Steven Hugg
8c7981b8d0 delete files changes selector, delete current file reloads 2019-05-03 19:25:28 -04:00
Steven Hugg
95feff49da createNewPersistentStore() calls callback whether or not it converted 2019-05-03 19:05:10 -04:00
Steven Hugg
02ec5c7d04 local files before presets in pulldown; hide selector before list is built 2019-05-03 18:50:09 -04:00
Steven Hugg
4750e3e876 change from bootstrap-tour to bootstrap-tourist library 2019-05-03 17:56:35 -04:00
Steven Hugg
2aa818e320 verilog: support $readmemb/h("file", array) 2019-05-01 23:43:06 -04:00
Steven Hugg
8152a14a2b verilog: ctrl-click to pause on scanline 2019-05-01 22:09:22 -04:00
Steven Hugg
efb49f7fc8 fixed stack display 2019-05-01 21:28:16 -04:00
Steven Hugg
6ad685f375 recording video turns screen red 2019-05-01 18:55:03 -04:00
Steven Hugg
9380590ff5 importURL parameter imports files 2019-05-01 16:37:46 -04:00
Steven Hugg
9fe8f5d1a0 embed.html can record video, ack messages 2019-05-01 11:55:45 -04:00
Steven Hugg
159b7048cc updated demo.html navbar; embedui does state recording 2019-04-30 16:40:27 -04:00
Steven Hugg
3429e72e8d updated bootstrap to 3.4.1 2019-04-30 13:19:15 -04:00
Steven Hugg
fe1e0fc9aa nes: added road, tint demo; extra tools; embed.html fetch remote url 2019-04-28 11:47:57 -04:00
Steven Hugg
0e47e7d035 started on vector-ataricolor target (for 6502) 2019-04-25 12:37:53 -04:00
Steven Hugg
f71c8602e0 added //#resource "file.bin" 2019-04-24 15:29:16 -04:00
Steven Hugg
8f1a7c710e pixel editor mouseup(); unhighlight line when resume after debug 2019-04-24 11:44:34 -04:00
Steven Hugg
8af1c5d3c5 verilog: don't destroy() when module changes 2019-04-22 11:39:30 -04:00
Steven Hugg
d8016ff718 nes presets; check spaces in filenames 2019-04-22 11:39:09 -04:00
Steven Hugg
645815155b NES presets; neslib .o w/ splitxy() 2019-04-18 23:51:26 -04:00
Steven Hugg
4ddc183f74 nes preset updates 2019-04-18 12:10:05 -04:00
Steven Hugg
9108bb5e1c asmmain.js; fixed disappearing pixel editor bug (?) 2019-04-15 11:13:10 -04:00
Steven Hugg
78d83e0a20 reload debug break state after breakpoint hit; debugPCDelta in load/saveState; renamed vrambuf_ functions 2019-04-08 09:02:17 -04:00