summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/at28c16.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/at28c16.h')
-rw-r--r--src/devices/machine/at28c16.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/at28c16.h b/src/devices/machine/at28c16.h
index 5cc51cf9078..162f552dd62 100644
--- a/src/devices/machine/at28c16.h
+++ b/src/devices/machine/at28c16.h
@@ -35,7 +35,7 @@ class at28c16_device :
{
public:
// construction/destruction
- at28c16_device( const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock );
+ at28c16_device( const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock );
// I/O operations
DECLARE_WRITE8_MEMBER( write );