Search found 50 matches
- Wed Jan 30, 2008 4:54 pm
- Forum: NES Hardware and Flash Equipment
- Topic: rom ≠ rip. Why?
- Replies: 16
- Views: 7465
- Wed Jan 30, 2008 2:24 pm
- Forum: NES Hardware and Flash Equipment
- Topic: rom ≠ rip. Why?
- Replies: 16
- Views: 7465
- Wed Jan 30, 2008 10:42 am
- Forum: NES Hardware and Flash Equipment
- Topic: rom ≠ rip. Why?
- Replies: 16
- Views: 7465
rom ≠ rip. Why?
I used readnes on a baseball rom to split it into prg and chr. I also ripped the prg chip of the same game off the actual cart. They are nothing alike. They are not even the same size. I played the rom and the cart and they play exactly the same. I tried burning the rom to eprom and I wouldn't play....
- Sat Jan 26, 2008 1:07 pm
- Forum: Newbie Help Center
- Topic: help on first demo?
- Replies: 39
- Views: 10583
Now that you say it, I see that dec was wrong there. I wrote it right on the forum and I guess dec sounded right at the time. It was meant to be more of a pseudo code/English explanation than executable code. Still I based my code off of that and I would have used dec accidentally. So thanks for poi...
- Thu Jan 24, 2008 3:59 pm
- Forum: Newbie Help Center
- Topic: help on first demo?
- Replies: 39
- Views: 10583
- Thu Jan 24, 2008 2:11 pm
- Forum: Newbie Help Center
- Topic: help on first demo?
- Replies: 39
- Views: 10583
I love your mini tuts Bregalad! I was thinking of something similar for bg collision. Tepples's post got me thinking a little and something resembling a pseudo code routine has been forming in my head over the day. Something like... yposition minus 8 until negative flag set, incrementing a value eve...
- Wed Jan 23, 2008 7:03 pm
- Forum: Newbie Help Center
- Topic: help on first demo?
- Replies: 39
- Views: 10583
- Wed Jan 23, 2008 4:26 pm
- Forum: Newbie Help Center
- Topic: help on first demo?
- Replies: 39
- Views: 10583
- Wed Jan 23, 2008 3:23 pm
- Forum: Newbie Help Center
- Topic: help on first demo?
- Replies: 39
- Views: 10583
- Mon Jan 21, 2008 7:02 pm
- Forum: Newbie Help Center
- Topic: help on first demo?
- Replies: 39
- Views: 10583
Well, I got bored and I felt assembly meant a little more than ASCII so I wrote something.
Please Download --> http://www.mediafire.com/?71xuinnmga1
Please Download --> http://www.mediafire.com/?71xuinnmga1
- Sun Jan 20, 2008 4:27 am
- Forum: Newbie Help Center
- Topic: help on first demo?
- Replies: 39
- Views: 10583
Success!
I thought something seemed wrong there. Strange that writing there (in cpu) during vblank offsets sprites. Thanks for setting me straight on that. Really nice to have that working. Now off to edit palettes and name tables.
- Sun Jan 20, 2008 4:05 am
- Forum: Newbie Help Center
- Topic: help on first demo?
- Replies: 39
- Views: 10583
Cool. I understand name table vs. attribute table allot better now. So 1 byte in attribute is 16 tiles in name and 2 bits in attribute is 4 tiles in name. I still don't understand what to send to $23c0 though. I modified gbaguy's name table loader for attribute like so... ldx #0 load_atribute: lda a...
- Sun Jan 20, 2008 3:07 am
- Forum: Newbie Help Center
- Topic: help on first demo?
- Replies: 39
- Views: 10583
been there
I have looked at lots of things on the Attribute tables but none of them tell how to use it. I found hardware docs but I didn't find any software explanations. $23C0 is attribute table 0 and every byte controls 4 bg sprites in a square. But how do I interface it? I read the documentation on the NSA ...
- Sat Jan 19, 2008 9:35 pm
- Forum: Newbie Help Center
- Topic: help on first demo?
- Replies: 39
- Views: 10583
bg pal?
I got some basic scrolling and collision detection going but I'm having palette trouble. How to do use multiple palettes on the background? Say I wanted a black and white could, a green bush, a yellow sun and brown ground. How would I make some bg sprites use a different palette from other bg sprite...
- Thu Jan 17, 2008 1:30 pm
- Forum: Newbie Help Center
- Topic: help on first demo?
- Replies: 39
- Views: 10583
Huzzah!
It works! Thanks everyone! Before it worked on about 6 out of 10 emus now it works on all of them :D . The only problem is part of the background is missing under Jnes. I assume this will fix it --v If you are drawing tiles to the first name table, be sure to write 0 to $2005 twice (so that X and Y ...