summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/cosmac/cosdasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/cosmac/cosdasm.c')
-rw-r--r--src/emu/cpu/cosmac/cosdasm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/cosmac/cosdasm.c b/src/emu/cpu/cosmac/cosdasm.c
index aa5dbe4a8fd..c7a7aa31c9e 100644
--- a/src/emu/cpu/cosmac/cosdasm.c
+++ b/src/emu/cpu/cosmac/cosdasm.c
@@ -24,7 +24,7 @@
#include "cosmac.h"
-typedef enum
+enum Adr
{
Ill,
Imm,
@@ -33,7 +33,7 @@ typedef enum
Imp3, // bit 0,1,2 1..7 contains n0,n1,n2 level
Low, // only low byte of address specified
Abs
-} Adr;
+};
static const struct { const char *mnemonic; Adr adr; } table[]={
{ "IDL", Imp }, { "LDN", Imp2},{ 0 }, { 0 }, { 0 }, { 0 }, { 0 }, { 0 },