summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mc68901.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mc68901.h')
-rw-r--r--src/devices/machine/mc68901.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mc68901.h b/src/devices/machine/mc68901.h
index d1598b41a00..4754c24fc6e 100644
--- a/src/devices/machine/mc68901.h
+++ b/src/devices/machine/mc68901.h
@@ -75,7 +75,7 @@ public:
DECLARE_READ8_MEMBER( read );
DECLARE_WRITE8_MEMBER( write );
- int get_vector();
+ u16 get_vector();
DECLARE_WRITE_LINE_MEMBER( i0_w );
DECLARE_WRITE_LINE_MEMBER( i1_w );