I figured it wouldn't be that easy.
Sweet thanks for the tip, going to get started sometime today.
Is there a list somewhere of ROMs that have already been converted? I thought I saw some from an earlier thread but the link wasn't working anymore that showed the list.
Search found 81 matches
- Fri Feb 17, 2017 6:00 am
- Forum: NESdev
- Topic: NES ROMs to Vs. Unisystem
- Replies: 8
- Views: 3050
- Thu Feb 16, 2017 3:04 pm
- Forum: NESdev
- Topic: NES ROMs to Vs. Unisystem
- Replies: 8
- Views: 3050
Re: NES ROMs to Vs. Unisystem
Thanks for the quick response and useful info. I've read about the other issues with converting a game to Vs. Unisystem and will tackle that in the future. First I want to understand the color conversion. Where in the ROM is the information stored that I need to change. I'm figuring this is a very v...
- Thu Feb 16, 2017 12:08 pm
- Forum: NESdev
- Topic: NES ROMs to Vs. Unisystem
- Replies: 8
- Views: 3050
NES ROMs to Vs. Unisystem
Hi all, I've been reading a lot the past few weeks on PPU differences between the NES and the different Vs. Unisystem Arcade machines. I've searched the forums and found information here as well. I was wondering if anyone had an in depth example of converting a NES ROM to use each of the 13 differen...
- Sat Nov 05, 2016 1:57 pm
- Forum: NESemdev
- Topic: What is wrong with the NES Classic Edition noise emulation?
- Replies: 42
- Views: 35341
Re: What is wrong with the NES Classic Edition noise emulati
LOL
They should have hired the guys on this forum for this project...
They should have hired the guys on this forum for this project...
- Sun Nov 03, 2013 4:02 pm
- Forum: NES Hardware and Flash Equipment
- Topic: Quick Kazoo cartridge "INL Retro" Dumper-Programmer question
- Replies: 18
- Views: 9821
Re: Quick Kazoo cartridge "INL Retro" Dumper-Programmer ques
I see, the copynes plugins are written in assembly, not sure on the format for the kazzo, still reading on it, anago script some sort of vsscript
- Sun Nov 03, 2013 12:55 pm
- Forum: NES Hardware and Flash Equipment
- Topic: Quick Kazoo cartridge "INL Retro" Dumper-Programmer question
- Replies: 18
- Views: 9821
Re: Quick Kazoo cartridge "INL Retro" Dumper-Programmer ques
thanks for the replies and the link I have a usb copynes i installed awhile back, im pretty sure i can get a script working, just need to find my fc to nes adapter I'll probably pick up one of these as well just because it's neat. i haven't read enough into it yet, but it seems the scripts work on c...
- Sat Nov 02, 2013 8:43 am
- Forum: NES Hardware and Flash Equipment
- Topic: Quick Kazoo cartridge "INL Retro" Dumper-Programmer question
- Replies: 18
- Views: 9821
Quick Kazoo cartridge "INL Retro" Dumper-Programmer question
I'm thinking of picking up one of these: http://www.infiniteneslives.com/aux3.php Reason being is that I have around 100 famicom carts, mostly bootlegs and multi-carts, that i've collected over the years. Question is, will I be able to dump them? I see it can dump common mappers and such, but since ...
- Tue Aug 13, 2013 6:48 pm
- Forum: NESemdev
- Topic: Made a Visual 6502/2A03/2C02 circuit reading tutorial
- Replies: 9
- Views: 5053
Re: OUYA
This started out as a kickstart, just fyi
http://www.kickstarter.com/projects/ouy ... me-console
http://www.kickstarter.com/projects/ouy ... me-console
- Thu Dec 13, 2012 11:33 am
- Forum: NES Hardware and Flash Equipment
- Topic: USB CopyNES question about devices
- Replies: 2
- Views: 1449
Re: USB CopyNES question about devices
Thanks for the input Quietust.
- Wed Dec 12, 2012 9:24 pm
- Forum: NES Hardware and Flash Equipment
- Topic: USB CopyNES question about devices
- Replies: 2
- Views: 1449
USB CopyNES question about devices
Hey all, I starting writing a Java client for the USB CopyNES and was able to connect using an FTDI wrapper, however I don't understand something and was hoping someone could give me clarity. When I scan the devices, it appears that I get results from two devices (USB CopyNES A & USB CopyNES B). I'm...
- Tue Nov 13, 2012 6:49 am
- Forum: NESdev
- Topic: What happened with Miracle Piano rev-engineering?
- Replies: 53
- Views: 26820
Re: What happened with Miracle Piano rev-engineering?
interesting topic, I have a miracle piano system still in the box and all the necessary materials required for desoldering and dumping, I'm in the last 3 weeks of this semester, so if no one beats me to it I might get a chance over Christmas break to dump them.
- Sun Jul 29, 2012 7:03 pm
- Forum: NESdev
- Topic: Dragon Quest (J).nes log cursor routine?
- Replies: 5
- Views: 2340
So I looked into this a little further with your help identifying $5D2 and made a couple patches and it works. I found 4 locations and documented some of it because I thought it was interesting so sharing it here. Thanks again for pointing me in the correct direction. :047D:A5 8F LDA $008F = #$0F :0...
- Sat Jul 28, 2012 9:28 am
- Forum: NESdev
- Topic: Dragon Quest (J).nes log cursor routine?
- Replies: 5
- Views: 2340
- Sat Jul 28, 2012 9:24 am
- Forum: NESdev
- Topic: Dragon Quest (J).nes log cursor routine?
- Replies: 5
- Views: 2340
Thanks for the reply. If you found the cursor related routines, you're close. You should look for a routine that change the position of the blinking cursor, and find how it handles those jumps. That's what im having trouble finding, i was thinking that if i started the code data / trace logger i wou...