summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/goldstar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/goldstar.h')
-rw-r--r--src/mame/includes/goldstar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/goldstar.h b/src/mame/includes/goldstar.h
index 274c58ae52b..75c14ca52c5 100644
--- a/src/mame/includes/goldstar.h
+++ b/src/mame/includes/goldstar.h
@@ -55,6 +55,7 @@ public:
void init_cmast91();
void init_wcherry();
void init_super9();
+ void init_ladylinrb();
DECLARE_VIDEO_START(goldstar);
void cm_palette(palette_device &palette) const;
DECLARE_VIDEO_START(cherrym);
@@ -64,6 +65,7 @@ public:
uint32_t screen_update_cmast91(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
void ladylinr(machine_config &config);
+ void ladylinrb(machine_config &config);
void wcherry(machine_config &config);
void pkrmast(machine_config &config);
void moonlght(machine_config &config);
@@ -82,6 +84,7 @@ public:
void goldstar_readport(address_map &map);
void kkotnoli_map(address_map &map);
void ladylinr_map(address_map &map);
+ void ladylinrb_decrypted_opcodes_map(address_map &map);
void lucky8_map(address_map &map);
void lucky8f_decrypted_opcodes_map(address_map &map);
void mbstar_map(address_map &map);