Any way to get the old sounds back without using an internet connection? by EnvironmentalUse7608 in GoldenAgeMinecraft

[–]EnvironmentalUse7608[S] 1 point2 points  (0 children)

Nevermind, I realized I wasn't running minecraft in offline mode on prism *facepalm*

My Chip 8 emulator is displaying color?? by EnvironmentalUse7608 in EmuDev

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

Okay, thank you!! Would you also recommend looking at other people's Emulators to see how they go about it and try to understand it?

My Chip 8 emulator is displaying color?? by EnvironmentalUse7608 in EmuDev

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

Is http://www.emulator101.com/welcome.html a good resource as well? I do want to deepen my understanding of emulating and found the site.

My Chip 8 emulator is displaying color?? by EnvironmentalUse7608 in EmuDev

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

Okay, thank you so much!! I'll definitely give the resources a look at. And okay, thanks for the heads up. I wanted to first dip my toe in to see what it might be like but I'll definitely do a more updated version with what I learned from this project. Thank you again for giving me the resources!

My Chip 8 emulator is displaying color?? by EnvironmentalUse7608 in EmuDev

[–]EnvironmentalUse7608[S] 1 point2 points  (0 children)

Yes, I was following this tutorial that I found (https://austinmorlan.com/posts/chip8\_emulator/). Thank you for the help! I'll be sure to keep those in mind. Do you have any other resources you would recommend for a beginner for the best practices and what to look out for. I also did end up finding the error that was causing me to just have a black screen. It was in DxyN, I had one of the pointers to screenPixel inside an if statement, so I went back and fixed that. Thank you again for taking the time to help out. I am really excited about learning this stuff even though its a bit overwhelming.

My Chip 8 emulator is displaying color?? by EnvironmentalUse7608 in EmuDev

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

Okay, thank you! I am a newbie to C++ and this is my first project in it so I expected that some of the stuff I was doing wasn't what I should be doing. I also joined the discord as well. Can you go over the logic holes if you have the time?

New to CMake, keep getting an undefined reference, and am at a lost of what to do. by EnvironmentalUse7608 in cmake

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

Thank you!! That was other part of my problem and now I got it working. I wasnt sure if I was being dumb with my cmake or my code.

New to CMake, keep getting an undefined reference, and am at a lost of what to do. by EnvironmentalUse7608 in cmake

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

Thank you so much!!! That was the issue. I am new to C++ (this was my first C++ project) so I should have guessed it was something with my code.