Applied a whole slew of patches, getting RAM usage down by a further 10 MB.

This commit is contained in:
OBattler
2018-03-19 01:02:04 +01:00
parent b6c393cc91
commit b1efb99ed6
222 changed files with 9538 additions and 9980 deletions

View File

@@ -722,7 +722,7 @@ void pas16_get_buffer(int32_t *buffer, int len, void *p)
}
static void *pas16_init(device_t *info)
static void *pas16_init(const device_t *info)
{
pas16_t *pas16 = malloc(sizeof(pas16_t));
memset(pas16, 0, sizeof(pas16_t));
@@ -746,7 +746,7 @@ static void pas16_close(void *p)
free(pas16);
}
device_t pas16_device =
const device_t pas16_device =
{
"Pro Audio Spectrum 16",
DEVICE_ISA | DEVICE_NOT_WORKING,