summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/ssp1601/ssp1601d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/ssp1601/ssp1601d.cpp')
-rw-r--r--src/devices/cpu/ssp1601/ssp1601d.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/ssp1601/ssp1601d.cpp b/src/devices/cpu/ssp1601/ssp1601d.cpp
index dfc8f3ae366..55161853a32 100644
--- a/src/devices/cpu/ssp1601/ssp1601d.cpp
+++ b/src/devices/cpu/ssp1601/ssp1601d.cpp
@@ -79,10 +79,10 @@ static char *get_cond(int op)
}
-static unsigned dasm_ssp1601(char *buffer, unsigned pc, const UINT8 *oprom)
+static unsigned dasm_ssp1601(char *buffer, unsigned pc, const uint8_t *oprom)
{
- const UINT8 *base_oprom;
- UINT16 op;
+ const uint8_t *base_oprom;
+ uint16_t op;
int size = 1;
int flags = 0;