summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/atapihle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/atapihle.cpp')
-rw-r--r--src/devices/machine/atapihle.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/atapihle.cpp b/src/devices/machine/atapihle.cpp
index 24d2c901f74..8bbc779ea23 100644
--- a/src/devices/machine/atapihle.cpp
+++ b/src/devices/machine/atapihle.cpp
@@ -3,8 +3,8 @@
#include "emu.h"
#include "atapihle.h"
-atapi_hle_device::atapi_hle_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, uint32_t clock,const char *shortname, const char *source)
- : ata_hle_device(mconfig, type, name, tag, owner, clock, shortname, source),
+atapi_hle_device::atapi_hle_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock)
+ : ata_hle_device(mconfig, type, tag, owner, clock),
m_packet(0),
m_data_size(0)
{