Compiling NesterDC-standalone Trouble Help :)

If you have any questions on programming, this is the place to ask them, whether you're a newbie or an experienced programmer. Discussion on programming in general is also welcome. We will help you with programming homework, but we will not do your work for you! Any porting requests must be made in Developmental Ideas.
Post Reply
User avatar
Ian Robinson
DC Developer
DC Developer
Posts: 114
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Mon Mar 11, 2019 7:12 am
Has thanked: 206 times
Been thanked: 41 times

Compiling NesterDC-standalone Trouble Help :)

Post by Ian Robinson »

Hi,

I have big trouble compiling any version of nesterdc it needs very old toolchain all i want to do is put reset to console :)
Trying to compile every bit of old homebrew and do this so people with gdemu can go back to menu..

Now https://github.com/kilgariff/NesterDC-standalone

I cant get this to work the build script fails on cygwin and linux i have tried both..

https://streamable.com/jlhcko can see the short video very close but yeah nah

Ross help :)
All we need to add is

Code: Select all

    // Guard against an untoward exit during testing.
    cont_btn_callback(0, CONT_START | CONT_A | CONT_B | CONT_X | CONT_Y,
                      (void (*)(unsigned char, long  unsigned int))arch_exit);
Post Reply