summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/argus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/argus.h')
-rw-r--r--src/mame/includes/argus.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/mame/includes/argus.h b/src/mame/includes/argus.h
index dc84aacece7..e163fc93d6e 100644
--- a/src/mame/includes/argus.h
+++ b/src/mame/includes/argus.h
@@ -49,9 +49,7 @@ public:
uint16_t m_palette_intensity;
// argus specific
- std::unique_ptr<uint8_t[]> m_dummy_bg0ram;
- int m_lowbitscroll;
- int m_prvscrollx;
+ uint8_t m_vrom_offset;
// butasan specific
uint8_t *m_butasan_txram;
@@ -98,14 +96,15 @@ public:
DECLARE_WRITE8_MEMBER(valtric_paletteram_w);
DECLARE_WRITE8_MEMBER(valtric_unknown_w);
- TILE_GET_INFO_MEMBER(argus_get_tx_tile_info);
+ template<int Gfx> TILE_GET_INFO_MEMBER(get_tx_tile_info);
TILE_GET_INFO_MEMBER(argus_get_bg0_tile_info);
TILE_GET_INFO_MEMBER(argus_get_bg1_tile_info);
- TILE_GET_INFO_MEMBER(valtric_get_tx_tile_info);
TILE_GET_INFO_MEMBER(valtric_get_bg_tile_info);
TILE_GET_INFO_MEMBER(butasan_get_tx_tile_info);
TILE_GET_INFO_MEMBER(butasan_get_bg0_tile_info);
TILE_GET_INFO_MEMBER(butasan_get_bg1_tile_info);
+ TILEMAP_MAPPER_MEMBER(butasan_bg_scan);
+ TILEMAP_MAPPER_MEMBER(butasan_tx_scan);
virtual void machine_start() override;
DECLARE_VIDEO_START(argus);
@@ -128,8 +127,6 @@ public:
void bg_setting();
// argus specific
- void argus_bg0_scroll_handle();
- void argus_write_dummy_rams(int dramoffs, int vromoffs);
void argus_draw_sprites(bitmap_rgb32 &bitmap, const rectangle &cliprect, int priority);
// butasan specific