summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/nintendo/m6502_swap_op_d2_d7.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/nintendo/m6502_swap_op_d2_d7.h')
-rw-r--r--src/mame/nintendo/m6502_swap_op_d2_d7.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/nintendo/m6502_swap_op_d2_d7.h b/src/mame/nintendo/m6502_swap_op_d2_d7.h
index 7521ae8fff7..d2ac80d0e2c 100644
--- a/src/mame/nintendo/m6502_swap_op_d2_d7.h
+++ b/src/mame/nintendo/m6502_swap_op_d2_d7.h
@@ -18,7 +18,7 @@
class m6502_swap_op_d2_d7 : public m6502_device {
public:
- m6502_swap_op_d2_d7(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ m6502_swap_op_d2_d7(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
protected:
class mi_decrypt : public mi_default {