#ifndef __WSWAN_H #define __WSWAN_H #include namespace MDFN_IEN_WSWAN { #define mBCD(value) (((value)/10)<<4)|((value)%10) } #endif