summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/segas16b.h
diff options
context:
space:
mode:
author David Haywood <mamehaze@users.noreply.github.com>2016-12-06 13:45:29 +0000
committer David Haywood <mamehaze@users.noreply.github.com>2016-12-06 13:45:29 +0000
commit696b25d3fc7b6745fb7ab8af9d6313e49a8c4796 (patch)
treeff855c3edd66054399d99a5b3fecce8bd7785d61 /src/mame/includes/segas16b.h
parent073b58a120e73eec95c6e709b481db6b11ee0b21 (diff)
dumped i8751 '317-0123a' at location c2 for 'goldnaxe' set, added, works* [Caps0ff]
* although I've had to add a dubious cycle steal change to prevent things from crashing, might need more testing / investigation / work with the PCB to verify interrupt sources and if there's a bus steal mechanism.
Diffstat (limited to 'src/mame/includes/segas16b.h')
-rw-r--r--src/mame/includes/segas16b.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/includes/segas16b.h b/src/mame/includes/segas16b.h
index f570a6d0914..c69cd5c9821 100644
--- a/src/mame/includes/segas16b.h
+++ b/src/mame/includes/segas16b.h
@@ -89,6 +89,7 @@ public:
// other callbacks
DECLARE_WRITE_LINE_MEMBER(upd7759_generate_nmi);
INTERRUPT_GEN_MEMBER( i8751_main_cpu_vblank );
+ DECLARE_WRITE8_MEMBER(spin_68k_w);
// ROM board-specific driver init
DECLARE_DRIVER_INIT(generic_5521);
@@ -122,7 +123,6 @@ public:
DECLARE_DRIVER_INIT(dunkshot_5358_small);
DECLARE_DRIVER_INIT(timescan_5358_small);
DECLARE_DRIVER_INIT(shinobi3_5358);
- DECLARE_DRIVER_INIT(goldnaxe_5797);
DECLARE_DRIVER_INIT(altbeas4_5521);
DECLARE_DRIVER_INIT(aliensyn7_5358_small);
@@ -170,7 +170,6 @@ protected:
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();
void ddux_i8751_sim();
void goldnaxe_i8751_sim();
void tturf_i8751_sim();