summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6502/m6509.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/m6502/m6509.c')
-rw-r--r--src/emu/cpu/m6502/m6509.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/cpu/m6502/m6509.c b/src/emu/cpu/m6502/m6509.c
index 99e9abd1b64..1978c7483f3 100644
--- a/src/emu/cpu/m6502/m6509.c
+++ b/src/emu/cpu/m6502/m6509.c
@@ -56,8 +56,7 @@ addresses take place.
#define LOG(x) do { if (VERBOSE) logerror x; } while (0)
-typedef struct _m6509_Regs m6509_Regs;
-struct _m6509_Regs {
+struct m6509_Regs {
UINT8 subtype; /* currently selected cpu sub type */
void (*const *insn)(m6509_Regs *); /* pointer to the function pointer table */
PAIR ppc; /* previous program counter */