don't need this any more (nw)

This commit is contained in:
Alex W. Jackson 2014-05-09 10:34:54 +00:00
parent 9a8d3075f0
commit beb8b3e6d8
2 changed files with 1 additions and 3 deletions

View File

@ -22,8 +22,7 @@ k054338_device::k054338_device(const machine_config &mconfig, const char *tag, d
: device_t(mconfig, K054338, "K054338 Mixer Device", tag, owner, clock, "k054338", __FILE__), : device_t(mconfig, K054338, "K054338 Mixer Device", tag, owner, clock, "k054338", __FILE__),
device_video_interface(mconfig, *this), device_video_interface(mconfig, *this),
m_alpha_inv(0), m_alpha_inv(0),
m_k055555_tag(NULL), m_k055555_tag(NULL)
m_generic_paletteram_32(*this, "^paletteram")
{ {
memset(&m_regs, 0, sizeof(m_regs)); memset(&m_regs, 0, sizeof(m_regs));
memset(&m_shd_rgb, 0, sizeof(m_shd_rgb)); memset(&m_shd_rgb, 0, sizeof(m_shd_rgb));

View File

@ -56,7 +56,6 @@ private:
const char *m_k055555_tag; const char *m_k055555_tag;
k055555_device *m_k055555; /* used to fill BG color */ k055555_device *m_k055555; /* used to fill BG color */
optional_shared_ptr<UINT32> m_generic_paletteram_32;
}; };
extern const device_type K054338; extern const device_type K054338;