Skip to content

Commit ca02288

Browse files
committed
Pass the correct device type.
1 parent 1980286 commit ca02288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mame/ensoniq/esqvfd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ esq2x40_device::esq2x40_device(const machine_config &mconfig, const char *tag, d
403403
*/
404404

405405
esq2x40_vfx_device::esq2x40_vfx_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
406-
esqvfd_device(mconfig, ESQ2X40, tag, owner, clock, make_dimensions<2, 40>(*this))
406+
esqvfd_device(mconfig, ESQ2X40_VFX, tag, owner, clock, make_dimensions<2, 40>(*this))
407407
{
408408
}
409409

0 commit comments

Comments
 (0)