Caravelle with two Es (nw)

This commit is contained in:
AJR 2019-11-15 20:13:00 -05:00
parent 630b3a56be
commit 690e0c341b

View File

@ -2,7 +2,7 @@
// copyright-holders:AJR
/*******************************************************************************
Skeleton device for Sanyo/Caravalle CDR-N820s.
Skeleton device for Sanyo/Caravelle CDR-N820s.
*******************************************************************************/
@ -10,7 +10,7 @@
#include "bus/nscsi/cdrn820s.h"
#include "machine/wd33c9x.h"
DEFINE_DEVICE_TYPE(CDRN820S, cdrn820s_device, "cdrn820s", "Caravalle CDR-N820s")
DEFINE_DEVICE_TYPE(CDRN820S, cdrn820s_device, "cdrn820s", "Caravelle CDR-N820s")
cdrn820s_device::cdrn820s_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, u32 clock)
: device_t(mconfig, type, tag, owner, clock)