Previous 199869 Revisions Next

r17823 Wednesday 12th September, 2012 at 09:14:22 UTC by Miodrag Milanović
one more (nw)
[src/mame/includes]4enraya.h

trunk/src/mame/includes/4enraya.h
r17822r17823
88{
99public:
1010   _4enraya_state(const machine_config &mconfig, device_type type, const char *tag)
11      : driver_device(mconfig, type, tag), m_snd_latch_bit(4) { }
11      : driver_device(mconfig, type, tag),
12      m_snd_latch_bit(4) { }
1213
1314   /* memory pointers */
1415   UINT8      m_videoram[0x1000];

Previous 199869 Revisions Next


© 1997-2024 The MAME Team