fix crash when specifying --source on command line
[rofl0r-gnuboy.git] / emu.h
blob6e9fb45cae16ac29a234057f5ae70cf51000ed23
1 #ifndef EMU_H
2 #define EMU_H
4 void emu_run();
5 void emu_reset();
6 void emu_pause(int paused);
7 int emu_paused(void);
9 #endif