summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/segas16b.h
diff options
context:
space:
mode:
author David Haywood <mamehaze@users.noreply.github.com>2016-11-13 23:24:49 +0000
committer David Haywood <mamehaze@users.noreply.github.com>2016-11-13 23:24:49 +0000
commite240181aa3a9e701735a9d31bae9defbb40ae821 (patch)
tree59733169da53d411f8612bbb926f4d65e1f7fdb3 /src/mame/includes/segas16b.h
parentae3bbe2a8a130590b4adf3d7272dc791b23309ce (diff)
fix MT03646: altbeastj, altbeast6 : Missing graphics in the crystal ball.
Diffstat (limited to 'src/mame/includes/segas16b.h')
-rw-r--r--src/mame/includes/segas16b.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/segas16b.h b/src/mame/includes/segas16b.h
index bdc6521c56f..b47037f99fb 100644
--- a/src/mame/includes/segas16b.h
+++ b/src/mame/includes/segas16b.h
@@ -168,7 +168,7 @@ protected:
void init_generic(segas16b_rom_board rom_board);
// i8751 simulations
- void altbeast_common_i8751_sim(offs_t soundoffs, offs_t inputoffs);
+ void altbeast_common_i8751_sim(offs_t soundoffs, offs_t inputoffs, int alt_bank);
void altbeasj_i8751_sim();
void altbeas5_i8751_sim();
void altbeast_i8751_sim();