diablo2
Virtual Boy
I've decided to change clockspeed opensnes9xgp v.03 myself.
Changing the clockspeed in the code wasn't hard, but my computer doesn't like things like this
It gave errors for these.
I am a very new coder.
I'm not sure sure how to compile it.
I already have devkitadv all set up.
Changing the clockspeed in the code wasn't hard, but my computer doesn't like things like this
Code:
/* SNES9X headers */
#include "snes9x.h"
#include "memmap.h"
//#include "debug.h"
#include "cpuexec.h"
#include "ppu.h"
#include "snapshot.h"
#include "apu.h"
#include "display.h"
#include "gfx.h"
#include "soundux.h"
#include "cheats.h"
#include "font.h"
#include "gammatab.h"
It gave errors for these.
I am a very new coder.
I'm not sure sure how to compile it.
I already have devkitadv all set up.