summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-10-24 22:59:42 +0200
committer hap <happppp@users.noreply.github.com>2021-10-24 22:59:42 +0200
commit5198603ea8bfbf9d33a039a01a59b194f9c5dd14 (patch)
tree5066f3f02191057e2ce18bb7db9cda98dddea714 /src/mame/includes
parent847073add70643450ee9198331f6dc643248613f (diff)
monsterz: use galaxian stars instead of scramble
Diffstat (limited to 'src/mame/includes')
-rw-r--r--src/mame/includes/galaxian.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/galaxian.h b/src/mame/includes/galaxian.h
index 24c8f181170..f78bf776ae4 100644
--- a/src/mame/includes/galaxian.h
+++ b/src/mame/includes/galaxian.h
@@ -210,6 +210,7 @@ public:
void stars_update_origin();
void stars_draw_row(bitmap_rgb32 &bitmap, int maxx, int y, uint32_t star_offs, uint8_t starmask);
void null_draw_background(bitmap_rgb32 &bitmap, const rectangle &cliprect);
+ void galaxian_draw_stars(bitmap_rgb32 &bitmap, const rectangle &cliprect, int maxx);
void galaxian_draw_background(bitmap_rgb32 &bitmap, const rectangle &cliprect);
void background_draw_colorsplit(bitmap_rgb32 &bitmap, const rectangle &cliprect, rgb_t color, int split, int split_flipped);
void scramble_draw_stars(bitmap_rgb32 &bitmap, const rectangle &cliprect, int maxx);
@@ -814,6 +815,8 @@ public:
void monsterz(machine_config& config);
+ void init_monsterz();
+
protected:
virtual void machine_start() override;