summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/vga.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/vga.h')
-rw-r--r--src/devices/bus/isa/vga.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/vga.h b/src/devices/bus/isa/vga.h
index c1b4d7226aa..6771dc54031 100644
--- a/src/devices/bus/isa/vga.h
+++ b/src/devices/bus/isa/vga.h
@@ -20,7 +20,7 @@ class isa8_vga_device :
{
public:
// construction/destruction
- isa8_vga_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ isa8_vga_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
uint8_t input_port_0_r();