Refactored sound code - slight speedup.

This commit is contained in:
TomW 2016-02-10 20:49:28 +00:00
commit 3a57341837
33 changed files with 706 additions and 535 deletions

View file

@ -1,6 +1,7 @@
#include "ibm.h"
#include "config.h"
#include "device.h"
#include "sound.h"
static void *device_priv[256];
static device_t *devices[256];
@ -73,6 +74,8 @@ void device_speed_changed()
}
}
}
sound_speed_changed();
}
void device_force_redraw()