summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/welltris.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/welltris.h')
-rw-r--r--src/mame/includes/welltris.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/mame/includes/welltris.h b/src/mame/includes/welltris.h
index aa732ee30f6..7ff69828a85 100644
--- a/src/mame/includes/welltris.h
+++ b/src/mame/includes/welltris.h
@@ -18,7 +18,13 @@ public:
m_pixelram(*this, "pixelram"),
m_charvideoram(*this, "charvideoram") { }
+ void quiz18k(machine_config &config);
+ void welltris(machine_config &config);
+
+ void init_quiz18k();
+ void init_welltris();
+private:
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_audiocpu;
required_device<vsystem_spr2_device> m_spr_old;
@@ -43,8 +49,6 @@ public:
DECLARE_WRITE16_MEMBER(scrollreg_w);
DECLARE_WRITE16_MEMBER(charvideoram_w);
- void init_quiz18k();
- void init_welltris();
virtual void machine_start() override;
virtual void video_start() override;
@@ -52,8 +56,6 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_background(bitmap_ind16 &bitmap, const rectangle &cliprect);
void setbank(int num, int bank);
- void quiz18k(machine_config &config);
- void welltris(machine_config &config);
void main_map(address_map &map);
void sound_map(address_map &map);
void sound_port_map(address_map &map);