| 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 |
| r17822 | r17823 | |
|---|---|---|
| 8 | 8 | { |
| 9 | 9 | public: |
| 10 | 10 | _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) { } | |
| 12 | 13 | |
| 13 | 14 | /* memory pointers */ |
| 14 | 15 | UINT8 m_videoram[0x1000]; |
| Previous | 199869 Revisions | Next |