summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/odyssey2/rom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/odyssey2/rom.h')
-rw-r--r--src/devices/bus/odyssey2/rom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/odyssey2/rom.h b/src/devices/bus/odyssey2/rom.h
index 74e742a38d8..204d96030ce 100644
--- a/src/devices/bus/odyssey2/rom.h
+++ b/src/devices/bus/odyssey2/rom.h
@@ -21,7 +21,7 @@ class o2_rom_device : public device_t,
{
public:
// construction/destruction
- o2_rom_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ o2_rom_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
protected:
// device-level overrides