From 9d60dac4355ff27b9a8e18789555e4f46033fd41 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 28 Aug 2010 19:56:49 +0000 Subject: [PATCH] Fix current code linking (no whatsnew) --- src/emu/machine/k056230.c | 2 +- src/emu/machine/k056230.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/emu/machine/k056230.c b/src/emu/machine/k056230.c index 45371e82fee..fd0ad1ea6b5 100644 --- a/src/emu/machine/k056230.c +++ b/src/emu/machine/k056230.c @@ -44,7 +44,7 @@ void k056230_device_config::device_config_complete() // LIVE DEVICE //************************************************************************** -const device_type K056230 = k056230_device_config::static_alloc_device_config; +const device_type K0506230 = k056230_device_config::static_alloc_device_config; //------------------------------------------------- // k056230_device - constructor diff --git a/src/emu/machine/k056230.h b/src/emu/machine/k056230.h index 44b4f00c2f2..19dd41e8604 100644 --- a/src/emu/machine/k056230.h +++ b/src/emu/machine/k056230.h @@ -99,7 +99,7 @@ private: // device type definition -extern const device_type K056230; +extern const device_type K0506230;