mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
(nw) fixed validation error.
This commit is contained in:
parent
16d1aafecf
commit
ef232e57a3
@ -17,7 +17,7 @@
|
||||
#include "emu.h"
|
||||
#include "namcos2_roz.h"
|
||||
|
||||
DEFINE_DEVICE_TYPE(NAMCOS2_ROZ, namcos2_roz_device, "namcos2_sprite", "Namco Sysem 2 ROZ (C102)")
|
||||
DEFINE_DEVICE_TYPE(NAMCOS2_ROZ, namcos2_roz_device, "namcos2_roz", "Namco Sysem 2 ROZ (C102)")
|
||||
|
||||
namcos2_roz_device::namcos2_roz_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock) :
|
||||
device_t(mconfig, NAMCOS2_ROZ, tag, owner, clock),
|
||||
|
Loading…
Reference in New Issue
Block a user