summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2022-05-19 22:08:48 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2022-05-19 22:08:48 +0200
commit46150db584b9afbef4e889696c0276b529fe685b (patch)
tree36adb8cb1c0f4dde9bfde70e084ed93ae2d8f4aa /src/mame/includes
parenta047f1d3103a83bb08b7ff11221eea568ca52c4b (diff)
Clones promoted to working
---------------------------- Multi Win (Ver.0091, encrypted) [Ivan Vangelista]
Diffstat (limited to 'src/mame/includes')
-rw-r--r--src/mame/includes/funworld.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/includes/funworld.h b/src/mame/includes/funworld.h
index 5e9a7c689b4..74fd3d4c4fe 100644
--- a/src/mame/includes/funworld.h
+++ b/src/mame/includes/funworld.h
@@ -155,7 +155,6 @@ protected:
virtual void video_start() override;
private:
- cpu_device* _maincpu {};
uint8_t multiwin_opcode_r(offs_t offset);
void multiwin_opcodes_map(address_map& map);
@@ -171,7 +170,6 @@ public:
void driver_init() override;
private:
- cpu_device* _maincpu {};
uint8_t royalcrdf_opcode_r(offs_t offset);
void royalcrdf_map(address_map& map);