8bitworkshop icon indicating copy to clipboard operation
8bitworkshop copied to clipboard

web-based IDE for 8-bit programming and Verilog development

Results 75 8bitworkshop issues
Sort by recently updated
recently updated
newest added

TL/DR: I almost figured out why the bankswitching demo doesn't work on other emulators or real hardware even though things look fine in the IDE Something between the nesbanked.cfg linker...

I apologize if this is by design, but the default CC65 configs have space for an LC segment using some of the top 12K of the address space which doesn't...

In the code for the Bitmapped Digits example, in the line where the green color is assigned ``` wire g = display_on && bits[xofs ^ 3'b111]; ``` some of the...

In brief: Game not working properly, score increasing continuously, controls not responding correctly. Tested on latest "live" https://8bitworkshop.com/v3.11.0/?platform=williams&file=game1.c And dev: https://sehugg.github.io/8bitworkshop/?platform=williams&file=game1.c

Given that wiz can compile for gameboy, and we have the wonderful gbdk, it would be really great to see this added. I am unsure of the state of any...