Search found 223 matches
- Thu Jun 05, 2008 10:13 pm
- Forum: Newbie Help Center
- Topic: 29FO40 Flash Rewire.
- Replies: 5
- Views: 3070
29FO40 Flash Rewire.
hello, im trying to rewire my 29f040 Flash chip to work on a NROM board. ive rewired only my 5 volts (pin 32) and just left the pin 1,2, 31 unused. but i found this site. http://nintendoallstars.w.interia.pl/romlab/nesmod.htm and found i need to do more rewiring. should i go with this guide and do t...
- Fri May 30, 2008 6:01 pm
- Forum: Newbie Help Center
- Topic: What was the name of that book?
- Replies: 30
- Views: 11565
best thing to do is just get everybook you can find on 6502. i had like 8 different ones at one time. there are so many. it helps alot whenever you get stuck or just get tierd of the same author. plus many different sources is best when studying a subject. checkout http://www.Alibris.com they have s...
- Fri May 30, 2008 5:28 pm
- Forum: Newbie Help Center
- Topic: What was the name of that book?
- Replies: 30
- Views: 11565
- Mon May 19, 2008 5:17 am
- Forum: Newbie Help Center
- Topic: CIC bypassed?
- Replies: 5
- Views: 3161
CIC bypassed?
is there any information on bypassing the CIC chip entirely. like not having it in a protocart. i want to experiment on protocarts and want to get rid of the CIC entirely.
- Mon May 19, 2008 5:15 am
- Forum: Newbie Help Center
- Topic: stuck
- Replies: 18
- Views: 7515
- Fri May 02, 2008 7:59 pm
- Forum: Newbie Help Center
- Topic: stuck
- Replies: 18
- Views: 7515
the actual source file is about 50 pages long and i only pasted what problems i was i was actually having. a huge file or post with all the code would just be time consuming and bad for the eyes to debug. i even hate debuging it sometimes. but pretty much the only going wrong is what i have listed. ...
- Thu May 01, 2008 10:17 pm
- Forum: Newbie Help Center
- Topic: stuck
- Replies: 18
- Views: 7515
- Thu May 01, 2008 10:16 pm
- Forum: Newbie Help Center
- Topic: stuck
- Replies: 18
- Views: 7515
ok i tried to see to what exactly is the problem by checking the $2002 before i load my pattern table to see what is going on. WAITVB LDA #$2002 BPL WAITVB STA TEST JSR LD_NT1 .............................. .............................. when i look in the HEX Editor in FCE i get a #$1E (11110) Valu...
- Tue Apr 29, 2008 7:21 pm
- Forum: Newbie Help Center
- Topic: stuck
- Replies: 18
- Views: 7515
- Tue Apr 29, 2008 7:04 pm
- Forum: Newbie Help Center
- Topic: stuck
- Replies: 18
- Views: 7515
You don't need to write to $2006. I'd recommend writing to $2000 once (to set bit 8 of both coordinates), $2005 twice (to set bits 0-7 of X and Y), and $2001 once (to turn on rendering). in one of my routines i have a sprite that moves over locations and if i want to set the sprite down i press B. ...
- Mon Apr 28, 2008 7:19 pm
- Forum: Newbie Help Center
- Topic: stuck
- Replies: 18
- Views: 7515
ill still seeing a glich. i figured it was just to much to loading at one time so i omited the nametable load from each screen swap and just left the sprites to load. everything loads without a problem. i then just wrote a single tile to the exisiting nametable using $2007 and still a glich. i seem ...
- Sat Apr 26, 2008 1:38 am
- Forum: Newbie Help Center
- Topic: stuck
- Replies: 18
- Views: 7515
- Sat Apr 26, 2008 1:27 am
- Forum: Newbie Help Center
- Topic: stuck
- Replies: 18
- Views: 7515
You can only write to PPU either it you turned rendering off what is this you speak of how do i do it? basically hears the layout button pressed | |----NAMETABLE1 lda #$00 sta $2000 sta $2001 jsr NT_1 lda #100100 sta $2000 lda #1011110 sta $2001 RTS |--- should i not desable the NMI before i load a...
- Sat Apr 26, 2008 12:58 am
- Forum: Newbie Help Center
- Topic: stuck
- Replies: 18
- Views: 7515
stuck
hello, hope someone can help. i cant seem to get a flicker on my demo to to stop. im switching between different nametables within my NMI. the new name table works fine. it loads without any problem but there seems to be a flicker right after i load it. it also happens when i write individual values...
- Mon Apr 07, 2008 7:00 pm
- Forum: Newbie Help Center
- Topic: Mapping Help - MMC 1
- Replies: 35
- Views: 15241
sweet. you think its possible to use more than 8kb of memory. i lookin for about a least 8 times this space. would it be possible to link a 64k SRAM to the addressing pins of my PRG ROM and just transfer about less then for 4KB at a time to each bank at a a time (ie. $1000,$2000,$3000,ets.... ) to t...