Search found 3 matches
- Thu Jan 07, 2021 7:53 pm
- Forum: Newbie Help Center
- Topic: Nerdy Night issue
- Replies: 6
- Views: 2306
Re: Nerdy Night issue
Did you successfully assemble the original demo program? This is a very simple program that basically tells the NES "hey, make everything bluer". I'm going through the NN tutorials right now and the day 3 code works perfectly fine for me on FCEUX but not on mesen... when running it on mesen for me ...
- Mon Sep 10, 2018 8:40 pm
- Forum: NES Music
- Topic: Does everyone still use Winamp for VGM?
- Replies: 16
- Views: 14009
Re: Does everyone still use Winamp for VGM?
"unless not supported with current OS" is one. Staying on Winamp discourages someone from switching from Windows, and a lot of these legacy plug-ins won't operate in an all-64-bit or ARM environment. I'm not even sure if it's easy to find a compiler compatible with whatever version of the C runtime...
- Thu Nov 30, 2017 2:11 am
- Forum: NESdev
- Topic: ASM6 for Android (and possibly other OSes that use an ARM)
- Replies: 14
- Views: 8131
Re: ASM6 for Android (and possibly other OSes that use an AR
Hm, it appears this acts kind of funky in newer versions of Android. It looks like you have to change byte $10 in the file from 2 to 3 otherwise you get a "position independent executable (PIE) required" error in the terminal, at least on non rooted devices. I found this out after running into this ...