From cbbfa871ae3d9db3852d9122a6d8355896c073ed Mon Sep 17 00:00:00 2001 From: João Silva Date: Mon, 16 Jan 2017 22:39:57 +0000 Subject: Many cleanups. --- source/fxemu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/fxemu.c') diff --git a/source/fxemu.c b/source/fxemu.c index c16ee58..c789e23 100644 --- a/source/fxemu.c +++ b/source/fxemu.c @@ -7,7 +7,7 @@ #include /* The FxChip Emulator's internal variables */ -struct FxRegs_s GSU = FxRegs_s_null; +struct FxRegs_s GSU; // This will be initialized when loading a ROM uint32_t(**fx_ppfFunctionTable)(uint32_t) = 0; void (**fx_ppfPlotTable)() = 0; @@ -477,4 +477,3 @@ uint8_t FxPipe() { return GSU.vPipe; } - -- cgit v1.2.3