summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/prot_fatfury2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/prot_fatfury2.h')
-rw-r--r--src/devices/bus/neogeo/prot_fatfury2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/neogeo/prot_fatfury2.h b/src/devices/bus/neogeo/prot_fatfury2.h
index d594f01e112..daa2d147faf 100644
--- a/src/devices/bus/neogeo/prot_fatfury2.h
+++ b/src/devices/bus/neogeo/prot_fatfury2.h
@@ -16,12 +16,12 @@ class fatfury2_prot_device : public device_t
{
public:
// construction/destruction
- fatfury2_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ fatfury2_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
DECLARE_READ16_MEMBER( protection_r );
DECLARE_WRITE16_MEMBER( protection_w );
- UINT32 m_prot_data;
+ uint32_t m_prot_data;
protected:
virtual void device_start() override;