summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cdi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cdi.h')
-rw-r--r--src/mame/includes/cdi.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mame/includes/cdi.h b/src/mame/includes/cdi.h
index 6b73b21c475..c835a87bcd6 100644
--- a/src/mame/includes/cdi.h
+++ b/src/mame/includes/cdi.h
@@ -120,6 +120,15 @@ public:
uint32_t screen_update_cdimono1(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
uint32_t screen_update_cdimono1_lcd(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
+ void cdimono1(machine_config &config);
+ void cdimono2(machine_config &config);
+ void quizard4(machine_config &config);
+ void cdimono1_base(machine_config &config);
+ void cdi910(machine_config &config);
+ void quizard2(machine_config &config);
+ void quizard3(machine_config &config);
+ void quizard1(machine_config &config);
+ void quizard(machine_config &config);
};
/*----------- debug defines -----------*/