Search found 375 matches

by dXtr
Thu Oct 20, 2005 9:47 am
Forum: NES Music
Topic: More NSF Requests
Replies: 3127
Views: 1411191

I've been considering buying the Dance Aerobics game. It just seems like the sillyest game of all time. And I do have the Powerpad. Who needs DDR when you got Dance Aerobics, right? DDR lets you add your own songs, at least in the PC version . Imagine balloon fever . wasn't there someone that was d...
by dXtr
Wed Oct 19, 2005 4:50 pm
Forum: General Stuff
Topic: fpga suggestions
Replies: 4
Views: 4247

nice. thanks for the answear. and trying to make an own mappet (and possibly try to implement some mmc mapper too) is what my goal in the end would be, so it would be nice to see those files :) another question.. what is the pros and cons with Verilog vs. VHDL? after looking on the little guides on ...
by dXtr
Wed Oct 19, 2005 6:13 am
Forum: General Stuff
Topic: fpga suggestions
Replies: 4
Views: 4247

fpga suggestions

hi I've been reading about fpga/cpld now on this and other dev. sites and feel it would be intresting to experiment a little with them myself.. any suggestions of what could be good to get to start of? what my goal is to learn how to program them and use them together with hardware.. I bet there are...
by dXtr
Tue Oct 18, 2005 2:09 am
Forum: NESdev
Topic: What drove koitsu away from nesdev
Replies: 68
Views: 39174

tepples wrote:
  • 6502 tutorial
  • NES Basics (covers iNES format, tones on channel 1, and controller reading)
  • NES PPU Basics (palette, pattern tables, nametables)
  • Basic Mappers (CNROM, UNROM)
maybe exchange iNES with UNIF or add it to NES Basic?
by dXtr
Mon Oct 17, 2005 1:21 pm
Forum: Reproduction
Topic: will this work?
Replies: 14
Views: 11872

you type it in a dos-prompt.. to open one in windows click on "start" and then "run" then type in cmd (in win2k or newer) or command (in all win9x) then type in cd (path to your folder containing your prg file) now you type in (were input_file.prg is your prg file): copy /b input...
by dXtr
Mon Oct 17, 2005 9:04 am
Forum: NES Hardware and Flash Equipment
Topic: Some questions on cart design
Replies: 14
Views: 8249

Re: Some questions on cart design

abonetochew wrote: 1. Is there any kind of (cheap) programmable logic that loads its behavior from an external memory and has at least 119 I/O lines?
I found some on http://www.elfa.se/en/ search for FPGA.. but I don't know if I really could call them cheap.. depends on where you draw the line
by dXtr
Mon Oct 17, 2005 8:54 am
Forum: NES Music
Topic: Setting up an instrument?
Replies: 5
Views: 5858

my compaq laptop @ 166mhz with win98 runs nt2 perfectly
so it does work on some laptops..
by dXtr
Sat Oct 15, 2005 12:51 am
Forum: NES Hardware and Flash Equipment
Topic: CopyNES Will Be Available Again Soon!
Replies: 90
Views: 49368

Quietust wrote:
dXtr wrote:btw. would there be any problems using this in a PAL nes?
I don't see why not, though it would dump carts slightly more slowly (due to the fact that the PAL CPU only runs at 1.66MHz compared to the NTSC's 1.79MHz).
nice. was afraid there could be some timing-issues or something alike
by dXtr
Fri Oct 14, 2005 10:33 pm
Forum: NES Hardware and Flash Equipment
Topic: CopyNES Will Be Available Again Soon!
Replies: 90
Views: 49368

btw. would there be any problems using this in a PAL nes?
by dXtr
Wed Oct 12, 2005 4:32 pm
Forum: NES Hardware and Flash Equipment
Topic: CopyNES Will Be Available Again Soon!
Replies: 90
Views: 49368

ok.. as you might note I'm not an expert in hardware ^^
and those kind of thinks I proposed was more of a "fun thing to have" then something I can't live with out (all of those things can be done in emulators). so anyways, what about date when you think you can start selling, and price? :)
by dXtr
Wed Oct 12, 2005 7:33 am
Forum: NES Hardware and Flash Equipment
Topic: CopyNES Will Be Available Again Soon!
Replies: 90
Views: 49368

this is great news :D what will the price be? I must have one! ;) edit: about "host code (i.e. debug features, etc)." I'm not fully sure what is supported of it for now... but I would love things like: * breakpoints that can be triggerd from a computer * register viewer so you can watch (a...
by dXtr
Fri Sep 30, 2005 8:29 am
Forum: SNESdev
Topic: software initiated reset
Replies: 14
Views: 11744

Ok. found the rom.. it's named "Super Wild Card DX2 DOS V1.106 (BIOS)" (don't know if it's ok to link.. please tell me to remove it, if it's not ok) I put it together with some other backup units bios:es here: http://sofe04.byh.bth.se/joaf03/temp/BIOS_Backups.rar I will only have it there ...
by dXtr
Wed Sep 28, 2005 5:57 pm
Forum: SNESdev
Topic: software initiated reset
Replies: 14
Views: 11744

Jagasian wrote:Is that the same as the DX2?
probably not.. but it's also made by FFE so there is a chans.. I might try it out tomorrow
by dXtr
Wed Sep 28, 2005 2:08 pm
Forum: SNESdev
Topic: software initiated reset
Replies: 14
Views: 11744

I think I have a rom on my other harddrive named something with super wildcard.. goint to check that later havn't looked for the rom.. but I found this among my snes docs: ---------------------------------------------------------------------------- |I have never used an actual Super MagiComm before,...
by dXtr
Wed Sep 28, 2005 12:02 pm
Forum: SNESdev
Topic: software initiated reset
Replies: 14
Views: 11744

Yeah, but that is allot harder. It'd be much easier to just make use of the SF7's ability to load a ROM over the parallel port. All I need to be able to do is jump the the SF7's reset handler. Does anybody know where it is located? yeah maybe it is =/ I did however do something similar for the APU ...