diff options
Diffstat (limited to 'src/devices/sound/fm2612.cpp')
-rw-r--r-- | src/devices/sound/fm2612.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/fm2612.cpp b/src/devices/sound/fm2612.cpp index 086198a9ec4..f8a35534417 100644 --- a/src/devices/sound/fm2612.cpp +++ b/src/devices/sound/fm2612.cpp @@ -2372,7 +2372,7 @@ void * ym2612_init(void *param, device_t *device, int clock, int rate, YM2612 *F2612; /* allocate extend state space */ - F2612 = auto_alloc_clear(device->machine(), YM2612); + F2612 = auto_alloc_clear(device->machine(), <YM2612>()); /* allocate total level table (128kb space) */ init_tables(); |