forgot to remove these (nw)

This commit is contained in:
Miodrag Milanovic 2014-04-02 07:55:14 +00:00
parent 5818511ba7
commit 14bca237a7
2 changed files with 0 additions and 8 deletions

View File

@ -379,16 +379,12 @@ public:
// static configuration
static void static_set_palette_tag(device_t &device, const char *tag);
// access to legacy token
struct s3c24xx_t *token() const { assert(m_token != NULL); return m_token; }
// device-level overrides
virtual void device_config_complete();
virtual void device_start();
virtual void device_reset();
private:
// internal state
struct s3c24xx_t *m_token;
required_device<palette_device> m_palette;
public:
UINT32 screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);

View File

@ -464,9 +464,6 @@ public:
// static configuration
static void static_set_palette_tag(device_t &device, const char *tag);
// access to legacy token
struct s3c24xx_t *token() const { assert(m_token != NULL); return m_token; }
DECLARE_WRITE_LINE_MEMBER( frnb_w );
// device-level overrides
@ -475,7 +472,6 @@ public:
virtual void device_reset();
private:
// internal state
struct s3c24xx_t *m_token;
required_device<palette_device> m_palette;
public:
UINT32 screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);