summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/nbmj9195.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/nbmj9195.h')
-rw-r--r--src/mame/includes/nbmj9195.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/nbmj9195.h b/src/mame/includes/nbmj9195.h
index a8299a648f6..5b7359da554 100644
--- a/src/mame/includes/nbmj9195.h
+++ b/src/mame/includes/nbmj9195.h
@@ -101,8 +101,8 @@ public:
virtual void machine_start() override;
virtual void machine_reset() override;
virtual void video_start() override;
- void video_start__1layer() ATTR_COLD;
- void video_start_nb22090() ATTR_COLD;
+ DECLARE_VIDEO_START(_1layer);
+ DECLARE_VIDEO_START(nb22090);
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
int blitter_r(int offset, int vram);