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

153 Commits

Author SHA1 Message Date
Steven Hugg
5c98c2eb7d sound_williams: refactored into Machine 2019-08-31 15:37:42 -04:00
Steven Hugg
211386e7bf github: import after publish to get all files 2019-08-28 22:19:26 -04:00
Steven Hugg
108d1ca292 vcs: fixed readAddress() bug 2019-08-26 14:09:42 -04:00
Steven Hugg
d8421fee7f converted everything to new Z80, debugging broken 2019-08-25 16:39:12 -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
37c7ba8eb2 bring in the logic probe; fixed z80 debugger; moved apple2 to BasicScanlinePlatform 2019-08-24 16:49:56 -04:00
Steven Hugg
dd070f71fc vicdual conversion to BasicScanlineMachine 2019-08-24 10:35:33 -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
385f64bc50 Merge branch 'master' into newemu 2019-08-22 19:33:20 -04:00
Steven Hugg
84a6c6ff61 github: check repo existence before importing 2019-08-22 12:46:16 -04:00
Steven Hugg
0f63282931 working on new emulator framework 2019-08-21 22:55:32 -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
94f28461ea fixed pixel editor comment handling 2019-08-20 10:35:41 -04:00
Steven Hugg
0eb1d2eec0 made MSX-friendly presets 2019-08-19 10:58:38 -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
f1593f6ac7 fixed tests 2019-08-08 14:31:20 -04:00
Steven Hugg
138ee806cb SMS pix format (sl:); new presets 2019-08-06 23:27:06 -04:00
Steven Hugg
fcc979f13f fixed 6809 asm 2019-08-06 17:16:47 -04:00
Steven Hugg
a9a8a574c3 fixed unit tests 2019-07-30 00:19:25 -04:00
Steven Hugg
a05ee6680f update parseHexWords regex to make Verilog binary separate case 2019-07-18 22:37:05 -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
642ba8176f astrocade debug fixes; z80 was borking 'im' during loadState() 2019-05-28 19:22:11 -04:00
Steven Hugg
bafee9d55d github: each repo in a separate localstorage key 2019-05-26 10:55:02 -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
252c262cf0 fixed unit test 2019-05-23 18:49:52 -04:00
Steven Hugg
9aba7ac296 convert loadFiles() to Promise 2019-05-23 08:32:53 -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
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
89331dbcf2 use new neslib2.lib w/ seperate object files 2019-05-14 12:24:35 -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
31bd21ff87 DASM: better unresolved symbol search 2019-05-11 10:49:19 -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
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
93c0e8f50b started on GithubService 2019-05-07 20:36:53 -04:00
Steven Hugg
95feff49da createNewPersistentStore() calls callback whether or not it converted 2019-05-03 19:05:10 -04:00
Steven Hugg
2aa818e320 verilog: support $readmemb/h("file", array) 2019-05-01 23:43:06 -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
Steven Hugg
361f39714b ui tweaks, irq.c, unified nes.mame platform 2019-04-03 22:15:07 -04:00
Steven Hugg
102559cb06 updated unit tests 2019-03-30 11:39:08 -04:00
Steven Hugg
6cea0772bf pixel editor lazy updates 2019-03-26 16:44:15 -04:00