diff options
author | 2009-11-14 18:28:47 +0000 | |
---|---|---|
committer | 2009-11-14 18:28:47 +0000 | |
commit | fa216ba6f9a5cbd3aa7b6aa9770503a7f7cee048 (patch) | |
tree | 0501c1f4401c7ae510166b43fdbf0cd1eabfd47b /src/emu/cpu/m68000/m68kmake.c | |
parent | e3dfa2d83e769124fecbc99f8a3e4a26b3045b98 (diff) |
MC680x0 update
- Reworked PMMU/core interface so PMMU now sees all cop 0 instructions
- Improved disassembly of PMMU instructions
- Preliminary 68LC040 support
- Fixed disassembly for EC/LC variants of '030/'040
Diffstat (limited to 'src/emu/cpu/m68000/m68kmake.c')
-rw-r--r-- | src/emu/cpu/m68000/m68kmake.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/cpu/m68000/m68kmake.c b/src/emu/cpu/m68000/m68kmake.c index d4359b4f04a..067988f877b 100644 --- a/src/emu/cpu/m68000/m68kmake.c +++ b/src/emu/cpu/m68000/m68kmake.c @@ -3,7 +3,7 @@ /* ======================================================================== */ /* * MUSASHI - * Version 4.10 + * Version 4.55 * * A portable Motorola M680x0 processor emulation engine. * Copyright Karl Stenerud. All rights reserved. @@ -55,7 +55,7 @@ */ -static const char g_version[] = "4.10"; +static const char g_version[] = "4.55"; /* ======================================================================== */ /* =============================== INCLUDES =============================== */ @@ -767,7 +767,7 @@ static void write_body(FILE* filep, body_struct* body, replace_struct* replace) } /* Found a directive with no matching replace string */ if(!found) - error_exit("Unknown " ID_BASE " directive"); + error_exit("Unknown " ID_BASE " directive [%s]", output); } fprintf(filep, "%s\n", output); } |