video/decbac06.cpp: Corrected device short name (#9817). (#9848)

This commit is contained in:
0kmg 2022-05-28 12:07:22 -07:00 committed by GitHub
parent 7f967b0c75
commit ec407f8258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ Priority word (Midres):
#include <algorithm>
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)