move more globals to PicoInterface
[picodrive.git] / pico / pico.c
index 76c5fe9..f6b43cd 100644 (file)
@@ -14,7 +14,6 @@ struct Pico Pico;
 struct PicoMem PicoMem;\r
 PicoInterface PicoIn;\r
 \r
-void (*PicoWriteSound)(int len) = NULL; // called at the best time to send sound buffer (PsndOut) to hardware\r
 void (*PicoResetHook)(void) = NULL;\r
 void (*PicoLineHook)(void) = NULL;\r
 \r
@@ -344,6 +343,4 @@ void PicoGetInternal(pint_t which, pint_ret_t *r)
   }\r
 }\r
 \r
-// callback to output message from emu\r
-void (*PicoMessage)(const char *msg)=NULL;\r
-\r
+// vim:ts=2:sw=2:expandtab\r