mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
one more (nw)
This commit is contained in:
parent
2144b273a3
commit
21c1cac2dd
@ -8,7 +8,8 @@ class _4enraya_state : public driver_device
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
_4enraya_state(const machine_config &mconfig, device_type type, const char *tag)
|
_4enraya_state(const machine_config &mconfig, device_type type, const char *tag)
|
||||||
: driver_device(mconfig, type, tag), m_snd_latch_bit(4) { }
|
: driver_device(mconfig, type, tag),
|
||||||
|
m_snd_latch_bit(4) { }
|
||||||
|
|
||||||
/* memory pointers */
|
/* memory pointers */
|
||||||
UINT8 m_videoram[0x1000];
|
UINT8 m_videoram[0x1000];
|
||||||
|
Loading…
Reference in New Issue
Block a user