mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
flower: Resolve conflict between driver and device name (nw)
This commit is contained in:
parent
efebf3417b
commit
3c3b5199a4
@ -22,7 +22,7 @@
|
||||
//**************************************************************************
|
||||
|
||||
// device type definition
|
||||
DEFINE_DEVICE_TYPE(FLOWER_CUSTOM, flower_sound_device, "flower", "Flower Custom Audio")
|
||||
DEFINE_DEVICE_TYPE(FLOWER_CUSTOM, flower_sound_device, "flower_sound", "Flower Custom Audio")
|
||||
|
||||
// TODO: AM_SELECT unsupported by DEVICE_ADDRESS_MAP, so we need a trampoline here
|
||||
static ADDRESS_MAP_START( regs_map, AS_IO, 8, flower_sound_device )
|
||||
|
Loading…
Reference in New Issue
Block a user