Search found 1646 matches
- Thu Jan 21, 2021 7:44 am
- Forum: NES Hardware and Flash Equipment
- Topic: NES Controller strange behavior
- Replies: 1
- Views: 16
Re: NES Controller strange behavior
I'd recommend checking the controller ports to make sure all of the pins are making proper contact - a dirty connection on the D0, OUT, or CLK pins could cause a wide variety of problems, likely including what you're observing.
- Thu Jan 21, 2021 7:36 am
- Forum: Newbie Help Center
- Topic: Nerdy Nights basics: role of the "bank" code
- Replies: 5
- Views: 67
Re: Nerdy Nights basics: role of the "bank" code
the PC will also seamlessly cross from one bank into the other if you let it reach the boundary (e.g. $DFFF->$E000). My recollection was that NESASM did not allow that, that trying to put more than 8KB in a single bank would either throw an error or silently discard everything past the end of the b...
- Mon Jan 18, 2021 12:58 pm
- Forum: Reproduction
- Topic: VS. Excitebike Mapper Hack?
- Replies: 7
- Views: 164
Re: VS. Excitebike Mapper Hack?
Simple Vs. System games typically only support two 8KB CHR ROM pages, so it'd be fairly trivial to convert them to CNROM unless they rely on 4-screen VRAM (which most cartridges don't support).
Re: VT09 RAM
Might I suggest finding a VT03/VT09 emulator rather than using an NES emulator?
Also, did you really need to resurrect a 3+ year-old thread rather than posting in the VTxx thread you already made?
Also, did you really need to resurrect a 3+ year-old thread rather than posting in the VTxx thread you already made?
- Fri Jan 15, 2021 9:18 am
- Forum: NES Hardware and Flash Equipment
- Topic: question about MMC1
- Replies: 5
- Views: 270
Re: question about MMC1
In theory, the MMC1 could be initialized to any mode, which would require placing valid reset code at the end of every 16KB bank (in order to handle mode 2 as well as 0/1).
- Wed Jan 13, 2021 9:41 am
- Forum: NESdev
- Topic: co-location changes
- Replies: 11
- Views: 260722
Re: запретное видео
Всем привет белокожие друзья, нашла очнь интересный сайт, любителей животных. А увас есть такие фантазии по поводу вязки с человеком? напиши мне,хочу найти таких же людей чтоб вместе эксперементировать. Желательно с умелым кобельком. Ятемненькая девушка с афрканскими корнями, сейчас живу в России. ...
- Sat Jan 09, 2021 1:58 pm
- Forum: Newbie Help Center
- Topic: Getting started (in 2021)
- Replies: 10
- Views: 1200
Re: Getting started (in 2021)
That's not spam - that's on-topic self-promotion, and there's nothing wrong with that.
For further convenience, here's a hyperlink to the relevant section of that document.
- Wed Jan 06, 2021 12:05 pm
- Forum: NESemdev
- Topic: New hardware and the INES 2.0 header
- Replies: 10
- Views: 876
Re: New hardware and the INES 2.0 header
How does most emulators act when there is a unknown console type id? NintendulatorNRS and Mesen run it as a standard NES/Famicom. I do not know about any other emulators, but expect them to not react to that field at all. As of a few minutes ago, [standard] Nintendulator will display an error messa...
- Wed Jan 06, 2021 9:54 am
- Forum: NES Music
- Topic: Ppmck help on vrc6 noise?
- Replies: 3
- Views: 841
Re: Ppmck help on vrc6 noise?
I take this to mean that having the VRC6 enabled makes it impossible to set the NES's builtin noise channel to the 93-bit "looped" mode (as opposed to the 32767-bit "standard" mode).
- Thu Dec 31, 2020 12:31 pm
- Forum: NESemdev
- Topic: mmc3c decap and trace
- Replies: 13
- Views: 1422
Re: mmc3c decap and trace
I'd be interested to know what the date code was on that MMC3C, since this new picture from furrtek's GitHub repo pretty conclusively illustrates that the MMC3C was CMOS (with 2 metal layers, no less), and the MMC3's been around for a lot longer than the MMC5 (which lidnariq seemed convinced was NMO...
- Wed Dec 30, 2020 3:20 pm
- Forum: NESemdev
- Topic: mmc3c decap and trace
- Replies: 13
- Views: 1422
Re: mmc3c decap and trace
However if some are willing to do the die analysis themselves, I can do plastic package decaps easily for almost no $. Imaging of dies smaller than 5x5mm is also possible but will take longer. My setup doesn't provide the best image quality so don't expect anything useful for finer processes (say b...
- Mon Dec 28, 2020 11:43 am
- Forum: NESdev
- Topic: List of games that use power-on state to seed RNG
- Replies: 36
- Views: 4350
Re: List of games that use power-on state to seed RNG
01:EDAA:EE 06 20 INC PPU_ADDRESS = #$00 Hm. Normally that would read the PPU internal open bus (pre-seeded to 0 by the above STX), then write 0, then write 1. Minor nitpick: the PPU's internal bus would be initialized by the "01:EDA5:AD 02 20 LDA PPU_STATUS = #$00" instruction immediately beforehan...
- Wed Dec 23, 2020 6:49 am
- Forum: NESdev
- Topic: Make a VT game work on nes
- Replies: 33
- Views: 2444
Re: Make a VT game work on nes
Those ROM images aren't copyrighted, are they? Because if they are, I'm pretty sure it's very against the forum rules to post them here.
- Mon Dec 21, 2020 3:18 pm
- Forum: NESemdev
- Topic: mmc3c decap and trace
- Replies: 13
- Views: 1422
Re: mmc3c decap and trace
I'd actually be interested to see the die picture, assuming it's available anywhere - regardless of how "very large and ugly" it might be belived to be, I have a feeling I'd be able to make more sense of it than the "wiring" SVG.
- Thu Dec 17, 2020 12:15 pm
- Forum: SNESdev
- Topic: If the SNES can do raytracing, how can the PS4 and Xbox One not?
- Replies: 21
- Views: 2353
Re: If the SNES can do raytracing, how can the PS4 and Xbox One not?
Someone added raytracing into a SNES chip. The SNES is from 1990 and uses mainly sprite graphics with 3d software rendering sometimes. But the PS4 and Xbox One, which are from 2013 can't do raytracing? Why? Someone explain this to me? Had you bothered to read the thread (and watch the linked videos...