Simon namespace
svn-id: r10574
This commit is contained in:
parent
5fa23e5fee
commit
a4b72c9d6e
16 changed files with 72 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue