mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
ups (nw)
This commit is contained in:
parent
936c69d1bf
commit
9d06110244
@ -23,9 +23,9 @@
|
||||
|
||||
#define MCFG_NAMCO_62XX_OUTPUT_1_CB(_devcb) \
|
||||
devcb = &namco_62xx_device::set_output_1_callback(*device, DEVCB2_##_devcb);
|
||||
|
||||
class namco_62xx_device : public device_t,
|
||||
public namco_62xx_interface
|
||||
|
||||
|
||||
class namco_62xx_device : public device_t
|
||||
{
|
||||
public:
|
||||
namco_62xx_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
|
||||
|
Loading…
Reference in New Issue
Block a user