summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/angelkds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/angelkds.h')
-rw-r--r--src/mame/includes/angelkds.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/angelkds.h b/src/mame/includes/angelkds.h
index 5eb278f9926..268b5e0f488 100644
--- a/src/mame/includes/angelkds.h
+++ b/src/mame/includes/angelkds.h
@@ -66,4 +66,6 @@ public:
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
optional_shared_ptr<uint8_t> m_decrypted_opcodes;
+ void angelkds(machine_config &config);
+ void spcpostn(machine_config &config);
};