8bitworkshop
8bitworkshop copied to clipboard
web-based IDE for 8-bit programming and Verilog development
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?
Hi, If you've not already heard of it Commander X16 is an exciting new hardware project in development and the Emulator already exists. (https://github.com/commanderx16/x16-emulator) Someone has already compiled this to...
Which neslib is used for the NES examples? are you using a custom crt0.s? Your downloaded project files are woefully incomplete. -Thom
This is perhaps more of a feature request than an issue, but currently (v2.1.0) when editing for VCS (perhaps others as well?) and selecting Show Timing no timing is shown...
I'm getting the error "ReferenceError: VL_RAND_RESET_Q is not defined" when I try to simulate this verilog project: https://gist.github.com/adumont/98647b5cf1edee26d5ed6a9f71566809 Is there any way I can debug further ?
Version 2.1.0, editing for VCS As an example, starting from New File, then deleting all of the text and typing in line by line the code found in the book...
Version 2.1.0 editing for VCS When I click pause in the IDE and make edits to the code the IDE will automatically unpause after successfully inputting a line. This is...
Hi, When I start an NES example, the characters automatically move to the right, and I can't stop them from doing so. Everything works fine in Edge, but not in...
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...
I've been working with bank switching capable mappers 2 and 4 for a while. The assembler and the emulator operate as expected. But the editor is showing a rom address...