X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico_int.h;h=45955ad2456a0e7ac5e2e724e1b70953dea89c08;hb=3e49ffd0bf13f3a889cfb5196c2a61962dff6d0b;hp=d3b64a820aa804b4f9a813b0e122edb80d7ee642;hpb=d8f51995c466282c7c93f3666b1bc54b827ec19e;p=picodrive.git diff --git a/pico/pico_int.h b/pico/pico_int.h index d3b64a8..45955ad 100644 --- a/pico/pico_int.h +++ b/pico/pico_int.h @@ -551,6 +551,11 @@ PICO_INTERNAL void PsndClear(void); PICO_INTERNAL void PsndGetSamples(int y); extern int PsndDacLine; +// sms.c +void PicoPowerMS(void); +void PicoMemSetupMS(void); +void PicoFrameMS(void); + // emulation event logging #ifndef EL_LOGMASK #define EL_LOGMASK 0 @@ -596,7 +601,7 @@ extern void lprintf(const char *fmt, ...); #define cdprintf(x...) #endif -#if defined(__GNUC__) && !defined(ARM) +#if defined(__GNUC__) && __GNUC__ >= 4 && __GNUC_MINOR__ >= 3 #define MEMH_FUNC __attribute__((aligned(4))) #else #define MEMH_FUNC