1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-02 12:41:30 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Steven Hugg
5516ca96b5 refactored into composite typescript project (multiple tsconfig.json files) 2019-10-26 10:38:21 -05:00
Steven Hugg
ca7d488f1c moved segments into Platform object 2019-08-27 12:20:51 -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
e87cb2bef1 added MSX 2019-08-25 12:38:22 -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
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
f87ff47a35 added readVRAMAddress() to VDP platforms 2019-08-06 18:18:16 -04:00
Steven Hugg
725d0c9efa updated coleco to BasicZ80Scanline 2019-08-04 20:10:14 -04:00
Steven Hugg
271c2ea020 standardized key codes to get ready for gamepad support 2019-06-07 12:00:49 -04:00
Steven Hugg
c93ba6fd75 astrocade: updated presets, added memory bus contention, palette layout 2019-05-27 13:14:51 -04:00
Steven Hugg
57c4b63701 msx: updated platform 2018-12-05 12:42:09 -05:00
Steven Hugg
c0f97458aa started on SMS; got rid of BaseFrameBasedPlatform; more tests 2018-11-30 13:13:56 -05:00
Steven Hugg
b52f3c2271 added scr2floyd utils 2018-11-27 16:22:57 -05:00