summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/phc25.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/phc25.h')
-rw-r--r--src/mame/includes/phc25.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/phc25.h b/src/mame/includes/phc25.h
index 5b772545813..8f250e1a5d0 100644
--- a/src/mame/includes/phc25.h
+++ b/src/mame/includes/phc25.h
@@ -43,6 +43,9 @@ public:
MC6847_GET_CHARROM_MEMBER(ntsc_char_rom_r);
MC6847_GET_CHARROM_MEMBER(pal_char_rom_r);
+ void phc25(machine_config &config);
+ void pal(machine_config &config);
+ void ntsc(machine_config &config);
private:
virtual void video_start() override;
uint8_t *m_char_rom;