summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx_cart/fmpac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/msx_cart/fmpac.cpp')
-rw-r--r--src/devices/bus/msx_cart/fmpac.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/bus/msx_cart/fmpac.cpp b/src/devices/bus/msx_cart/fmpac.cpp
index 0654c27b1fe..3eb388ddb8e 100644
--- a/src/devices/bus/msx_cart/fmpac.cpp
+++ b/src/devices/bus/msx_cart/fmpac.cpp
@@ -9,8 +9,9 @@ with: PAC2 BACKUP DATA. We only store the raw sram contents.
#include "emu.h"
#include "fmpac.h"
+#include "speaker.h"
-const device_type MSX_CART_FMPAC = &device_creator<msx_cart_fmpac>;
+const device_type MSX_CART_FMPAC = device_creator<msx_cart_fmpac>;
msx_cart_fmpac::msx_cart_fmpac(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)