summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx_cart/halnote.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/msx_cart/halnote.h')
-rw-r--r--src/devices/bus/msx_cart/halnote.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/msx_cart/halnote.h b/src/devices/bus/msx_cart/halnote.h
index a9c1972afeb..90974031c9a 100644
--- a/src/devices/bus/msx_cart/halnote.h
+++ b/src/devices/bus/msx_cart/halnote.h
@@ -14,7 +14,7 @@ DECLARE_DEVICE_TYPE(MSX_CART_HALNOTE, msx_cart_halnote_device)
class msx_cart_halnote_device : public device_t, public msx_cart_interface
{
public:
- msx_cart_halnote_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ msx_cart_halnote_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
virtual void initialize_cartridge() override;