diff options
| author | 2010-08-28 19:56:49 +0000 | |
|---|---|---|
| committer | 2010-08-28 19:56:49 +0000 | |
| commit | 9d60dac4355ff27b9a8e18789555e4f46033fd41 (patch) | |
| tree | ccfda9308eb88559d871beec2d0e9195f3e0274f | |
| parent | 479d33551d0fd502d04ecf84de96fed776c67983 (diff) | |
Fix current code linking (no whatsnew)
| -rw-r--r-- | src/emu/machine/k056230.c | 2 | ||||
| -rw-r--r-- | 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; |
