summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m79amb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m79amb.h')
-rw-r--r--src/mame/includes/m79amb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/m79amb.h b/src/mame/includes/m79amb.h
index 1c715d37361..fa97f4352f0 100644
--- a/src/mame/includes/m79amb.h
+++ b/src/mame/includes/m79amb.h
@@ -23,6 +23,7 @@ public:
void init_m79amb();
+private:
DECLARE_WRITE8_MEMBER(ramtek_videoram_w);
DECLARE_READ8_MEMBER(gray5bit_controller0_r);
DECLARE_READ8_MEMBER(gray5bit_controller1_r);
@@ -32,7 +33,6 @@ public:
INTERRUPT_GEN_MEMBER(m79amb_interrupt);
-protected:
void machine_start() override;
uint32_t screen_update_ramtek(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);