summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mc68328.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mc68328.h')
-rw-r--r--src/devices/machine/mc68328.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mc68328.h b/src/devices/machine/mc68328.h
index da28189db18..4ece2accddb 100644
--- a/src/devices/machine/mc68328.h
+++ b/src/devices/machine/mc68328.h
@@ -93,7 +93,7 @@
class mc68328_device : public m68000_device
{
public:
- mc68328_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ mc68328_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto out_port_a() { return m_out_port_a_cb.bind(); }
auto out_port_b() { return m_out_port_b_cb.bind(); }