summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
author Vas Crabb <cuavas@users.noreply.github.com>2022-05-13 19:35:43 +1000
committer GitHub <noreply@github.com>2022-05-13 11:35:43 +0200
commit0a6deb312c19f6cadaacc3fd327a6ec71335f326 (patch)
tree9faee4a6f599e791bf4e8e5367d4321f411a2b41 /src/mame/includes
parentf1910d59387596ea5afdec34822f21a34fb72614 (diff)
slapfght.cpp: Hooked up flip screen output to MCU for alcon and slapfigh (#9748)
* slapfght.cpp: Hooked up flip screen output to MCU for alcon and slapfigh. * machine/taito68705interface.cpp: Removed some copy/pasted copyright holders. The copyright holders were copied across from the drivers that the device was factored out of. There's no content from the original drivers left.
Diffstat (limited to 'src/mame/includes')
-rw-r--r--src/mame/includes/slapfght.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/slapfght.h b/src/mame/includes/slapfght.h
index 194ef1d881c..3ecbf90dff1 100644
--- a/src/mame/includes/slapfght.h
+++ b/src/mame/includes/slapfght.h
@@ -40,11 +40,12 @@ public:
void tigerhb2(machine_config &config);
void tigerhb4(machine_config &config);
void getstarb2(machine_config &config);
- void slapfighb2(machine_config &config);
void getstarb1(machine_config &config);
void perfrman(machine_config &config);
void slapfigh(machine_config &config);
+ void slapfigha(machine_config &config);
void slapfighb1(machine_config &config);
+ void slapfighb2(machine_config &config);
void init_banks();
void init_getstarb1();