1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-01 05:41:31 +00:00
Commit Graph

30 Commits

Author SHA1 Message Date
Steven Hugg
de6250b0cd show raster x/y crosshair when stopped (getRasterCanvasPosition) 2023-11-10 12:56:16 -06:00
Steven Hugg
99f7ff41bb c64: updated music player, sid macros 2023-11-03 15:24:11 -05:00
Steven Hugg
5d11dd37df c64: decode SYS value for start addr, fix SYS xxxx kbd sticky issue 2023-05-19 11:27:50 -05:00
Steven Hugg
936608d6d5 c64: use light pen registers w/ screen pointer 2022-08-24 20:28:09 -05:00
Steven Hugg
f8985e3858 c64: debug info raster x/y 2022-08-23 17:57:27 -05:00
Steven Hugg
2555798b11 c64/zx/cpc: .wasm uses clock ticks, not msec 2022-08-20 18:15:36 -05:00
Steven Hugg
472b9f952d c64: presets, new vsync 2022-08-20 18:03:54 -05:00
Steven Hugg
340ef9a4bc c64: fixed program start bug 2022-08-14 22:20:52 -05:00
Steven Hugg
9c25eb1fe9 c64: fixed restart bug when kbd stuck 2022-08-11 13:22:56 -05:00
Steven Hugg
9345fad794 c64: presets, reset keyboard 2022-08-08 20:51:00 -05:00
Steven Hugg
59c3b756bd c64: more keys supported 2022-08-07 11:12:13 -05:00
Steven Hugg
42b2ded666 c64: update wasm, debugging 2022-07-29 11:33:54 -05:00
Steven Hugg
c4fcf51e55 c64: fixed zp/stack ram debug 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
c3403a0506 cpc: cpctelera, start @ 0x4000, new vsync 2021-12-02 13:01:02 -06:00
Steven Hugg
ed41c1fb2a split baseplatform.ts into mame/wasm 2021-08-05 19:16:13 -05:00
Steven Hugg
58b49cb6f6 updated c64/zx .wasm emulators 2021-07-10 18:57:05 -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
93aff314c8 c64, zx: added probe buffer support, need to log scanlines 2020-07-13 22:14:44 -05:00
Steven Hugg
ed674f2cdb c64: better detection of PRG start addr. 2020-06-26 16:00:04 -05:00
Steven Hugg
3f04fca6d4 c64: f2/f4/f8/f10 keys 2020-06-12 23:36:09 -05:00
Steven Hugg
abb1c3fb3e c64: reset() fixed for ROM cart 2020-06-08 10:20:32 -05:00
Steven Hugg
3eb942e926 c64: modify IRQ to start program instead of type SYS string 2020-06-07 13:56:01 -05:00
Steven Hugg
8c20b43ed9 makefile: support ip command for Arch Linux; c64: clock correction 2020-06-03 14:05:42 -05:00
Steven Hugg
c360b065f9 c64: updated help, clock freq 2020-05-27 09:33:36 -05:00
Steven Hugg
411795f8fa added aspect: ratio to assets, c64 clears kbd on reset 2020-02-02 11:27:05 -06:00
Steven Hugg
e1772f2565 refactored into BaseWASMMachine/C64 2020-01-06 12:16:00 -06:00
Steven Hugg
5516ca96b5 refactored into composite typescript project (multiple tsconfig.json files) 2019-10-26 10:38:21 -05:00
Steven Hugg
f6cc973cdd took maxCycles out of advanceFrame() 2019-09-08 14:18:33 -05:00
Steven Hugg
69f4eed8a7 c64: refactored to machine 2019-09-08 12:36:26 -05:00