I've been able to compile my own VegaPlay ROM but there are things about the program which I felt were needed just to make it more interesting than just a collection of NSF files.
I wanted to have the screen be more visually appealing. I've made a custom background and it looks nice but it's still static and I was wanting to make them flash different colours just to make it more lively. I also wasn't a fan of how the track instantly changes as soon as you scroll up or down. I'd rather have it like in FamiCompo or have the currently playing track play while you move the cursor and only stop to change when you press A or something. So a way to pause/play and select new song.
I tried looking at LogoNES to see how flickering colours could work. I've also looked at the files and how they work for the past 2 evenings and I'm really just breaking the program more than anything.
I know that when it says something like "BEQ EndDrawChk" it sends the message to "EndDrawChk" and begins its cycle. However I don't know what the difference between those CEQ, GRA, PEL phrases mean and what they do alongside the $4000 or $45 $c10.
If any of you guys are like pros at this kind of stuff It'd be awesome if you could tell me how to code this out or explain how some areas work so I could do it myself.
Thanks.
I wanted to have the screen be more visually appealing. I've made a custom background and it looks nice but it's still static and I was wanting to make them flash different colours just to make it more lively. I also wasn't a fan of how the track instantly changes as soon as you scroll up or down. I'd rather have it like in FamiCompo or have the currently playing track play while you move the cursor and only stop to change when you press A or something. So a way to pause/play and select new song.
I tried looking at LogoNES to see how flickering colours could work. I've also looked at the files and how they work for the past 2 evenings and I'm really just breaking the program more than anything.
I know that when it says something like "BEQ EndDrawChk" it sends the message to "EndDrawChk" and begins its cycle. However I don't know what the difference between those CEQ, GRA, PEL phrases mean and what they do alongside the $4000 or $45 $c10.
If any of you guys are like pros at this kind of stuff It'd be awesome if you could tell me how to code this out or explain how some areas work so I could do it myself.
Thanks.