summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namcos2.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-01-10 18:41:17 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-01-10 18:41:17 +0100
commitf9f908d48bd3607f8ddf529eb6b83c2b4b0b9790 (patch)
tree5d0008d8b4e1e9eb6acda88b16c81b1883c66e06 /src/mame/includes/namcos2.h
parent3e5ad46410db4d3b3d8bd4b4bb84c3cdce2b1bfd (diff)
modernize output_manager (nw)
Diffstat (limited to 'src/mame/includes/namcos2.h')
-rw-r--r--src/mame/includes/namcos2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/namcos2.h b/src/mame/includes/namcos2.h
index 799e8dabbfd..b26aff34a91 100644
--- a/src/mame/includes/namcos2.h
+++ b/src/mame/includes/namcos2.h
@@ -363,6 +363,11 @@ public:
DECLARE_READ16_MEMBER( namcos2_68k_key_r );
DECLARE_WRITE16_MEMBER( namcos2_68k_key_w );
DECLARE_READ16_MEMBER( namcos2_finallap_prot_r );
+ void GollyGhostUpdateLED_c4( int data );
+ void GollyGhostUpdateLED_c6( int data );
+ void GollyGhostUpdateLED_c8( int data );
+ void GollyGhostUpdateLED_ca( int data );
+ void GollyGhostUpdateDiorama_c0( int data );
};