From 0e59b999fa976de2d00490f552a1ff0a27d40f63 Mon Sep 17 00:00:00 2001 From: João Silva Date: Sun, 29 Jan 2017 04:55:23 +0000 Subject: Converted most types to stdint-style (fixing a few in the process). --- source/seta018.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/seta018.c') diff --git a/source/seta018.c b/source/seta018.c index b385adf..00702d1 100644 --- a/source/seta018.c +++ b/source/seta018.c @@ -5,7 +5,7 @@ ST018_Regs ST018; -static int line; // line counter +static int32_t line; // line counter uint8_t S9xGetST018(uint32_t Address) { -- cgit v1.2.3