X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico.c;h=f6b43cd69eb63b25e01911bb2ada785bee60c413;hb=fda2f31020bf0d6cf7b5dd70ec01cf390b7e1483;hp=76c5fe92441b2cbfcd9f4e8879d9dca6d0ee7eee;hpb=eef77d7a8b0b0d47e9559e40d8cb6407ea39b0f2;p=picodrive.git diff --git a/pico/pico.c b/pico/pico.c index 76c5fe9..f6b43cd 100644 --- a/pico/pico.c +++ b/pico/pico.c @@ -14,7 +14,6 @@ struct Pico Pico; struct PicoMem PicoMem; PicoInterface PicoIn; -void (*PicoWriteSound)(int len) = NULL; // called at the best time to send sound buffer (PsndOut) to hardware void (*PicoResetHook)(void) = NULL; void (*PicoLineHook)(void) = NULL; @@ -344,6 +343,4 @@ void PicoGetInternal(pint_t which, pint_ret_t *r) } } -// callback to output message from emu -void (*PicoMessage)(const char *msg)=NULL; - +// vim:ts=2:sw=2:expandtab