From 10f5966ea5b9745b9c8eb7ed1f7d901eaf586865 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Fri, 11 Jun 2010 20:37:50 +0000 Subject: Split implementation for legacy devices into a separate macro. Updated all devices to use this macro in their .c file. This greatly reduces the amount of work the linker has to do to combine all the instances, and reduces the final binary size when building with symbols. Unfortunately, in order to do it I had to switch back to macros from templates, but I can live with that for legacy devices. --- src/emu/sound/psx.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/emu/sound/psx.c') diff --git a/src/emu/sound/psx.c b/src/emu/sound/psx.c index 63cfb6e4925..47ec3b1a670 100644 --- a/src/emu/sound/psx.c +++ b/src/emu/sound/psx.c @@ -728,3 +728,5 @@ DEVICE_GET_INFO( psxspu ) } } + +DEFINE_LEGACY_SOUND_DEVICE(PSXSPU, psxspu); -- cgit v1.2.3-70-g09d2