summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/nmk16.h
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-03-27 18:08:34 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2019-03-27 18:08:34 +0100
commiteaf5625046a90a7c78f88d9e1290f9ab4857406f (patch)
tree29feec0cd12d84b89f08b80cda481ecc8ee35c3e /src/mame/includes/nmk16.h
parentd2f5d0422d00533fe0d5a3f1b181750d71a7f475 (diff)
nmk16.cpp: take care of the address line scrambling in redhawkg and redhawki via bitswap instead of ROM_CONTINUE, making them consistent with the other games in the driver (nw)
Diffstat (limited to 'src/mame/includes/nmk16.h')
-rw-r--r--src/mame/includes/nmk16.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/nmk16.h b/src/mame/includes/nmk16.h
index 0b4b92ea079..6865d96b6c2 100644
--- a/src/mame/includes/nmk16.h
+++ b/src/mame/includes/nmk16.h
@@ -83,6 +83,8 @@ public:
void init_ssmissin();
void init_hachamf_prot();
void init_redhawk();
+ void init_redhawkg();
+ void init_redhawki();
void init_tdragon_prot();
void init_bubl2000();
void init_banked_audiocpu();