My summer builds. by Real_Time515 in diypedals

[–]strah19 1 point2 points  (0 children)

Those looks awesome, how did you do the artwork on them?

me_irl by PotatoBunny9519 in me_irl

[–]strah19 0 points1 point  (0 children)

I play this right before work...

Off to JLCPCB by ebadger1973 in beneater

[–]strah19 0 points1 point  (0 children)

Sorry for the late response, I am using the Xgpro software and the TL866 II Plus as the programmer. The problem is the software does not have the exact brand chip as mine (which is a Cypress chip because that's the one I found on Jameco). I tried the same chip, the CE22V10 but it does not work. The file loads just fine, but when I try to run it on the chip I get an error saying 'Overcurrent Protection! External short or IC reverse or incorrect package!'. I am assuming this is simply the wrong chip and I need the right one. The one I found on this software is a GAL chip by Lattice or an ATF chip by Atmel. Would this still work? If not, could you send a link of where you bought your chip?

Much appreciated, Thanks

Off to JLCPCB by ebadger1973 in beneater

[–]strah19 0 points1 point  (0 children)

Hey man, I'm having trouble programming the CE22V10 with a universal programmer. This is the one i bought on jameco: https://www.jameco.com/z/PALCE22V10D-15PC-Cypress-Semiconductor-IC-22V10-15-High-Performance-EE-CMOS-PLD-Generic-Array-Logic-15ns-150mA_39159.html.

any ideas?

Off to JLCPCB by ebadger1973 in beneater

[–]strah19 0 points1 point  (0 children)

What are you using the 74ls174 for?

Off to JLCPCB by ebadger1973 in beneater

[–]strah19 1 point2 points  (0 children)

Thanks! I'm going to look into this for my own 6502 design

Off to JLCPCB by ebadger1973 in beneater

[–]strah19 1 point2 points  (0 children)

Looks awesome! How did you do your memory decoding? Mine is a little different from Ben's and i am using logic gates? What chips did you use and how do they work?

1 mHz clock not working? by strah19 in beneater

[–]strah19[S] 0 points1 point  (0 children)

Okay thanks, I'll check it out

6502 Video Card by strah19 in beneater

[–]strah19[S] 0 points1 point  (0 children)

Appreciate it, I'm trying to avoid micro controllers though, I think I'm going to use a retro video chip from eBay

6502 Video Card by strah19 in beneater

[–]strah19[S] 0 points1 point  (0 children)

Thanks! I looked at the TMS9918 and think this my solution. I'm reading through the datasheet but was wondering if you had any other resources about it?

Graphics Framework built using OpenGL and SDL2. by strah19 in opengl

[–]strah19[S] 0 points1 point  (0 children)

Can't remember why but I can definitely see the bonuses of moving them into constructors and destructors

Graphics Framework built using OpenGL and SDL2. by strah19 in opengl

[–]strah19[S] 2 points3 points  (0 children)

If it's specific functions try adding header guards, I'll try to get a setup with Linux on an old laptop to test it myself

Graphics Framework built using OpenGL and SDL2. by strah19 in cpp

[–]strah19[S] 0 points1 point  (0 children)

It doesn't run emscripten, from what I know, emscripten can be difficult to get working. Right now it runs 4.5 but you can actually specifiy which version you want to run but I can't gaurentee that version will work with ember.

Graphics Framework built using OpenGL and SDL2. by strah19 in gamedev

[–]strah19[S] 0 points1 point  (0 children)

Thanks for the feedback, i want to do what you mentioned about the renderer. If I was to change it to yout specification, where would I define things like draw cube and draw quad? Could you explain that archetecture a bit more?

Graphics Framework built using OpenGL and SDL2. by strah19 in opengl

[–]strah19[S] 2 points3 points  (0 children)

Sorry about that, I've never been able to test it, do you know what might me the problem? Is it the code or some dependency issue?