summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namcos2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/namcos2.h')
-rw-r--r--src/mame/includes/namcos2.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mame/includes/namcos2.h b/src/mame/includes/namcos2.h
index 924985fc966..3f74d382d3c 100644
--- a/src/mame/includes/namcos2.h
+++ b/src/mame/includes/namcos2.h
@@ -159,7 +159,8 @@ public:
DECLARE_WRITE16_MEMBER( c355_obj_ram_w );
DECLARE_READ16_MEMBER( c355_obj_position_r );
DECLARE_WRITE16_MEMBER( c355_obj_position_w );
-
+ DECLARE_MACHINE_START(namcos2);
+ DECLARE_MACHINE_RESET(namcos2);
protected:
// C355 Motion Object internals
template<class _BitmapClass>
@@ -296,9 +297,6 @@ public:
extern void (*namcos2_kickstart)(running_machine &machine, int internal);
-MACHINE_START( namcos2 );
-MACHINE_RESET( namcos2 );
-
READ16_HANDLER( namcos2_flap_prot_r );
/**************************************************************/