summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pc9801_118.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pc9801_118.h')
-rw-r--r--src/mame/machine/pc9801_118.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/machine/pc9801_118.h b/src/mame/machine/pc9801_118.h
index 40575a839f7..87bc44cb7db 100644
--- a/src/mame/machine/pc9801_118.h
+++ b/src/mame/machine/pc9801_118.h
@@ -26,7 +26,7 @@ class pc9801_118_device : public device_t
{
public:
// construction/destruction
- pc9801_118_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ pc9801_118_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// optional information overrides
virtual machine_config_constructor device_mconfig_additions() const override;
@@ -51,8 +51,8 @@ protected:
void install_device(offs_t start, offs_t end, read8_delegate rhandler, write8_delegate whandler);
private:
- UINT8 m_joy_sel;
- UINT8 m_ext_reg;
+ uint8_t m_joy_sel;
+ uint8_t m_ext_reg;
};