diff options
Diffstat (limited to 'src/mame/includes/lethalj.h')
-rw-r--r-- | src/mame/includes/lethalj.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/lethalj.h b/src/mame/includes/lethalj.h index 3bef08c5011..c74873d0eee 100644 --- a/src/mame/includes/lethalj.h +++ b/src/mame/includes/lethalj.h @@ -69,6 +69,7 @@ public: void lethalj(machine_config &config); void gameroom(machine_config &config); + void lethalj_map(address_map &map); protected: virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override; }; |