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/sa1cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/sa1cpu.c') diff --git a/source/sa1cpu.c b/source/sa1cpu.c index baaa929..478df1e 100644 --- a/source/sa1cpu.c +++ b/source/sa1cpu.c @@ -116,7 +116,7 @@ void S9xSA1MainLoop() { - int i; + int32_t i; if (SA1.Flags & IRQ_PENDING_FLAG) { -- cgit v1.2.3