X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fm68k.h;h=53b3b5d8a64c3486c0e6ac2382dd0f8718ffce61;hb=ec46f1b3c40cf464d833e360346b4f6f8379b9ae;hp=4f4379b785f971ba00bcfb48e3d1e008ec573d59;hpb=86bd0f2592c3cd674239532247276bd2d579a857;p=virtualjaguar diff --git a/src/m68k.h b/src/m68k.h index 4f4379b..53b3b5d 100644 --- a/src/m68k.h +++ b/src/m68k.h @@ -10,7 +10,7 @@ extern "C" { /* ======================================================================== */ /* * MUSASHI - * Version 3.3 + * Version 3.3.1 * * A portable Motorola M680x0 processor emulation engine. * Copyright 1998-2001 Karl Stenerud. All rights reserved. @@ -26,7 +26,8 @@ extern "C" { * http://kstenerud.cjb.net */ - +// NOTE: The 3.3.1 release is marked as 3.3 in this file. Changed by JLH +// in order to clarify which version we're using... /* ======================================================================== */ /* ============================ GENERAL DEFINES =========================== */ @@ -326,6 +327,7 @@ unsigned int m68k_is_valid_instruction(unsigned int instruction, unsigned int cp */ unsigned int m68k_disassemble(char* str_buff, unsigned int pc, unsigned int cpu_type); + /* ======================================================================== */ /* ============================= CONFIGURATION ============================ */ /* ======================================================================== */