summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/eis_twib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/eis_twib.h')
-rw-r--r--src/devices/bus/isa/eis_twib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/eis_twib.h b/src/devices/bus/isa/eis_twib.h
index 03aa10b5544..9b66c89439b 100644
--- a/src/devices/bus/isa/eis_twib.h
+++ b/src/devices/bus/isa/eis_twib.h
@@ -16,7 +16,7 @@ class isa8_eistwib_device :
{
public:
// construction/destruction
- isa8_eistwib_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ isa8_eistwib_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
uint8_t twib_r(offs_t offset);
void twib_w(offs_t offset, uint8_t data);