Search found 15 matches

by marshallh
Tue Jun 20, 2017 5:24 pm
Forum: Other Retro Dev
Topic: N64 programming (libdragon)
Replies: 66
Views: 91646

Re: N64 programming (libdragon)

Great work so far. You can reprogram the PI timing registers at runtime. Commercial games do this when accessing 64DD and cart SRAM/Flashram data. Actually, sram/flash is bursted at a much faster speed than normal cart reads. Yes, you can reprogram cart domain to run faster but it only speeds up DMA...
by marshallh
Wed Nov 02, 2011 11:38 pm
Forum: General Stuff
Topic: Hello. I've been MIA for a while
Replies: 3
Views: 2293

good to see you around again.
What you can do is take the knowledge and skill you gained from the Yars' project and apply it on a new game. I think you'll derive more satisfaction from completing an original idea.

just my 2 cents
by marshallh
Sun Jun 05, 2011 5:34 pm
Forum: NES Hardware and Flash Equipment
Topic: NESDEV1 Community Development Board, Initial Planning
Replies: 206
Views: 47514

both altera MAX3000A (5v tolerant) and MAXII(no5 5v tolerant) are only rated for 100 erasures.
by marshallh
Fri Jun 03, 2011 9:51 pm
Forum: NES Hardware and Flash Equipment
Topic: NESDEV1 Community Development Board, Initial Planning
Replies: 206
Views: 47514

EPM3128 - $8 PIC32 - $8 done. the max3000a cpld is 5v tolerant and 3.3v is enough for the TTL inputs. WARNING: feature creep! stay simple. if you REALLY must have complex mappers, then go with MAXII and level shifting. a hint: if this is a group project, it will fail. ONE PERSON needs to take point ...
by marshallh
Fri Jun 03, 2011 4:01 pm
Forum: Homebrew Projects
Topic: Super Bat Puncher
Replies: 131
Views: 62260

Awesome job, super polished and pretty inventive.

Oh yeah I suck at playing games, but still made it to the second boss cause the music is great :)
by marshallh
Tue May 17, 2011 9:31 pm
Forum: NES Hardware and Flash Equipment
Topic: Mapper Decapping?
Replies: 48
Views: 11732

In decreasing order of suitability 1. CPLD - cheap. MAX3000A w/ 128macrocells. Use more than one if you really need it. $6 2. PIC - cheap but not well suited to simaltaneous logic. $8 3. FPGA - expensive, 300ms start up time, may require level conversion but extremely capable. $30 4. ASIC - expensiv...
by marshallh
Fri Feb 04, 2011 12:56 pm
Forum: NES Hardware and Flash Equipment
Topic: Cheap PCB manufacturer + design prog HELP
Replies: 9
Views: 4848

I use GC-Prevue for looking at gerbers
by marshallh
Wed Feb 02, 2011 11:57 am
Forum: NES Hardware and Flash Equipment
Topic: Anyone interested in drawing up a PCB schematic for a fee?
Replies: 7
Views: 3071

What you want is a set of gerbers (rs-274x aperture data) and excellon drill files.

You will need to do some looking around with pcb shops and get some quotes. You can't lay out a pcb without knowing the specs that the fab shop will be able to use. capabilities of their equipment, blah blah
by marshallh
Mon Jan 31, 2011 2:54 pm
Forum: General Stuff
Topic: Midwest Gaming Classic, 2011
Replies: 45
Views: 14736

One thing that helps a big deal at these things is to wear a nametag ("HELLO MY NAME IS") Use a big fat sharpie so you can be spotted from some ways away. I'll try to remember to pick up a packet of those nametags. clueless, I will probably be demoing my n64 thing in the benheck room, if o...
by marshallh
Tue Jan 25, 2011 11:54 pm
Forum: General Stuff
Topic: Midwest Gaming Classic, 2011
Replies: 45
Views: 14736

No problem, I will probably set up in the benheck room as I'll be hanging out in there most of the time.
by marshallh
Mon Jan 24, 2011 9:52 pm
Forum: General Stuff
Topic: Midwest Gaming Classic, 2011
Replies: 45
Views: 14736

I will be there as the past 3 years. I plan on bringing some N64 stuff but exactly what I don't know yet.
by marshallh
Wed Aug 04, 2010 9:54 pm
Forum: General Stuff
Topic: Yet another n64 backup unit
Replies: 1
Views: 1514

I built one a couple years ago. I don't know where you got $50 from, I had at least $120 into it not counting student discounts I used.

Does exactly what it says, you might want to go through the PC loader and rewrite some of that code for your own sanity :)
by marshallh
Wed Aug 04, 2010 9:44 pm
Forum: NES Hardware and Flash Equipment
Topic: Refining design for really low-cost devcart
Replies: 34
Views: 10765

The idea is interesting, but I think that $40 is a bit too much for a cart that can only run NROM and MMC1 games. $40 is a fucking deal. heres my proposal: http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail&name=PIC32MX575F256L-80I/PT-ND 256KB flash , 64KB sram. 12KB boot flash memory ...
by marshallh
Tue Apr 29, 2008 5:39 pm
Forum: phpBB Issues
Topic: Is this board better off without...
Replies: 31
Views: 24503

Amen :)
by marshallh
Sat Aug 11, 2007 9:38 am
Forum: General Stuff
Topic: n64 dev
Replies: 4
Views: 2920

well I wouldn't call myself a community, but I've been pretty busy with N64 stuff.

I can set you up with the tools. There is no good c++ support, the compiler is based on MIPS-GCC.