summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pc9801.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pc9801.h')
-rw-r--r--src/mame/includes/pc9801.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/pc9801.h b/src/mame/includes/pc9801.h
index 834caef37cf..a65e61f435e 100644
--- a/src/mame/includes/pc9801.h
+++ b/src/mame/includes/pc9801.h
@@ -117,7 +117,7 @@ public:
void pc9821(machine_config &config);
void pc9801rs(machine_config &config);
DECLARE_CUSTOM_INPUT_MEMBER(system_type_r);
- DECLARE_DRIVER_INIT(pc9801_kanji);
+ void init_pc9801_kanji();
protected:
virtual void video_start() override;