mirror of
https://github.com/snesrev/sm.git
synced 2024-11-30 09:00:43 +00:00
Linux build missing Die function (Fixes #17)
This commit is contained in:
parent
5a0a84c649
commit
304804974e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user