summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/galaxold.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/galaxold.h')
-rw-r--r--src/mame/includes/galaxold.h56
1 files changed, 28 insertions, 28 deletions
diff --git a/src/mame/includes/galaxold.h b/src/mame/includes/galaxold.h
index 0ae95217a0a..754a70921cc 100644
--- a/src/mame/includes/galaxold.h
+++ b/src/mame/includes/galaxold.h
@@ -170,9 +170,9 @@ public:
TILE_GET_INFO_MEMBER(rockclim_get_tile_info);
TILE_GET_INFO_MEMBER(harem_get_tile_info);
- void machine_reset_galaxold();
- void machine_reset_devilfsg();
- void machine_reset_hunchbkg();
+ DECLARE_MACHINE_RESET(galaxold);
+ DECLARE_MACHINE_RESET(devilfsg);
+ DECLARE_MACHINE_RESET(hunchbkg);
DECLARE_PALETTE_INIT(galaxold);
DECLARE_PALETTE_INIT(rockclim);
@@ -185,31 +185,31 @@ public:
DECLARE_PALETTE_INIT(dambustr);
DECLARE_PALETTE_INIT(turtles);
- void video_start_galaxold();
- void video_start_drivfrcg();
- void video_start_racknrol();
- void video_start_mooncrst();
- void video_start_scrambold();
- void video_start_newsin7();
- void video_start_pisces();
- void video_start_dkongjrm();
- void video_start_dkongjrmc();
- void video_start_rockclim();
- void video_start_galaxold_plain();
- void video_start_ozon1();
- void video_start_bongo();
- void video_start_ckongs();
- void video_start_darkplnt();
- void video_start_rescue();
- void video_start_minefld();
- void video_start_stratgyx();
- void video_start_mariner();
- void video_start_mimonkey();
- void video_start_scorpion();
- void video_start_ad2083();
- void video_start_dambustr();
- void video_start_harem();
- void video_start_bagmanmc();
+ DECLARE_VIDEO_START(galaxold);
+ DECLARE_VIDEO_START(drivfrcg);
+ DECLARE_VIDEO_START(racknrol);
+ DECLARE_VIDEO_START(mooncrst);
+ DECLARE_VIDEO_START(scrambold);
+ DECLARE_VIDEO_START(newsin7);
+ DECLARE_VIDEO_START(pisces);
+ DECLARE_VIDEO_START(dkongjrm);
+ DECLARE_VIDEO_START(dkongjrmc);
+ DECLARE_VIDEO_START(rockclim);
+ DECLARE_VIDEO_START(galaxold_plain);
+ DECLARE_VIDEO_START(ozon1);
+ DECLARE_VIDEO_START(bongo);
+ DECLARE_VIDEO_START(ckongs);
+ DECLARE_VIDEO_START(darkplnt);
+ DECLARE_VIDEO_START(rescue);
+ DECLARE_VIDEO_START(minefld);
+ DECLARE_VIDEO_START(stratgyx);
+ DECLARE_VIDEO_START(mariner);
+ DECLARE_VIDEO_START(mimonkey);
+ DECLARE_VIDEO_START(scorpion);
+ DECLARE_VIDEO_START(ad2083);
+ DECLARE_VIDEO_START(dambustr);
+ DECLARE_VIDEO_START(harem);
+ DECLARE_VIDEO_START(bagmanmc);
uint32_t screen_update_galaxold(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_dambustr(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);