1 // (c) Copyright 2006-2007 notaz, All rights reserved.
2 // Free for non-commercial use.
4 // For commercial use, separate licencing terms must be obtained.
19 extern char romFileName[];
20 extern int engineState;
24 void emu_Deinit(void);
26 void emu_ResetGame(void);
27 void emu_forcedFrame(void);
29 void emu_msg_cb(const char *msg);
31 // actually comes from Pico/Misc_amips.s
32 void memset32_uncached(int *dest, int c, int count);