Simon namespace

svn-id: r10574
This commit is contained in:
Max Horn 2003-10-03 19:42:27 +00:00
parent 5fa23e5fee
commit a4b72c9d6e
16 changed files with 72 additions and 3 deletions

View file

@ -17,6 +17,11 @@
*
*/
#ifndef SIMON_DEBUG_H
#define SIMON_DEBUG_H
namespace Simon {
static const char *const simon1dos_opcode_name_table[256] = {
/* 0 */
"|INV_COND",
@ -1157,3 +1162,7 @@ const char *const simon2_video_opcode_name_table[] = {
"bb|CLEAR_OP189_FLAG",
};
} // End of namespace Simon
#endif