Search found 67 matches
- Mon May 02, 2005 5:09 am
- Forum: Newbie Help Center
- Topic: I'm very new at this, but I'm having a strange problem:
- Replies: 5
- Views: 5379
- Mon Apr 25, 2005 1:15 pm
- Forum: NESdev
- Topic: PDRoms Competition
- Replies: 2
- Views: 4151
PDRoms Competition
They posted the submissions, but not the results yet. There were two NES entries, including mine, titled Wraith. Check it out and let me know what you think,
http://www.pdroms.de/pdrc3-submissions.php
-Tom
ps Memblers you can put my entry on the main NES page if you want
http://www.pdroms.de/pdrc3-submissions.php
-Tom
ps Memblers you can put my entry on the main NES page if you want
- Mon Apr 18, 2005 5:29 am
- Forum: NES Hardware and Flash Equipment
- Topic: Toploader worth it?
- Replies: 11
- Views: 7368
Toploader worth it?
I recently found a toploader for sale. Is it worth buying? I have a toaster style NES, but it's on the other side of the country in California right now. It's also pretty old, and requires a lot of twiddling to get games to run on it. I was going to have it shipped to me, but I could get this toploa...
- Sat Apr 09, 2005 12:15 pm
- Forum: NESdev
- Topic: MMC3 cartridge sizes
- Replies: 10
- Views: 7657
No I do understand. On real hardware you'd have to a power of 2 sized ROM. But there's no reason why my iNES files has to have unused banks in it. I have 24k of CHR, there's no reason an emulator can't load my iNES file with 3 banks, and emulate a blank 4th bank to make the running size a power of 2...
- Sat Apr 09, 2005 7:30 am
- Forum: NESdev
- Topic: MMC3 cartridge sizes
- Replies: 10
- Views: 7657
I knew that when I put it on a real cartridge I'd have to pad it out, but it seemed like a waste to bloat the ROM file. Anyways it turned out that in my final version some of the code in the last 16k bank overflowed, so I needed to move some things into that 3rd bank anyway. Also, I was able to brin...
- Sat Apr 09, 2005 7:22 am
- Forum: NES Hardware and Flash Equipment
- Topic: Building an MMC3 dev cart
- Replies: 4
- Views: 6548
Building an MMC3 dev cart
So I want to build an MMC3 dev cart. My understanding is that I need to get a licensed MMC3 game, desolder the ROM chips, and replace them with EPROMs. Now I'm thinking I should get either a TKROM or TSROM board because I should be able to support any MMC3 game that doesn't use 4-screen mirroring or...
- Wed Apr 06, 2005 7:47 am
- Forum: NESdev
- Topic: MMC3 cartridge sizes
- Replies: 10
- Views: 7657
MMC3 cartridge sizes
I have a MMC3 game that needs 3 banks of PRG (16k each). However, when I build a iNES rom with 3 banks, it doesn't work. Different emulators give me different problems: Nintendulator jumps to a bad reset vector, the graphics are wrong in Nestopia, and other various things. But when I add an extra bl...