mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Caravelle with two Es (nw)
This commit is contained in:
parent
630b3a56be
commit
690e0c341b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user