summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdepend.h
diff options
context:
space:
mode:
author couriersud <couriersud@arcor.de>2015-01-09 23:21:19 +0100
committer couriersud <couriersud@arcor.de>2015-01-09 23:21:19 +0100
commitd7b9f653e3fd098c15a7bdbb58a8bde73347d4b0 (patch)
tree9016126d413de304a4c4c369a169c0b06898e5b3 /src/osd/osdepend.h
parent1e81bd255798f439ebcd219d036c60798dc14feb (diff)
Moved osd midi stuff to osd/modules/midi. Needed to touch a couple of
other files so that mame compiles and links. Tested SDL build (linux/windows).
Diffstat (limited to 'src/osd/osdepend.h')
-rw-r--r--src/osd/osdepend.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/osd/osdepend.h b/src/osd/osdepend.h
index 0096143c46c..104039edf3d 100644
--- a/src/osd/osdepend.h
+++ b/src/osd/osdepend.h
@@ -167,6 +167,13 @@ public:
// video overridables
virtual void *get_slider_list();
+ // midi overridables
+ // FIXME: this should return a list of devices, not list them on stdout
+ virtual void list_midi_devices(void);
+
+ // FIXME: everything below seems to be osd specific and not part of
+ // this INTERFACE but part of the osd IMPLEMENTATION
+
void init_subsystems();
virtual bool video_init();