Search found 2 matches

by Kiro
Thu May 02, 2019 10:16 pm
Forum: Newbie Help Center
Topic: Looking for help with NROM flashing using INL Retro Program
Replies: 3
Views: 4922

Re: Looking for help with NROM flashing using INL Retro Prog

So I think it is my memory map for ca65/ld65. I'm using this one based off tepples example. I'm trying to use the full 32k (256) NROM space for my PRG. I don't think I've mapped it right, what am I doing wrong? # CA65 configuration script for NROM MEMORY { ZP: start = $00, size = $100, type = rw; # ...
by Kiro
Tue Apr 30, 2019 3:12 am
Forum: Newbie Help Center
Topic: Looking for help with NROM flashing using INL Retro Program
Replies: 3
Views: 4922

Looking for help with NROM flashing using INL Retro Program

Hi All, I've been tinkering on a project for a while and learning to code for the NES while porting a classic DOS game. I've since received an INL Retro Programmer/Dumper (the new version, not Kazzo) and I am trying to flash my NROM game onto one of the INL NROM carts. Problem is the data that ends ...