summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/comquest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/comquest.cpp')
-rw-r--r--src/mame/drivers/comquest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/comquest.cpp b/src/mame/drivers/comquest.cpp
index fc018fab425..34982b777cb 100644
--- a/src/mame/drivers/comquest.cpp
+++ b/src/mame/drivers/comquest.cpp
@@ -48,7 +48,7 @@ icq3250a-d
#ifdef UNUSED_FUNCTION
READ8_MEMBER(comquest_state::comquest_read)
{
- UINT8 data=0;
+ uint8_t data=0;
logerror("comquest read %.4x %.2x\n",offset,data);
return data;
}
@@ -204,7 +204,7 @@ GFXDECODE_END
void comquest_state::machine_reset()
{
-// UINT8 *mem=memregion("user1")->base();
+// uint8_t *mem=memregion("user1")->base();
// membank(1)->set_base(mem+0x00000);
}