summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namconb1.h
diff options
context:
space:
mode:
author MooglyGuy <therealmogminer@gmail.com>2018-05-16 09:37:54 +0200
committer mooglyguy <therealmogminer@gmail.com>2018-05-16 11:58:08 +0200
commitc83e2a853d4e1643fcc85b68ada3c6f7f33adea4 (patch)
tree39b249e1a0a9b2056e9815d0a284fd483338362c /src/mame/includes/namconb1.h
parent2242ff00893a83a113150609bd525f098d632e8d (diff)
- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect of making machine-config overrides of these much
uglier, but this is intended to discourage ongoing use, and will be gradually eliminated.
Diffstat (limited to 'src/mame/includes/namconb1.h')
-rw-r--r--src/mame/includes/namconb1.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/namconb1.h b/src/mame/includes/namconb1.h
index d2b4a9c69aa..1aaa61e89f9 100644
--- a/src/mame/includes/namconb1.h
+++ b/src/mame/includes/namconb1.h
@@ -102,9 +102,9 @@ public:
void init_gslgr94j();
void init_outfxies();
void init_gslgr94u();
- DECLARE_MACHINE_RESET(namconb);
- DECLARE_VIDEO_START(namconb1);
- DECLARE_VIDEO_START(namconb2);
+ void machine_reset_namconb();
+ void video_start_namconb1() ATTR_COLD;
+ void video_start_namconb2() ATTR_COLD;
void video_update_common(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int bROZ);
uint32_t screen_update_namconb1(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_namconb2(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);