8bitworkshop
8bitworkshop copied to clipboard
web-based IDE for 8-bit programming and Verilog development
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...
### The following worked: Exported HGRtest as "ROM" and wav file. Put ROM bin file on a disk image via ciderpress. Loaded disk image into applewin and was able to...
8 bit workshop is awesome! I'm working on a Chip-8 emulator to run on an FPGA dev board I'm working on. and I'm making very rapid progress, as I don't...
Not really sure how to report this.. missing files somewhere? ``` util.ts:479 GET https://8bitworkshop.com/v3.12.0/presets/vcs/vcs 404 (Not Found) ```
Hello, When I run VCS Atari 2600 code (samples, my code, finished game ROM's, etcetera) the frame rate slows down and speeds up randomly. This happens on Mac M1 Air...
Bluetooth gamepad works on all the first 3 Arcade emulator but not the Atari Color Vector (Z80), I'm not sure if that's intentional or not. Also Williams doesn't work with...