diff options
Diffstat (limited to 'src/mame/includes/lethal.h')
-rw-r--r-- | src/mame/includes/lethal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/lethal.h b/src/mame/includes/lethal.h index 4e3fb71f2e9..a81466dd115 100644 --- a/src/mame/includes/lethal.h +++ b/src/mame/includes/lethal.h @@ -60,4 +60,7 @@ public: 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); }; |