summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pgmprot_orlegend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pgmprot_orlegend.h')
-rw-r--r--src/mame/machine/pgmprot_orlegend.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/machine/pgmprot_orlegend.h b/src/mame/machine/pgmprot_orlegend.h
index 9c9f945fdaf..92d511343a6 100644
--- a/src/mame/machine/pgmprot_orlegend.h
+++ b/src/mame/machine/pgmprot_orlegend.h
@@ -10,11 +10,11 @@ public:
}
// ASIC 3 (oriental legends protection)
- UINT8 m_asic3_reg;
- UINT8 m_asic3_latch[3];
- UINT8 m_asic3_x;
- UINT16 m_asic3_hilo;
- UINT16 m_asic3_hold;
+ uint8_t m_asic3_reg;
+ uint8_t m_asic3_latch[3];
+ uint8_t m_asic3_x;
+ uint16_t m_asic3_hilo;
+ uint16_t m_asic3_hold;
DECLARE_DRIVER_INIT(orlegend);
void asic3_compute_hold(int,int);