summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/yunsun16.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/yunsun16.h')
-rw-r--r--src/mame/includes/yunsun16.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/includes/yunsun16.h b/src/mame/includes/yunsun16.h
index 3f230255c5e..568b3a32f9d 100644
--- a/src/mame/includes/yunsun16.h
+++ b/src/mame/includes/yunsun16.h
@@ -34,7 +34,6 @@ public:
required_shared_ptr<UINT16> m_scrollram_0;
required_shared_ptr<UINT16> m_scrollram_1;
required_shared_ptr<UINT16> m_priorityram;
-// UINT16 * m_paletteram; // currently this uses generic palette handling
required_shared_ptr<UINT16> m_spriteram;
/* other video-related elements */
@@ -58,5 +57,4 @@ public:
virtual void video_start();
UINT32 screen_update_yunsun16(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites( screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect );
- DECLARE_WRITE_LINE_MEMBER(soundirq);
};