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

87 Commits

Author SHA1 Message Date
Steven Hugg
e38d38f003 coleco: listing file has correct offsets 2018-06-25 00:16:21 -06:00
Steven Hugg
22570ee4e5 refactoring workermain to support multiple files and build steps 2018-06-24 22:53:06 -06:00
Steven Hugg
14665e3cd4 updated fs65 libraries to Jun 13 2018
seperate filesystems for each cc65 platform
2018-06-23 19:01:34 -04:00
Steven Hugg
2fd40ce383 working on mame platforms 2018-06-23 19:00:02 -04:00
Steven Hugg
0b9194bd1c working on 6502 debugging/disasm; reload apple pgm after reboot 2018-06-23 19:00:00 -04:00
Steven Hugg
59fd2a2945 added atari5200 support; fixed NES presets 2018-06-23 18:59:36 -04:00
Steven Hugg
f784dc743d fixed ROM loading in mame driver 2018-06-20 01:59:06 -04:00
Steven Hugg
219c59cb5b removed global msvc_errors variable; support .acme assembler 2018-06-19 21:36:35 -04:00
Steven Hugg
ed5f4e033f apple2 C pgms 2018-06-19 02:31:14 -04:00
Steven Hugg
ef561b4425 started on mame WASM, debugging support, colecovision 2018-06-19 00:33:31 -04:00
Steven Hugg
5b92659b97 "Save As"; command-line assembler; 32-bit limit (so far) in opcodes 2018-03-23 15:05:08 -06:00
Steven Hugg
f24213aa1d fixed JSASM cache 2018-03-02 21:39:32 -06:00
Steven Hugg
020aa0d378 added nodemain; jsasm cache 2018-03-02 21:16:22 -06:00
Steven Hugg
7fd94e4a98 worker handleMessage() 2018-03-02 20:16:25 -06:00
Steven Hugg
c14e470778 can load verilog module from .asm file 2018-03-01 23:15:33 -06:00
Steven Hugg
8f1563f88e sync vs async RAM 2018-02-28 09:26:37 -06:00
Steven Hugg
73bb496511 pixel editor takes 8'hxx format; fixed minor bugs 2018-02-26 15:55:39 -06:00
Steven Hugg
b2beb2670c more Verilog code; inline asm for depends; fixed tank 2018-02-25 10:34:27 -06:00
Steven Hugg
f6d320a05b new inline verilog assembler 2018-02-18 11:14:04 -06:00
Steven Hugg
1790ca1747 updated verilog presets and test makefile 2018-02-16 23:33:29 -06:00
Steven Hugg
56ed79c14f caspr inline assembly with __asm 2018-02-15 09:56:45 -06:00
Steven Hugg
6b4c3bdbc2 fallback to network if include fails 2018-02-14 14:58:38 -06:00
Steven Hugg
661bbb0ced fixed hsync generator to use assign 2018-02-09 10:59:52 -06:00
Steven Hugg
11992645d6 more presets 2018-02-09 00:11:36 -06:00
Steven Hugg
f0f6783f6b more verilog presets 2018-02-03 20:37:12 -06:00
Steven Hugg
eb3a1164fa changed link(s) 2018-01-02 14:19:17 -06:00
Steven Hugg
d732f320b0 work on simple CPU, paddle game, `include local files too, scope scrolling, hvsync reset 2017-11-30 12:28:25 -05:00
Steven Hugg
80588fcb31 verilog: scope updates, show js code, simple cpu 2017-11-28 20:38:48 -05:00
Steven Hugg
2525d6e585 start yosys profiling 2017-11-20 10:32:34 -05:00
Steven Hugg
27a9076cb5 verilog: 2d array; digits; score; reset w/ no init; more warnings 2017-11-19 13:26:21 -05:00
Steven Hugg
e4fd886c94 ball_paddle updates, timer scheduling change 2017-11-18 07:58:36 -05:00
Steven Hugg
4f73cde7cc support `include statements in verilog; book link changes; paddle/switches; scope transitions 2017-11-16 10:30:47 -05:00
Steven Hugg
4256ee7bc2 removed -oldralloc b/c was breaking some programs w/ WASM 2017-11-14 15:56:03 -05:00
Steven Hugg
b19ebe76df started on verilog scope, fixed code change, module top detect 2017-11-14 12:03:31 -05:00
Steven Hugg
0ca9f43098 verilog: multiple modules, sound, tables, reset, module_top detect 2017-11-13 14:16:52 -05:00
Steven Hugg
014d659558 started on .v files; framerate detect 2017-11-12 11:52:17 -05:00
Steven Hugg
041a0a056c added cc65, asm/link to wasm, new timer funcs 2017-11-07 18:15:29 -05:00
Steven Hugg
6d972bf580 WASM support for SDCC compiler; had to fix some presets 2017-11-07 13:40:45 -05:00
Steven Hugg
00d6b8aefa trying to get MAME debugging and WASM working to no avail 2017-11-05 13:34:00 -05:00
Steven Hugg
a087e6b7cf neslib support; nes palette 2017-05-23 21:30:30 -04:00
Steven Hugg
97a9525552 updated coleco include/lib; nes siege game 2017-05-21 15:33:23 -04:00
Steven Hugg
867bab7978 preliminary NES support; made free BIOS for CV; ported solarian to coleco 2017-05-20 09:54:36 -04:00
Steven Hugg
85bf12a970 added libcv/libcvu for coleco 2017-05-02 22:24:59 -04:00
Steven Hugg
992bf927e0 removed splash 2017-05-01 07:37:48 -04:00
Steven Hugg
0933d8e54c "works best in firefox" message 2017-04-29 14:38:56 -04:00
Steven Hugg
5ae8d28922 added base_z80 platform and viz.html example 2017-04-29 11:53:27 -04:00
Steven Hugg
0dccb05701 no splash screen when sharekey present 2017-04-28 08:32:05 -04:00
Steven Hugg
37657d458b fixed for safari 2017-04-25 21:14:17 -04:00
Steven Hugg
4447d85008 scroll to item, multiple insns per line 2017-04-24 20:06:37 -04:00
Steven Hugg
604a5a1a74 added symbols to memory window; BusProbe/newCPU/readAddress everywhere 2017-04-22 09:51:10 -04:00