mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
p8k_16_daisy: Improve device name (nw)
This commit is contained in:
parent
af83d873ff
commit
fa04851207
@ -73,7 +73,7 @@ protected:
|
||||
void device_start() override {}
|
||||
};
|
||||
|
||||
DEFINE_DEVICE_TYPE(P8K_16_DAISY, p8k_16_daisy_device, "p8k_16_daisy", "p8k_16_daisy")
|
||||
DEFINE_DEVICE_TYPE(P8K_16_DAISY, p8k_16_daisy_device, "p8k_16_daisy", "P8000 16-bit daisy chain device")
|
||||
|
||||
p8k_16_daisy_device::p8k_16_daisy_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
|
||||
: device_t(mconfig, P8K_16_DAISY, tag, owner, clock)
|
||||
|
Loading…
Reference in New Issue
Block a user