summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tlcs90
diff options
context:
space:
mode:
author Michaël Banaan Ananas <happppp@users.noreply.github.com>2011-02-14 19:40:21 +0000
committer Michaël Banaan Ananas <happppp@users.noreply.github.com>2011-02-14 19:40:21 +0000
commit8c86873b62330a028659f3e6a5466e893fac7c78 (patch)
tree82bb31746d0397f9edef4eee4ed68396d6fc5d91 /src/emu/cpu/tlcs90
parent9584a1bb5911627b0d3c8d1d2acbd3360af862db (diff)
fix savestate assert
Diffstat (limited to 'src/emu/cpu/tlcs90')
-rw-r--r--src/emu/cpu/tlcs90/tlcs90.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/cpu/tlcs90/tlcs90.c b/src/emu/cpu/tlcs90/tlcs90.c
index 926632cfc1a..e17941693d9 100644
--- a/src/emu/cpu/tlcs90/tlcs90.c
+++ b/src/emu/cpu/tlcs90/tlcs90.c
@@ -21,6 +21,7 @@ typedef enum {
MODE_MI16, MODE_MR16, MODE_MR16D8, MODE_MR16R8,
MODE_R16D8, MODE_R16R8
} e_mode;
+ALLOW_SAVE_TYPE(e_mode); // allow save_item on a non-fundamental type
typedef UINT16 e_r;