Commit Graph

29 Commits

Author SHA1 Message Date
Steven Hugg 5c52862a0b mame: made 6502/z80 subclasses 2021-07-31 17:01:19 -05:00
Steven Hugg a2ee3bf964 armasm: fixed offsets; updated docs urls for help 2021-06-18 09:08:25 -05:00
Steven Hugg 3b13a472bc working on new unified MAME support 2020-07-29 18:33:14 -05:00
Steven Hugg 08af6ae3a5 loadBIOS() now on Machine interface, updated c64 BIOS, emulator types SYS command 2020-07-19 16:54:37 -05:00
Steven Hugg e8faee01f3 vcs: 24-cycle sleep after HMOVE in examples, nes/c64: fixed climber struct order 2020-06-07 11:37:56 -05:00
Steven Hugg 899e3f7067 fixed loadBIOS() caps 2020-01-26 23:59:09 -06:00
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 67c1223dbf added coleco machine, base VDP 2019-08-25 12:15:22 -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 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 c93ba6fd75 astrocade: updated presets, added memory bus contention, palette layout 2019-05-27 13:14:51 -04:00
Steven Hugg 385cb7acc2 fixed VDP 2018-12-01 04:07:59 -05:00
Steven Hugg c0f97458aa started on SMS; got rid of BaseFrameBasedPlatform; more tests 2018-11-30 13:13:56 -05:00
Steven Hugg 5d60110327 sg1000: fonts.s, fixed pixel editor with ;; delimiters 2018-11-28 17:47:39 -05:00
Steven Hugg 13a6f92d7b updated coleco presets; #include finds files in the subfolder of main file 2018-11-27 15:07:39 -05:00
Steven Hugg 8deda746fa mobile device optimization 2018-11-26 10:26:51 -05:00
Steven Hugg a511d81c97 less padding on CRT style, overscan option 2018-11-24 15:43:39 -05:00
Steven Hugg 4034be10c4 skeleton for bb 2018-11-23 10:10:32 -05:00
Steven Hugg 43e33f143c showHelp(), -f3 2018-11-22 12:18:26 -05:00
Steven Hugg e51bd2a579 coleco updates 2018-11-22 07:41:56 -05:00
Steven Hugg 43ac950a52 added js coleco platform 2018-11-19 09:11:50 -05:00
Steven Hugg 27cae568fc "implements Platform" for classes; fixed DASM unresolved w/ mult files 2018-08-25 23:27:25 -04:00
Steven Hugg 0dd741f446 made some platforms classy 2018-08-23 09:49:42 -04:00
Steven Hugg d8a98989f5 converted src/platform to typescript; stack debug view 2018-08-16 22:30:51 -04:00