More z80ex removal.

This commit is contained in:
David Given 2019-02-09 13:42:09 +01:00
parent 343cdf7983
commit bcc9c16bf7
2 changed files with 1 additions and 2 deletions

View file

@ -77,7 +77,7 @@ static void cmd_register(void)
if (w1 && w2)
{
Z80_REG_T reg = -1;
int reg = -1;
if (strcmp(w1, "sp") == 0)
reg = SP;
else if (strcmp(w1, "pc") == 0)

View file

@ -3,7 +3,6 @@
#include <stdbool.h>
extern Z80EX_CONTEXT* z80;
extern uint8_t ram[0x10000];
extern void emulator_init(void);