summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/policetr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/policetr.h')
-rw-r--r--src/mame/includes/policetr.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mame/includes/policetr.h b/src/mame/includes/policetr.h
index ceb573d1f9e..91721667693 100644
--- a/src/mame/includes/policetr.h
+++ b/src/mame/includes/policetr.h
@@ -163,3 +163,11 @@ public:
: sshooter_state(mconfig, type, tag, 0x1fc028bc, 0x00000fc8)
{ }
};
+
+class polict10_state : public sshooter_state
+{
+public:
+ polict10_state(const machine_config &mconfig, device_type type, const char *tag)
+ : sshooter_state(mconfig, type, tag, 0x1fc028b4, 0x00000fc8)
+ { }
+};