Search found 141 matches
- Sun Nov 01, 2015 6:47 pm
- Forum: NES Music
- Topic: NESIZER 2, an 2A03 synth project
- Replies: 2
- Views: 3443
Re: NESIZER 2, an 2A03 synth project
FYI, the creator made a thread about it earlier this year: The NESIZER.
- Sun Sep 20, 2015 7:52 pm
- Forum: NESdev
- Topic: Revisiting the quest for the most accurate NES palette:
- Replies: 123
- Views: 74995
Re: Revisiting the quest for the most accurate NES palette:
If my understanding of the NTSC signal is correct, I think you'd want to match the amplitude, phase, and "center height" as in this diagram. (I'm not sure what the best term for "center height" is.)tepples wrote:a composite waveform with the same amplitude and phase.
- Mon Sep 14, 2015 8:29 pm
- Forum: Newbie Help Center
- Topic: Power Glove Pinout Question
- Replies: 4
- Views: 2180
Re: Power Glove Pinout Question
Rainwarrior: There's a cable from the glove to the "junction box" port, then a cable from the junction box to the console controller port. (See page 5 of the manual.) ResoundingSounds wants to make a replacement cable on the glove, and is asking how to connect it internally on the glove. I...
- Sat Aug 22, 2015 11:23 pm
- Forum: NESdev
- Topic: What happened with Miracle Piano rev-engineering?
- Replies: 53
- Views: 29662
Re: What happened with Miracle Piano rev-engineering?
Harpsichord and Synthesizer [...] the other four sounds Just want to make sure you're aware: Even though there are only 6 instrument buttons, there are 128 total instruments available using special button combinations. If you search for images of the Miracle Piano, you'll see some versions have muc...
- Wed Jun 03, 2015 8:47 pm
- Forum: phpBB Issues
- Topic: Not receiving email notifications
- Replies: 12
- Views: 20693
Re: Not receiving email notifications
Do the notifications come from the same e-mail address as before (info at nesdev dot com)? If it's a different e-mail address, I need to update my "safe" list.
- Sun May 31, 2015 9:26 am
- Forum: NESemdev
- Topic: Emulator for PC10 ROMs
- Replies: 5
- Views: 2542
Re: Emulator for PC10 ROMs
The bottom of the wiki page Joe linked to (PC10 ROM-Images § PC10 Emulators) mentions no$nes. The no$nes homepage says it supports "arcade/hotelbox variants such like the PC10 with its second monitor and Z80 coprocessor."
- Sat May 30, 2015 10:32 am
- Forum: NESdev
- Topic: the Power Glove
- Replies: 63
- Views: 38324
Re: the Power Glove
on the other hand, there are multiple places in the code which appear, at first glance, to say gesture evaluations are aborted in glove mode... I don't think so. Based on my interpretation of the code (see edit and attachment below) , the main thing that glove mode skips is the logic steps. There a...
- Sat May 09, 2015 3:41 pm
- Forum: NESdev
- Topic: the Power Glove
- Replies: 63
- Views: 38324
Re: the Power Glove
01b = position [...] 11b = “D. POSITION” (unknown term) It stands for "dominant position". Both 01 and 11 are handled by the same flow. The bit that is different between them is checked later on: SetPosition: JSR GADB IFBIT 1,[B] ; Is this a vector dominant gesture ? JP VDTYPE ; (absolute...
- Fri Apr 17, 2015 9:38 pm
- Forum: NES Hardware and Flash Equipment
- Topic: How does famicom Arkanoid II save level edits?
- Replies: 15
- Views: 5311
Re: How does famicom Arkanoid II save level edits?
1. I found a picture of the back of the Arkanoid II box (from this blog post ). Can anyone translate the Japanese text? Maybe the text next to the EDIT screen shot or the text below the barcode will mention what device is used to save. 2. I found a few short posts on this message board page : 475 :N...
- Fri Apr 03, 2015 4:29 pm
- Forum: NESemdev
- Topic: RockNES - beta testing anyone? [UP: April 3rd]
- Replies: 88
- Views: 28655
Re: RockNES - beta testing anyone?
I can confirm your changes work for me: RockNES RC4 opens without any missing DLL errors on my Windows XP.
- Thu Apr 02, 2015 7:55 pm
- Forum: NESemdev
- Topic: RockNES - beta testing anyone? [UP: April 3rd]
- Replies: 88
- Views: 28655
Re: RockNES - beta testing anyone?
Filename Source Verison =========== ================== ====================================== A. RockNES.exe rnes5142.zip 5.142 - Jun 2 2014, 00:27:15 B. RockNES.exe rnes520i686RC3.rar 5.20 RC3 32bit - Mar 31 2015, 23:17:18 X. alleg44.dll rnes5142.zip 4.4.2.0 (from File Properties) Y. alleg44.dll r...
- Thu Apr 02, 2015 6:09 pm
- Forum: NESemdev
- Topic: RockNES - beta testing anyone? [UP: April 3rd]
- Replies: 88
- Views: 28655
Re: RockNES - beta testing anyone?
Bavi_H states that he gets libgcc-related DLL errors, but, quote: "Does anyone else have the same problem? If I'm the only one with the problem, could there be something wrong on my computer?" I'd like to try and verify his problem on my own XP workstation, but cannot until the zlib1.dll ...
- Wed Apr 01, 2015 4:51 pm
- Forum: NESemdev
- Topic: RockNES - beta testing anyone? [UP: April 3rd]
- Replies: 88
- Views: 28655
Re: RockNES - beta testing anyone?
On my Windows XP, both v1 and v2 say libgcc_s_dw2-1.dll was not found.Zepper wrote:I have two versions: [...]
Tell me the differences, please. ^_^;;
Does anyone else have the same problem? If I'm the only one with the problem, could there be something wrong on my computer?
- Tue Mar 31, 2015 8:21 pm
- Forum: NESemdev
- Topic: RockNES - beta testing anyone? [UP: April 3rd]
- Replies: 88
- Views: 28655
Re: RockNES - beta testing anyone?
I tried Release Candidate 3, but I still got this error on my Windows XP: RockNES.exe - Unable To Locate Component This application has failed to start because libgcc_s_dw2-1.dll was not found. Re-installing the application may fix this problem. OK I read online that this DLL is part of MinGW. I hap...
- Mon Mar 30, 2015 5:17 pm
- Forum: Newbie Help Center
- Topic: what does "Mask" refer to in the mapper docs?
- Replies: 5
- Views: 2282
Re: what does "Mask" refer to in the mapper docs?
Just wanted to add the wiki explains the notations used in Disch's mapper documents at INES Mapper DischDocs*, if you hadn't already found that page.
*How to get there: wiki.nesdev.com -> NES reference guide -> Mapper -> ..."The notation used in Disch's docs is explained here."
*How to get there: wiki.nesdev.com -> NES reference guide -> Mapper -> ..."The notation used in Disch's docs is explained here."