Email or username:

Password:

Forgot your password?
tsalvo

More progress on Uxn / Varvara FPGA core for Analogue Pocket 😃 even though it doesn’t look like it.

Still trying to get the fill modes for drawing to work, and seeing some interesting results, but I think I’m close!

Once this is working, the fill modes will allow drawing rectangles from a point to one of the 4 corners.

Then sprite drawing is next!

3 comments | Expand all CWs
tsalvo

Much closer now! I think the flickering is because it’s looping back to the beginning and trying to draw everything again

Devine Lu Linvega

@tsalvo Oh wow, things are moving along! If you'd like a simpler test file, where things are more isolated, let me know and I'll make you one :)

edit: Just saw your latest video where you've made your own test file, you've got this ✊

tsalvo

@neauoire thank you! I’ve been using a chibicc fork to make some really small ROMs which has been really helpful. I’m really new at FPGA stuff so im not sure if im going about things in the best way (or even a good way 😅 ), but I’m so excited to see things working a little bit! At this point all the opcodes should be working except for a lot of stuff in DEI and DEO, which is encouraging. I’ll probably push up the fill mode changes tonight once I can clean it up some more!

Go Up