From ec407f8258dcd262b0897e6be601e85765a5b583 Mon Sep 17 00:00:00 2001 From: 0kmg <9137159+0kmg@users.noreply.github.com> Date: Sat, 28 May 2022 12:07:22 -0700 Subject: video/decbac06.cpp: Corrected device short name (#9817). (#9848) --- src/mame/video/decbac06.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/video/decbac06.cpp b/src/mame/video/decbac06.cpp index a4ed651c7b8..567ceadf928 100644 --- a/src/mame/video/decbac06.cpp +++ b/src/mame/video/decbac06.cpp @@ -73,7 +73,7 @@ Priority word (Midres): #include -DEFINE_DEVICE_TYPE(DECO_BAC06, deco_bac06_device, "deco_back06", "DECO BAC06 Tilemap") +DEFINE_DEVICE_TYPE(DECO_BAC06, deco_bac06_device, "deco_bac06", "DECO BAC06 Tilemap") deco_bac06_device::deco_bac06_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock) : device_t(mconfig, DECO_BAC06, tag, owner, clock) -- cgit v1.2.3