summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jollyjgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jollyjgr.cpp')
-rw-r--r--src/mame/drivers/jollyjgr.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/jollyjgr.cpp b/src/mame/drivers/jollyjgr.cpp
index 1cdee280013..fd45f919e17 100644
--- a/src/mame/drivers/jollyjgr.cpp
+++ b/src/mame/drivers/jollyjgr.cpp
@@ -141,6 +141,10 @@ public:
m_bm_palette(*this, "bm_palette")
{ }
+ void fspider(machine_config &config);
+ void jollyjgr(machine_config &config);
+
+private:
/* memory pointers */
required_shared_ptr<uint8_t> m_videoram;
required_shared_ptr<uint8_t> m_colorram;
@@ -175,8 +179,6 @@ public:
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
required_device<palette_device> m_bm_palette;
- void fspider(machine_config &config);
- void jollyjgr(machine_config &config);
void fspider_map(address_map &map);
void jollyjgr_map(address_map &map);
};