Removed a misleading warning message, this is already supported by the CPU core (not worth mentioning

This commit is contained in:
Angelo Salese 2010-09-13 20:49:35 +00:00
parent 4817bef0ec
commit 00c96e8632

View File

@ -1096,8 +1096,7 @@ INLINE void WRMEM(h6280_Regs* cpustate, offs_t addr, UINT8 data) {
* SET Set t flag * SET Set t flag
***************************************************************/ ***************************************************************/
#define SET \ #define SET \
P |= _fT; \ P |= _fT;
logerror("%04x: WARNING H6280 SET\n",PCW)
/* 6280 ******************************************************** /* 6280 ********************************************************
* SMB Set memory bit * SMB Set memory bit