diff options
Diffstat (limited to 'src/mame/includes/gamate.h')
-rw-r--r-- | src/mame/includes/gamate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/gamate.h b/src/mame/includes/gamate.h index 868df1157a6..9e387f8e7f0 100644 --- a/src/mame/includes/gamate.h +++ b/src/mame/includes/gamate.h @@ -19,7 +19,7 @@ class gamate_sound_device : public device_t, public device_sound_interface { public: - gamate_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); + gamate_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); ~gamate_sound_device() { } DECLARE_WRITE8_MEMBER( device_w ); @@ -92,7 +92,7 @@ private: double step, pos; } envelope; - UINT8 reg[14]; + uint8_t reg[14]; }; extern const device_type GAMATE_SND; |