1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-05-28 23:41:32 +00:00
Commit Graph

1486 Commits

Author SHA1 Message Date
Steven Hugg
c4fcf51e55 c64: fixed zp/stack ram debug 2022-07-26 20:21:07 -05:00
Steven Hugg
a611697819 wiz: updated compiler 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
3beef5626c c64: updated openroms 2022-07-19 10:46:04 -05:00
Steven Hugg
3766576bae z80: fixed bug in "add iy,sp" 2022-07-13 15:04:25 -05:00
Steven Hugg
e69a5d433d npm audit fix 2022-06-30 13:49:42 -05:00
Steven Hugg
fa09db6026 Merge branch 'ecs' 2022-06-30 13:31:29 -05:00
Steven Hugg
b284fc694d fixed tests, removed listings from parseCA65Listing 2022-06-22 12:22:47 -05:00
Steven Hugg
0fc860f524 ecs: updated unit tests 2022-02-27 19:46:33 -06:00
Steven Hugg
e09f115084 ecs: refactored working and index register sets 2022-02-27 19:24:24 -06:00
Steven Hugg
c73263d944 ecs: added label sources 2022-02-27 11:38:34 -06:00
Steven Hugg
6f3affaaef ecs: nested labels 2022-02-27 10:17:27 -06:00
Steven Hugg
e86eb56570 ecs: moved query ops to exprs 2022-02-25 16:18:16 -06:00
Steven Hugg
50a75a7d3e updated README 2022-02-25 12:07:02 -06:00
Steven Hugg
fc79cf9b0f ecs: block statement expr 2022-02-25 11:45:13 -06:00
Steven Hugg
05965397fd ecs: started on expressions 2022-02-24 21:15:26 -06:00
Steven Hugg
a965bc83d1 ecs: default values work now 2022-02-24 14:02:18 -06:00
Steven Hugg
614fdf92f7 ecs: token.eol; fixed bugs and tests 2022-02-24 13:31:09 -06:00
Steven Hugg
d87a05747e ecs: only register events when used in a system instance 2022-02-24 12:59:45 -06:00
Steven Hugg
37b3d58de0 wasm: fixed unit tests 2022-02-24 12:36:05 -06:00
Steven Hugg
30db34837c nes: updated memory map 2022-02-24 12:27:56 -06:00
Steven Hugg
e7e5ea7847 ecs: skip parsing demo if not in main file 2022-02-24 11:35:20 -06:00
Steven Hugg
75fb2a8e5c worker: debuginfo passed thru to link step 2022-02-24 09:48:54 -06: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
c9e75ae77d ecs: EVENT__xxx defines 2022-02-23 12:13:55 -06:00
Steven Hugg
5afd3cf498 ecs: better subroutine finding 2022-02-23 11:07:09 -06:00
Steven Hugg
f7099b8e8f ecs: enum keyword, entity.field constants 2022-02-22 23:26:40 -06:00
Steven Hugg
b6467ce314 fixed github actions again, back to the way it was 2022-02-22 13:46:41 -06:00
Steven Hugg
03254b28ff fixed github actions 2022-02-22 13:37:14 -06:00
Steven Hugg
fdd7d79aaa fixed williams test, github build stops if test fails 2022-02-22 13:36:10 -06:00
Steven Hugg
6ca0a707e1 Merge branch 'master' into ecs 2022-02-22 11:49:13 -06:00
Steven Hugg
3d05c0ed1a ecs: use name2cfpairs, fixed identity thing, test errors 2022-02-22 11:06:50 -06:00
Steven Hugg
37edd8268a ecs: shared init data 2022-02-22 10:42:23 -06:00
Steven Hugg
b9fc162885 cmoc: better listing parser, williams: updated presets 2022-02-22 09:48:41 -06:00
Steven Hugg
8c63bef8c9 williams: options=rotate%3D<deg> 2022-02-21 21:23:10 -06:00
Steven Hugg
0682af1eed fixed atari-vector 6502, pass options=... to platform constructor 2022-02-21 16:54:33 -06:00
Steven Hugg
d7626be789 updated README 2022-02-21 10:43:58 -06:00
Steven Hugg
9351406450 ecs: set up for nes 2022-02-21 10:36:32 -06:00
Steven Hugg
1d3b8ab99c github: load config.js from 8bitworkshop.com 2022-02-21 09:39:49 -06:00
Steven Hugg
3a960c3e6e github: fix for build 2022-02-21 09:33:59 -06:00
Steven Hugg
69a5779975 github: gh-pages build 2022-02-21 09:30:12 -06:00
Steven Hugg
07c0ae2f9c ecs: default field values 2022-02-20 19:28:12 -06:00
Steven Hugg
a444de693b ecs: field, ref type checking, start cmd 2022-02-20 09:59:46 -06:00
Steven Hugg
7767608595 ecs: query takes [#entity] list 2022-02-19 22:28:14 -06:00
Steven Hugg
38462bceac ecs: added eid cmd 2022-02-19 17:52:24 -06:00
Steven Hugg
eb30e5cf85 ecs: automatically init bss when 'start' event 2022-02-19 17:34:23 -06:00
Steven Hugg
7b9f635bc0 editor: set focus when switching between files 2022-02-19 17:27:26 -06:00
Steven Hugg
d96296675b ecs: accept 0/1 for bitmaps 2022-02-19 16:19:16 -06:00
Steven Hugg
479c2f24b8 ecs: unroll keyword 2022-02-19 15:39:44 -06:00
Steven Hugg
3fe2a151da ecs: show svg of bin packing, fixed bug 2022-02-19 14:44:20 -06:00