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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/at28c16.h b/src/devices/machine/at28c16.h
index c33f92785e8..9cbbfdaca17 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, const char *tag, device_t *owner, uint32_t clock );
// I/O operations
DECLARE_WRITE8_MEMBER( write );
@@ -65,7 +65,7 @@ protected:
int m_a9_12v;
int m_oe_12v;
int m_last_write;
- optional_region_ptr<UINT8> m_default_data;
+ optional_region_ptr<uint8_t> m_default_data;
};