summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/ns11prot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/ns11prot.h')
-rw-r--r--src/mame/machine/ns11prot.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/mame/machine/ns11prot.h b/src/mame/machine/ns11prot.h
index 3a3d0109978..b548fd19871 100644
--- a/src/mame/machine/ns11prot.h
+++ b/src/mame/machine/ns11prot.h
@@ -10,15 +10,15 @@
class ns11_keycus_device : public device_t
{
protected:
- ns11_keycus_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock,const char *shortname, const char *source);
+ ns11_keycus_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);
virtual void device_start() override;
virtual void device_reset() override;
protected:
- UINT16 m_p1;
- UINT16 m_p2;
- UINT16 m_p3;
+ uint16_t m_p1;
+ uint16_t m_p2;
+ uint16_t m_p3;
public:
virtual DECLARE_READ16_MEMBER( read ) = 0;
@@ -30,7 +30,7 @@ public:
class keycus_c406_device : public ns11_keycus_device
{
public:
- keycus_c406_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ keycus_c406_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
virtual DECLARE_READ16_MEMBER( read ) override;
virtual DECLARE_WRITE16_MEMBER( write ) override;
@@ -43,7 +43,7 @@ extern const device_type KEYCUS_C406;
class keycus_c409_device : public ns11_keycus_device
{
public:
- keycus_c409_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ keycus_c409_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
virtual DECLARE_READ16_MEMBER( read ) override;
virtual DECLARE_WRITE16_MEMBER( write ) override;
@@ -56,7 +56,7 @@ extern const device_type KEYCUS_C409;
class keycus_c410_device : public ns11_keycus_device
{
public:
- keycus_c410_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ keycus_c410_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
virtual DECLARE_READ16_MEMBER( read ) override;
virtual DECLARE_WRITE16_MEMBER( write ) override;
@@ -69,7 +69,7 @@ extern const device_type KEYCUS_C410;
class keycus_c411_device : public ns11_keycus_device
{
public:
- keycus_c411_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ keycus_c411_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
virtual DECLARE_READ16_MEMBER( read ) override;
virtual DECLARE_WRITE16_MEMBER( write ) override;
@@ -82,7 +82,7 @@ extern const device_type KEYCUS_C411;
class keycus_c430_device : public ns11_keycus_device
{
public:
- keycus_c430_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ keycus_c430_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
virtual DECLARE_READ16_MEMBER( read ) override;
virtual DECLARE_WRITE16_MEMBER( write ) override;
@@ -95,7 +95,7 @@ extern const device_type KEYCUS_C430;
class keycus_c431_device : public ns11_keycus_device
{
public:
- keycus_c431_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ keycus_c431_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
virtual DECLARE_READ16_MEMBER( read ) override;
virtual DECLARE_WRITE16_MEMBER( write ) override;
@@ -108,7 +108,7 @@ extern const device_type KEYCUS_C431;
class keycus_c432_device : public ns11_keycus_device
{
public:
- keycus_c432_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ keycus_c432_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
virtual DECLARE_READ16_MEMBER( read ) override;
virtual DECLARE_WRITE16_MEMBER( write ) override;
@@ -121,7 +121,7 @@ extern const device_type KEYCUS_C432;
class keycus_c442_device : public ns11_keycus_device
{
public:
- keycus_c442_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ keycus_c442_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
virtual DECLARE_READ16_MEMBER( read ) override;
virtual DECLARE_WRITE16_MEMBER( write ) override;
@@ -134,7 +134,7 @@ extern const device_type KEYCUS_C442;
class keycus_c443_device : public ns11_keycus_device
{
public:
- keycus_c443_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ keycus_c443_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
virtual DECLARE_READ16_MEMBER( read ) override;
virtual DECLARE_WRITE16_MEMBER( write ) override;