summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/boogwing.h
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2014-04-08 04:21:30 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2014-04-08 04:21:30 +0000
commit2738cab3d0a9c2a42e333c51aef5b865f220c544 (patch)
treef873e7b8cd39edc2b90a9c92cab2e13d073d81a2 /src/mame/includes/boogwing.h
parentf2da70078a9a7948a610c8b6b49435cf4e92ec82 (diff)
cleanup. nw.
Diffstat (limited to 'src/mame/includes/boogwing.h')
-rw-r--r--src/mame/includes/boogwing.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/boogwing.h b/src/mame/includes/boogwing.h
index 27a02ec905c..d52e53b6ced 100644
--- a/src/mame/includes/boogwing.h
+++ b/src/mame/includes/boogwing.h
@@ -64,6 +64,6 @@ public:
DECLARE_READ16_MEMBER( boogwing_protection_region_0_104_r );
DECLARE_WRITE16_MEMBER( boogwing_protection_region_0_104_w );
- int bank_callback(int bank);
- int bank_callback2(int bank);
+ DECO16IC_BANK_CB_MEMBER(bank_callback);
+ DECO16IC_BANK_CB_MEMBER(bank_callback2);
};