summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/t5182.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/t5182.h')
-rw-r--r--src/mame/audio/t5182.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/t5182.h b/src/mame/audio/t5182.h
index fba3a22b55a..4783f626236 100644
--- a/src/mame/audio/t5182.h
+++ b/src/mame/audio/t5182.h
@@ -7,7 +7,7 @@ class t5182_device : public device_t
{
public:
- t5182_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ t5182_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
~t5182_device() {}
enum
@@ -49,7 +49,7 @@ protected:
private:
// internal state
required_device<cpu_device> m_ourcpu;
- required_shared_ptr<UINT8> m_sharedram;
+ required_shared_ptr<uint8_t> m_sharedram;
int m_irqstate;
int m_semaphore_main;
int m_semaphore_snd;