summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms34010/dis34010.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms34010/dis34010.cpp')
-rw-r--r--src/devices/cpu/tms34010/dis34010.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/cpu/tms34010/dis34010.cpp b/src/devices/cpu/tms34010/dis34010.cpp
index 19e3338a7d2..01aebd4a6f1 100644
--- a/src/devices/cpu/tms34010/dis34010.cpp
+++ b/src/devices/cpu/tms34010/dis34010.cpp
@@ -4,8 +4,8 @@
#include "emu.h"
-static UINT8 *filebuf;
-static UINT32 offset;
+static uint8_t *filebuf;
+static uint32_t offset;
#define STANDALONE
#include "34010dsm.c"
@@ -29,10 +29,10 @@ static void usage (void)
int main (int argc,char *argv[])
{
- UINT8 i,j,n;
+ uint8_t i,j,n;
char *filename=0,buf[80];
FILE *f;
- UINT32 begin=0,end=(UINT32)-1,filelen,len,pc;
+ uint32_t begin=0,end=(uint32_t)-1,filelen,len,pc;
printf ("DIS34010\n"
"Copyright Zsolt Vasvari/Aaron Giles\n");