disabled unused private field (nw)

This commit is contained in:
Oliver Stöneberg 2013-07-11 18:34:20 +00:00
parent 817df6f79e
commit 96afa4c196
2 changed files with 2 additions and 2 deletions

View File

@ -325,7 +325,7 @@ const device_type K001006 = &device_creator<k001006_device>;
k001006_device::k001006_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, K001006, "Konami 001006", tag, owner, clock, "k001006", __FILE__),
m_screen(NULL),
//m_screen(NULL),
m_pal_ram(NULL),
m_unknown_ram(NULL),
m_addr(0),

View File

@ -63,7 +63,7 @@ protected:
private:
// internal state
screen_device *m_screen;
//screen_device *m_screen;
UINT16 * m_pal_ram;
UINT16 * m_unknown_ram;