diff options
Diffstat (limited to 'src/devices/bus/bk/ay.cpp')
| -rw-r--r-- | src/devices/bus/bk/ay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/bk/ay.cpp b/src/devices/bus/bk/ay.cpp index 993ecf5dbf5..7eb9f119c0e 100644 --- a/src/devices/bus/bk/ay.cpp +++ b/src/devices/bus/bk/ay.cpp @@ -102,4 +102,4 @@ void bk_ay_device::io_w(uint16_t data, bool word) // DEVICE DEFINITIONS //************************************************************************** -DEFINE_DEVICE_TYPE_PRIVATE(BK_AY, device_qbus_card_interface, bk_ay_device, "bk_ay", "BK Single AY Interface") +DEFINE_DEVICE_TYPE_PRIVATE(BK_AY, device_bk_parallel_interface, bk_ay_device, "bk_ay", "BK Single AY Interface") |
