summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bk/ay.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2025-10-31 07:47:35 +1100
committer Vas Crabb <vas@vastheman.com>2025-10-31 07:50:51 +1100
commit53137914d20158052b72e4202f2b1ff46d0dc610 (patch)
tree38d1b7f934b327b4b2160652f789dd2c8b6fbe99 /src/devices/bus/bk/ay.cpp
parentcf68fd5e3efa33a3a39b660cd9c977e34a8c749b (diff)
Fixed up a pile of stuff and commented out games added without credits.
* You actually need to add copyright notices when adding stuff in 3rdparty. * bus/bk: Fixed bad exposed class. * Metadata fixes. * Got rid of non-const function statics.
Diffstat (limited to 'src/devices/bus/bk/ay.cpp')
-rw-r--r--src/devices/bus/bk/ay.cpp2
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")