summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bbc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bbc.h')
-rw-r--r--src/mame/includes/bbc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/includes/bbc.h b/src/mame/includes/bbc.h
index a5b2be15c1f..ee94d248bf1 100644
--- a/src/mame/includes/bbc.h
+++ b/src/mame/includes/bbc.h
@@ -399,8 +399,7 @@ public:
static constexpr feature_type imperfect_features() { return feature::KEYBOARD; }
void torchf(machine_config &config);
- void torchh21(machine_config &config);
- void torchh10(machine_config &config);
+ void torchh(machine_config &config);
};