summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pntnpuzl.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-10-22 13:13:17 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-10-22 13:13:17 +0200
commitddb290d5f615019c33c42b8d94e5a5254cabcf33 (patch)
treea70f688b0df3acd19da7b1151e5902e3c6af3fa5 /src/mame/drivers/pntnpuzl.cpp
parent333bff8de64dfaeb98134000412796b4fdef970b (diff)
NOTICE (TYPE NAME CONSOLIDATION)
Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
Diffstat (limited to 'src/mame/drivers/pntnpuzl.cpp')
-rw-r--r--src/mame/drivers/pntnpuzl.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/drivers/pntnpuzl.cpp b/src/mame/drivers/pntnpuzl.cpp
index 9fed245dda1..724e662f24a 100644
--- a/src/mame/drivers/pntnpuzl.cpp
+++ b/src/mame/drivers/pntnpuzl.cpp
@@ -137,11 +137,11 @@ public:
m_eeprom(*this, "eeprom")
{ }
- UINT16 m_eeprom_data;
- UINT16 m_pntpzl_200000;
- UINT16 m_serial;
- UINT16 m_serial_out;
- UINT16 m_read_count;
+ uint16_t m_eeprom_data;
+ uint16_t m_pntpzl_200000;
+ uint16_t m_serial;
+ uint16_t m_serial_out;
+ uint16_t m_read_count;
int m_touchscr[5];
required_device<cpu_device> m_maincpu;
@@ -312,7 +312,7 @@ INPUT_CHANGED_MEMBER(pntnpuzl_state::coin_inserted)
{
/* TODO: change this! */
if(newval)
- generic_pulse_irq_line(*m_maincpu, (UINT8)(uintptr_t)param, 1);
+ generic_pulse_irq_line(*m_maincpu, (uint8_t)(uintptr_t)param, 1);
}
static INPUT_PORTS_START( pntnpuzl )
@@ -368,7 +368,7 @@ ROM_END
DRIVER_INIT_MEMBER(pntnpuzl_state,pip)
{
-// UINT16 *rom = (UINT16 *)memregion("maincpu")->base();
+// uint16_t *rom = (uint16_t *)memregion("maincpu")->base();
// rom[0x2696/2] = 0x4e71;
// rom[0x26a0/2] = 0x4e71;