mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
Removed a misleading warning message, this is already supported by the CPU core (not worth mentioning
This commit is contained in:
parent
4817bef0ec
commit
00c96e8632
@ -1096,8 +1096,7 @@ INLINE void WRMEM(h6280_Regs* cpustate, offs_t addr, UINT8 data) {
|
||||
* SET Set t flag
|
||||
***************************************************************/
|
||||
#define SET \
|
||||
P |= _fT; \
|
||||
logerror("%04x: WARNING H6280 SET\n",PCW)
|
||||
P |= _fT;
|
||||
|
||||
/* 6280 ********************************************************
|
||||
* SMB Set memory bit
|
||||
|
Loading…
Reference in New Issue
Block a user