mirror of
https://github.com/holub/mame
synced 2025-06-08 13:53:52 +03:00
forgot to remove these (nw)
This commit is contained in:
parent
5818511ba7
commit
14bca237a7
@ -379,16 +379,12 @@ public:
|
|||||||
// static configuration
|
// static configuration
|
||||||
static void static_set_palette_tag(device_t &device, const char *tag);
|
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
|
// device-level overrides
|
||||||
virtual void device_config_complete();
|
virtual void device_config_complete();
|
||||||
virtual void device_start();
|
virtual void device_start();
|
||||||
virtual void device_reset();
|
virtual void device_reset();
|
||||||
private:
|
private:
|
||||||
// internal state
|
// internal state
|
||||||
struct s3c24xx_t *m_token;
|
|
||||||
required_device<palette_device> m_palette;
|
required_device<palette_device> m_palette;
|
||||||
public:
|
public:
|
||||||
UINT32 screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
|
UINT32 screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
|
||||||
|
@ -464,9 +464,6 @@ public:
|
|||||||
// static configuration
|
// static configuration
|
||||||
static void static_set_palette_tag(device_t &device, const char *tag);
|
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 );
|
DECLARE_WRITE_LINE_MEMBER( frnb_w );
|
||||||
|
|
||||||
// device-level overrides
|
// device-level overrides
|
||||||
@ -475,7 +472,6 @@ public:
|
|||||||
virtual void device_reset();
|
virtual void device_reset();
|
||||||
private:
|
private:
|
||||||
// internal state
|
// internal state
|
||||||
struct s3c24xx_t *m_token;
|
|
||||||
required_device<palette_device> m_palette;
|
required_device<palette_device> m_palette;
|
||||||
public:
|
public:
|
||||||
UINT32 screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
|
UINT32 screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
|
||||||
|
Loading…
Reference in New Issue
Block a user