diff options
Diffstat (limited to 'src/mame/includes/40love.h')
-rw-r--r-- | src/mame/includes/40love.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/40love.h b/src/mame/includes/40love.h index b1a7fbd82c1..574e3e3c0d1 100644 --- a/src/mame/includes/40love.h +++ b/src/mame/includes/40love.h @@ -43,8 +43,10 @@ public: void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect ); void draw_pixram( bitmap_ind16 &bitmap, const rectangle &cliprect ); - void undoukai(machine_config &config); + void common(machine_config &config); void _40love(machine_config &config); + void undoukai(machine_config &config); + void _40love_map(address_map &map); void sound_map(address_map &map); void undoukai_map(address_map &map); |