mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
(nw) validation
This commit is contained in:
parent
8cb7da3443
commit
9f03206da4
@ -20,7 +20,7 @@
|
||||
//#define VERBOSE (LOG_GENERAL)
|
||||
#include "logmacro.h"
|
||||
|
||||
DEFINE_DEVICE_TYPE(BERT, bert_device, "bert", "NCD BERT ASIC")
|
||||
DEFINE_DEVICE_TYPE(BERT, bert_device, "ncd_bert_asic", "NCD BERT ASIC")
|
||||
|
||||
bert_device::bert_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock)
|
||||
: device_t(mconfig, BERT, tag, owner, clock)
|
||||
|
Loading…
Reference in New Issue
Block a user