mirror of
https://github.com/holub/mame
synced 2025-06-04 20:06:28 +03:00
Fix current code linking (no whatsnew)
This commit is contained in:
parent
479d33551d
commit
9d60dac435
@ -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
|
||||
|
@ -99,7 +99,7 @@ private:
|
||||
|
||||
|
||||
// device type definition
|
||||
extern const device_type K056230;
|
||||
extern const device_type K0506230;
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user