From 79501fb524a775dc307d3f239bd2a77902a696ce Mon Sep 17 00:00:00 2001 From: redcode Date: Wed, 11 Mar 2015 04:44:12 +0100 Subject: [PATCH] ACME module inspection conformance --- Z80.CPU/v1.0/sources/Z80.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Z80.CPU/v1.0/sources/Z80.c b/Z80.CPU/v1.0/sources/Z80.c index 64dd900..b4480bc 100644 --- a/Z80.CPU/v1.0/sources/Z80.c +++ b/Z80.CPU/v1.0/sources/Z80.c @@ -1606,7 +1606,7 @@ Z80_API void z80_irq(Z80 *object, qboolean state) {INT = state;} {Q_EMULATOR_OBJECT_MACHINE, Q_EMULATOR_ACTION_HALT, SLOT_OFFSET(halt )} }; - Q_API_EXPORT QCPUEmulatorABI emulation_cpu_z80_abi = { + Q_API_EXPORT QCPUEmulatorABI abi_emulation_cpu_z80 = { 0, NULL, 7, exports, {sizeof(Z80), Q_OFFSET_OF(Z80, state), 1, slot_linkages} };