summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/geebee.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/geebee.h')
-rw-r--r--src/mame/audio/geebee.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/geebee.h b/src/mame/audio/geebee.h
index 643d8982028..94d5fa01561 100644
--- a/src/mame/audio/geebee.h
+++ b/src/mame/audio/geebee.h
@@ -5,7 +5,7 @@ class geebee_sound_device : public device_t,
public device_sound_interface
{
public:
- geebee_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ geebee_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
enum
{
@@ -25,7 +25,7 @@ protected:
private:
// internal state
- std::unique_ptr<UINT16[]> m_decay;
+ std::unique_ptr<uint16_t[]> m_decay;
sound_stream *m_channel;
int m_sound_latch;
int m_sound_signal;