summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/generalplus_gpl16250.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/generalplus_gpl16250.h')
-rw-r--r--src/mame/includes/generalplus_gpl16250.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/mame/includes/generalplus_gpl16250.h b/src/mame/includes/generalplus_gpl16250.h
index dbbc1076c48..2137df990c1 100644
--- a/src/mame/includes/generalplus_gpl16250.h
+++ b/src/mame/includes/generalplus_gpl16250.h
@@ -112,4 +112,21 @@ private:
};
+class gormiti_game_state : public gcm394_game_state
+{
+public:
+ gormiti_game_state(const machine_config& mconfig, device_type type, const char* tag) :
+ gcm394_game_state(mconfig, type, tag)
+ {
+ }
+
+
+protected:
+
+ virtual void machine_reset() override;
+
+private:
+};
+
+
#endif