Steven Hugg

Results 21 issues of Steven Hugg

This happens on Mobile Safari when "Block Cookies" is turned on.

Include the .cfg file for CC65 projects. Think about how to include NESLib, or at least a link to the repo (https://github.com/sehugg/neslib) Maybe a quick build script or makefile?

The following ARM addressing modes work for LDR (and LDRB): ldr r3, [r2, #1] ldr r3, [r2, #-1] ldr r3, [r2, r1] ldr r3, [r2, -r1] ldr r3, [r2, #1]!...

The Go version doesn't center text in regions, or connect lines as well as the PHP version. PHP version: [vidframe.pdf](https://github.com/asciitosvg/asciitosvg/files/2220226/vidframe.pdf) Go version: [vidframe.pdf](https://github.com/asciitosvg/asciitosvg/files/2220229/vidframe.pdf) ^ .---------------------------------------------. | | VERTICAL SYNC |...

Wouldn't it be better to have the Waveform view as a full-panel view replacing the code editor (like Memory Browser, etc) instead of pulled up from the bottom-right overlapping the...

Emsdk build tools: https://github.com/sehugg/8bitworkshop-compilers The latest version of SDCC won't run properly with Emscripten. It aborts here: ``` dbuf_append_str(0x105a80 #0x%02x) workermain.ts:875 dbuf_append_str(0x25b3c0 #0x01) workermain.ts:897 Aborted(Assertion failed: str != NULL, at:...

https://github.com/algofoogle/raybox-zero#running-on-8bitworkshop

* Missing modes: 320C, 320D, 160A, and 160B. * Bank switching * More examples * Is there a test suite / test cart? * More debugging -- add display list...

There are bugs: https://forums.atariage.com/topic/346786-multi-sprite-trick-emulation-bug-in-javatarijs/ the 8bitworkshop fork is heavily modified to support debugging and it would take some time. On the other hand, I could maybe do a better job...

Should we consider a more permissive license so that Dithertron can be used as a library?