summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lethal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lethal.h')
-rw-r--r--src/mame/includes/lethal.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/lethal.h b/src/mame/includes/lethal.h
index ad2f9902bf9..f72f3d70c15 100644
--- a/src/mame/includes/lethal.h
+++ b/src/mame/includes/lethal.h
@@ -28,6 +28,10 @@ public:
m_k054321(*this, "k054321"),
m_palette(*this, "palette") { }
+ void lethalej(machine_config &config);
+ void lethalen(machine_config &config);
+
+private:
/* video-related */
int m_layer_colorbase[4];
int m_sprite_colorbase;
@@ -59,8 +63,6 @@ public:
INTERRUPT_GEN_MEMBER(lethalen_interrupt);
K05324X_CB_MEMBER(sprite_callback);
K056832_CB_MEMBER(tile_callback);
- void lethalej(machine_config &config);
- void lethalen(machine_config &config);
void bank4000_map(address_map &map);
void le_main(address_map &map);
void le_sound(address_map &map);