Search found 9 matches
- Fri Jun 03, 2016 12:46 am
- Forum: Newbie Help Center
- Topic: Considering buying a kazzo and flashing my homebrew
- Replies: 14
- Views: 3923
Re: Considering buying a kazzo and flashing my homebrew
Ah yes. I actually have that in the nrom 256 setup: # NROM256 DMC: start = $ff00, size = $fa, file = "main.prg", fill = yes; # Hardware Vectors at end of the ROM # VECTORS: start = $7ffa, size = $6, file = "main.prg", fill = yes; # NROM256 VECTORS: start = $fffa, size = $6, file ...
- Thu Jun 02, 2016 11:38 pm
- Forum: Newbie Help Center
- Topic: Considering buying a kazzo and flashing my homebrew
- Replies: 14
- Views: 3923
Re: Considering buying a kazzo and flashing my homebrew
But note that it will no longer create a valid iNES ROM in this case. One way to handle that is to output "%O.hdr", "%O.prg", "%O.chr" separately, and then concatenate them after building (e.g. with cat on *nix, or copy on Windows.) Thanks all for replying! That sounds...
- Thu Jun 02, 2016 12:58 pm
- Forum: Newbie Help Center
- Topic: Considering buying a kazzo and flashing my homebrew
- Replies: 14
- Views: 3923
Re: Considering buying a kazzo and flashing my homebrew
Eh.. ok. I think you mean this cfg file right?
https://github.com/fritzvd/emesh/blob/m ... se/nes.cfg
(i haven't pushed changes in a while, but this should be unaltered..)
https://github.com/fritzvd/emesh/blob/m ... se/nes.cfg
(i haven't pushed changes in a while, but this should be unaltered..)
- Thu Jun 02, 2016 11:48 am
- Forum: Newbie Help Center
- Topic: Considering buying a kazzo and flashing my homebrew
- Replies: 14
- Views: 3923
Re: Considering buying a kazzo and flashing my homebrew
So I've got my kazzo and my cartridge, installed all of the drivers.. Now what. I have .nes rom, which obviously won't work. But I'm not quite sure how to compile only the .prg. The .chr is easier, I already have that seperately. I'm using cc65 if that helps. But I'm not sure what to do. Do I only c...
- Sat May 14, 2016 11:06 am
- Forum: Newbie Help Center
- Topic: Considering buying a kazzo and flashing my homebrew
- Replies: 14
- Views: 3923
Re: Considering buying a kazzo and flashing my homebrew
Cool! thanks, I'll look into that.
Although I like the idea of flashing it and lending the cart out to a friend so she can try my game..
fritz
Although I like the idea of flashing it and lending the cart out to a friend so she can try my game..
fritz
- Fri May 13, 2016 3:11 pm
- Forum: Newbie Help Center
- Topic: Considering buying a kazzo and flashing my homebrew
- Replies: 14
- Views: 3923
Re: Considering buying a kazzo and flashing my homebrew
Alright. There's just one thing left to do then: finish my homebrew. 
- Fri May 13, 2016 7:30 am
- Forum: Newbie Help Center
- Topic: Considering buying a kazzo and flashing my homebrew
- Replies: 14
- Views: 3923
Considering buying a kazzo and flashing my homebrew
I posted this in another thread, but I got the advise to start a new thread, so here it is. I'd like to run/test my homebrew on a real device. And I came across the infiniteneslives.com site. As I understand it, it would suffice to buy the kazzo: http://www.infiniteneslives.com/kazzo.php ($20,-) And...
- Fri May 13, 2016 6:56 am
- Forum: Newbie Help Center
- Topic: Flashing Homebrew or ANYTHING for that matter!
- Replies: 6
- Views: 2868
Re: Flashing Homebrew or ANYTHING for that matter!
I'm interested in doing the same. As I understand it, it would suffice to buy the kazzo: http://www.infiniteneslives.com/kazzo.php ($20,-) And an NROM flash board ($13). This board comes with a PRG and a CHR bank as I understand it. Right? And then hook up the kazzo, erase the CHR and PRG bank. Flas...
- Fri May 13, 2016 6:50 am
- Forum: 2016 NESdev Competition
- Topic: Planning
- Replies: 202
- Views: 125688
Re: NesDev compo 2016
This conversation is quite hard to follow over the 9 pages. Just to clarify: there is a competition going on, you can start whenever you want as long is you finish before the 31st of Jan (right?) You can use N-ROM 128 or 256 whatever. Anything goes, you can decide on a theme yourself (for the uncrea...