summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pktgaldx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pktgaldx.h')
-rw-r--r--src/mame/includes/pktgaldx.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mame/includes/pktgaldx.h b/src/mame/includes/pktgaldx.h
index 29364294db5..ae40a7c1841 100644
--- a/src/mame/includes/pktgaldx.h
+++ b/src/mame/includes/pktgaldx.h
@@ -36,6 +36,12 @@ public:
m_decrypted_opcodes(*this, "decrypted_opcodes")
{ }
+ void pktgaldx(machine_config &config);
+ void pktgaldb(machine_config &config);
+
+ void init_pktgaldx();
+
+private:
optional_device<deco104_device> m_deco104;
/* memory pointers */
@@ -57,7 +63,6 @@ public:
DECLARE_READ16_MEMBER(pckgaldx_unknown_r);
DECLARE_READ16_MEMBER(pckgaldx_protection_r);
DECLARE_WRITE16_MEMBER(pktgaldx_oki_bank_w);
- void init_pktgaldx();
virtual void machine_start() override;
uint32_t screen_update_pktgaldx(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_pktgaldb(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
@@ -68,8 +73,6 @@ public:
DECLARE_WRITE16_MEMBER( vblank_ack_w );
DECO16IC_BANK_CB_MEMBER(bank_callback);
- void pktgaldx(machine_config &config);
- void pktgaldb(machine_config &config);
void decrypted_opcodes_map(address_map &map);
void pktgaldb_map(address_map &map);
void pktgaldx_map(address_map &map);