summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/nmk16.h
diff options
context:
space:
mode:
author cam900 <dbtlrchl@naver.com>2019-08-13 18:43:43 +0900
committer cam900 <dbtlrchl@naver.com>2019-08-13 18:43:43 +0900
commit90550a26e5fc872007dc9117d4ccbed557ecdd65 (patch)
treec85e5ee4650f3317434a7ff8056685c112b4ff50 /src/mame/includes/nmk16.h
parentf7ef94dfe5f2cc905a40893cf18060383ecca619 (diff)
nmk16.cpp : Reduce duplicates, Add notes for screen raw params
Diffstat (limited to 'src/mame/includes/nmk16.h')
-rw-r--r--src/mame/includes/nmk16.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/includes/nmk16.h b/src/mame/includes/nmk16.h
index bd29bef9fbe..def0caf7585 100644
--- a/src/mame/includes/nmk16.h
+++ b/src/mame/includes/nmk16.h
@@ -264,9 +264,7 @@ private:
void spec2k_oki1_banking_w(u8 data);
template<unsigned Scroll> void afega_scroll_w(offs_t offset, u16 data, u16 mem_mask = ~0);
- TILE_GET_INFO_MEMBER(get_bg_tile_info_4bit);
TILE_GET_INFO_MEMBER(get_bg_tile_info_8bit);
- DECLARE_VIDEO_START(afega);
DECLARE_VIDEO_START(grdnstrm);
u32 screen_update_afega(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
u32 screen_update_firehawk(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);