summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdepend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/osdepend.h')
-rw-r--r--src/osd/osdepend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/osdepend.h b/src/osd/osdepend.h
index a45152ff916..ae08f732c3c 100644
--- a/src/osd/osdepend.h
+++ b/src/osd/osdepend.h
@@ -71,7 +71,7 @@
class input_type_desc;
-class running_device;
+class device_t;
/*-----------------------------------------------------------------------------
@@ -126,7 +126,7 @@ class running_device;
-----------------------------------------------------------------------------*/
void osd_init(running_machine *machine);
-void osd_wait_for_debugger(running_device *device, int firststop);
+void osd_wait_for_debugger(device_t *device, int firststop);