summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/20pacgal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/20pacgal.h')
-rw-r--r--src/mame/includes/20pacgal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/20pacgal.h b/src/mame/includes/20pacgal.h
index 03e3fc39d7c..107bba20b7b 100644
--- a/src/mame/includes/20pacgal.h
+++ b/src/mame/includes/20pacgal.h
@@ -70,6 +70,8 @@ public:
void draw_sprite(bitmap_rgb32 &bitmap, int y, int x,
uint8_t code, uint8_t color, int flip_y, int flip_x);
void common_save_state();
+ void _20pacgal(machine_config &config);
+ void _20pacgal_video(machine_config &config);
};
@@ -82,7 +84,5 @@ public:
DECLARE_READ8_MEMBER( _25pacman_io_87_r );
virtual void machine_start() override;
+ void _25pacman(machine_config &config);
};
-
-/*----------- defined in video/20pacgal.c -----------*/
-MACHINE_CONFIG_EXTERN( 20pacgal_video );