summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/output.h')
-rw-r--r--src/emu/output.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/emu/output.h b/src/emu/output.h
index e9e7f46545d..f5f06511b16 100644
--- a/src/emu/output.h
+++ b/src/emu/output.h
@@ -178,9 +178,8 @@ public:
const char *id_to_name(u32 id);
// helpers
- void set_led_value(int index, int value) { set_indexed_value("led", index, value ? 1 : 0); }
- void set_lamp_value(int index, int value) { set_indexed_value("lamp", index, value); }
- [[deprecated("string format and hash in critical path")]] void set_digit_value(int index, int value) { set_indexed_value("digit", index, value); }
+ [[deprecated("string format and hash in critical path")]] void set_led_value(int index, int value) { set_indexed_value("led", index, value ? 1 : 0); }
+ [[deprecated("string format and hash in critical path")]] void set_lamp_value(int index, int value) { set_indexed_value("lamp", index, value); }
void pause();
void resume();