Linux build missing Die function (Fixes #17)

This commit is contained in:
Snesrev 2023-03-11 13:52:13 +01:00
parent 5a0a84c649
commit 304804974e

View File

@ -8,6 +8,7 @@
#include <assert.h>
#include "cpu.h"
#include "snes.h"
#include "../types.h"
static const int cyclesPerOpcode[256] = {
7, 6, 7, 4, 5, 3, 5, 6, 3, 2, 2, 4, 6, 4, 6, 5,