More z80ex removal.
This commit is contained in:
parent
343cdf7983
commit
bcc9c16bf7
|
@ -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)
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
#include <stdbool.h>
|
||||
|
||||
extern Z80EX_CONTEXT* z80;
|
||||
extern uint8_t ram[0x10000];
|
||||
|
||||
extern void emulator_init(void);
|
||||
|
|
Loading…
Reference in a new issue