Search found 5 matches
- Mon Oct 12, 2020 6:05 am
- Forum: NES Hardware and Flash Equipment
- Topic: NESRGB no video after install. Please help
- Replies: 2
- Views: 2059
Re: NESRGB no video after install. Please help
I ended up resoldering all PPU points and it worked! I guess I had some cold solder joints in some of the pins that are hard to test (2-9 and 14-18) because they're not bridged directly to the motherboard. Also, I was using photos from old versions of the board where the CLK pin was one of the "dire...
- Sun Oct 11, 2020 12:42 am
- Forum: NES Hardware and Flash Equipment
- Topic: NESRGB no video after install. Please help
- Replies: 2
- Views: 2059
NESRGB no video after install. Please help
Hey everyone, I've been trying to install the NESRGB mod but I can't get it working. Currently: - It shows a black screen through RGB-CSYNC with a palette selected (pin 3 and GND bridged). OSSC says that it's receiving a 262p signal. - It shows garbage on screen and crackling noise through composite...
- Tue Jul 09, 2019 2:10 am
- Forum: NESemdev
- Topic: NEStation - a Web emulator with Net Play
- Replies: 1
- Views: 5767
NEStation - a Web emulator with Net Play
I always wanted to have a quick and user friendly net play experience, where I can just give a link to a friend so we can play a NES game together (without them having to have the same ROM, and download the emulator, and all that stuff). After lots of browsing for NES web emulators, I came to the co...
- Fri Mar 08, 2019 1:02 am
- Forum: NESemdev
- Topic: Making nestest pass
- Replies: 9
- Views: 10795
Re: Making nestest pass
Thank you so much @tepples, @tokumaru and @koitsu for the detailed responses! With your feedback, today I've implemented the initial state and the extra cycle penalities, as well as some interrupts code. The first 2029 cycles are equal now :) I think the next step would be fixing bugs until the logs...
- Thu Mar 07, 2019 12:51 am
- Forum: NESemdev
- Topic: Making nestest pass
- Replies: 9
- Views: 10795
Making nestest pass
Hey everyone! I'm new here, and as many of you, I'm trying to create a NES emulator to learn about its internals. I have implemented all the official instructions and I'll start reading to start the PPU, but first I wanted to test my CPU with `nestest`. I've added logs in my `.step(...)` method to p...