summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/exidy/micropolis.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/exidy/micropolis.h')
-rw-r--r--src/mame/exidy/micropolis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/exidy/micropolis.h b/src/mame/exidy/micropolis.h
index b63ae0357d4..7caa7bea126 100644
--- a/src/mame/exidy/micropolis.h
+++ b/src/mame/exidy/micropolis.h
@@ -24,7 +24,7 @@
class micropolis_device : public device_t
{
public:
- micropolis_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ micropolis_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto dden_rd_callback() { return m_read_dden.bind(); }
auto intrq_wr_callback() { return m_write_intrq.bind(); }