diff options
Diffstat (limited to 'src/mame/includes/wpc_flip1.h')
-rw-r--r-- | src/mame/includes/wpc_flip1.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src/mame/includes/wpc_flip1.h b/src/mame/includes/wpc_flip1.h deleted file mode 100644 index 8f26f9ebd75..00000000000 --- a/src/mame/includes/wpc_flip1.h +++ /dev/null @@ -1,29 +0,0 @@ -// license:BSD-3-Clause -// copyright-holders:Barry Rodewald -/* - * wpc_flip1.h - * - */ - -#ifndef MAME_INCLUDES_WPC_FLIP1_H -#define MAME_INCLUDES_WPC_FLIP1_H - -#pragma once - -#include "includes/wpc_dot.h" - -class wpc_flip1_state : public wpc_dot_state -{ -public: - wpc_flip1_state(const machine_config &mconfig, device_type type, const char *tag) - : wpc_dot_state(mconfig, type, tag) - { } - - void init_wpc_flip1(); - void wpc_flip1(machine_config &config); - -protected: - void wpc_flip1_map(address_map &map); -}; - -#endif // MAME_INCLUDES_WPC_FLIP1_H |